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 {