github.com/evanw/esbuild/internal/js_parser.JSONOptions.AllowComments (field)

3 uses

	github.com/evanw/esbuild/internal/js_parser (current package)
		json_parser.go#L154: 	AllowComments       bool
		json_parser.go#L173: 		lexer:   js_lexer.NewLexerJSON(log, source, options.AllowComments),

	github.com/evanw/esbuild/internal/resolver
		tsconfig_json.go#L54: 		AllowComments:       true, // https://github.com/microsoft/TypeScript/issues/4987