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

4 uses

	github.com/evanw/esbuild/internal/js_parser (current package)
		json_parser.go#L12: 	log     logger.Log
		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#L170: 		log:     log,