github.com/evanw/esbuild/internal/js_parser.jsonParser.source (field)

4 uses

	github.com/evanw/esbuild/internal/js_parser (current package)
		json_parser.go#L13: 	source  logger.Source
		json_parser.go#L24: 			p.log.AddRangeError(&p.source, commaRange, "JSON does not support trailing commas")
		json_parser.go#L122: 				p.log.AddRangeWarning(&p.source, keyRange, fmt.Sprintf("Duplicate key %q in object literal", keyText))
		json_parser.go#L171: 		source:  source,