const github.com/evanw/esbuild/internal/js_printer.firstASCII

3 uses

	github.com/evanw/esbuild/internal/js_printer (current package)
		js_printer.go#L171: const firstASCII = 0x20
		js_printer.go#L180: 		return c >= firstASCII && c != '\\' && c != '"'
		js_printer.go#L286: 		if c >= firstASCII && c <= lastASCII {