func github.com/evanw/esbuild/internal/js_lexer.IsIdentifier
12 uses
github.com/evanw/esbuild/internal/js_lexer (current package)
js_lexer.go#L491: func IsIdentifier(text string) bool {
js_lexer.go#L510: if IsIdentifier(text) {
js_lexer.go#L1622: if !IsIdentifier(identifier) {
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L8611: if p.options.mangleSyntax && js_lexer.IsIdentifier(name) {
js_parser.go#L12857: if !js_lexer.IsIdentifier(part) {
github.com/evanw/esbuild/internal/js_printer
js_printer.go#L757: return js_lexer.IsIdentifier(name) && (!asciiOnly ||
js_printer.go#L763: return js_lexer.IsIdentifier(name) && (!p.options.ASCIIOnly ||
github.com/evanw/esbuild/internal/resolver
tsconfig_json.go#L183: if !js_lexer.IsIdentifier(part) {
github.com/evanw/esbuild/pkg/api
api_impl.go#L370: if !js_lexer.IsIdentifier(part) {
api_impl.go#L390: if !js_lexer.IsIdentifier(part) {
api_impl.go#L397: if js_lexer.IsIdentifier(value) {
api_impl.go#L460: if !js_lexer.IsIdentifier(part) {
![]() |
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. |