github.com/evanw/esbuild/internal/config.Options.UnsupportedJSFeatures (field)

14 uses

	github.com/evanw/esbuild/internal/config (current package)
		config.go#L199: 	UnsupportedJSFeatures  compat.JSFeature

	github.com/evanw/esbuild/internal/bundler
		bundler.go#L1826: 		ES6:               runtime.CanUseES6(options.UnsupportedJSFeatures),
		bundler.go#L1862: 		UnsupportedJSFeatures: compat.UnsupportedJSFeatures(
		linker.go#L1656: 		if c.options.UnsupportedJSFeatures.Has(compat.Arrow) {
		linker.go#L3406: 		if c.options.UnsupportedJSFeatures.Has(compat.Arrow) {
		linker.go#L3452: 		UnsupportedFeatures: c.options.UnsupportedJSFeatures,
		linker.go#L3767: 			if c.options.UnsupportedJSFeatures.Has(compat.Arrow) {
		linker.go#L4105: 	if js_printer.CanQuoteIdentifier(prefix, c.options.UnsupportedJSFeatures, c.options.ASCIIOnly) {
		linker.go#L4107: 			prefix = string(js_printer.QuoteIdentifier(nil, prefix, c.options.UnsupportedJSFeatures))
		linker.go#L4117: 		if js_printer.CanQuoteIdentifier(name, c.options.UnsupportedJSFeatures, c.options.ASCIIOnly) {
		linker.go#L4119: 				name = string(js_printer.QuoteIdentifier(nil, name, c.options.UnsupportedJSFeatures))

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L305: 			unsupportedJSFeatures:          options.UnsupportedJSFeatures,

	github.com/evanw/esbuild/pkg/api
		api_impl.go#L635: 		UnsupportedJSFeatures:  jsFeatures,
		api_impl.go#L1082: 		UnsupportedJSFeatures:   jsFeatures,