const github.com/evanw/esbuild/internal/js_printer.lastASCII
5 uses
github.com/evanw/esbuild/internal/js_printer (current package)
js_printer.go#L172: const lastASCII = 0x7E
js_printer.go#L179: if c <= lastASCII {
js_printer.go#L286: if c >= firstASCII && c <= lastASCII {
js_printer.go#L400: case c <= lastASCII:
js_printer.go#L798: if p.options.ASCIIOnly && c > lastASCII {
![]() |
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. |