func github.com/evanw/esbuild/internal/js_printer.AppendSourceMapChunk

2 uses

	github.com/evanw/esbuild/internal/js_printer (current package)
		js_printer.go#L48: func AppendSourceMapChunk(j *Joiner, prevEndState SourceMapState, startState SourceMapState, sourceMap []byte) {

	github.com/evanw/esbuild/internal/bundler
		linker.go#L4572: 		js_printer.AppendSourceMapChunk(&j, prevEndState, startState, chunk.Buffer)