github.com/evanw/esbuild/internal/sourcemap.SourceContent.Value (field)

3 uses

	github.com/evanw/esbuild/internal/sourcemap (current package)
		sourcemap.go#L31: 	Value []uint16

	github.com/evanw/esbuild/internal/bundler
		bundler.go#L1660: 											quotedContents = js_printer.QuoteForJSON(js_lexer.UTF16ToString(value.Value), options.ASCIIOnly)

	github.com/evanw/esbuild/internal/js_parser
		sourcemap_parser.go#L69: 							Value:  element.Value,