const github.com/evanw/esbuild/internal/compat.UnicodeEscapes
9 uses
github.com/evanw/esbuild/internal/compat (current package)
js_table.go#L57: UnicodeEscapes
js_table.go#L361: UnicodeEscapes: {
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L9253: if p.options.asciiOnly && p.options.unsupportedJSFeatures.Has(compat.UnicodeEscapes) &&
github.com/evanw/esbuild/internal/js_printer
js_printer.go#L300: } else if !unsupportedFeatures.Has(compat.UnicodeEscapes) {
js_printer.go#L416: if !p.options.UnsupportedFeatures.Has(compat.UnicodeEscapes) {
js_printer.go#L758: !unsupportedJSFeatures.Has(compat.UnicodeEscapes) ||
js_printer.go#L764: !p.options.UnsupportedFeatures.Has(compat.UnicodeEscapes) ||
js_printer.go#L770: !p.options.UnsupportedFeatures.Has(compat.UnicodeEscapes) ||
js_printer.go#L801: } else if !p.options.UnsupportedFeatures.Has(compat.UnicodeEscapes) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |