github.com/evanw/esbuild/internal/js_lexer.Lexer.IsIdentifierOrKeyword (method)
16 uses
github.com/evanw/esbuild/internal/js_lexer (current package)
js_lexer.go#L351: func (lexer *Lexer) IsIdentifierOrKeyword() bool {
github.com/evanw/esbuild/internal/js_parser
global_name_parser.go#L30: if !lexer.IsIdentifierOrKeyword() {
js_parser.go#L1782: if !p.lexer.IsIdentifierOrKeyword() {
js_parser.go#L1790: couldBeModifierKeyword := p.lexer.IsIdentifierOrKeyword()
js_parser.go#L2104: if !p.lexer.IsIdentifierOrKeyword() {
js_parser.go#L3364: if !p.lexer.IsIdentifierOrKeyword() {
js_parser.go#L3446: if !p.lexer.IsIdentifierOrKeyword() {
js_parser.go#L4334: if !p.lexer.IsIdentifierOrKeyword() {
js_parser.go#L4404: if !p.lexer.IsIdentifierOrKeyword() {
js_parser.go#L4420: if !p.lexer.IsIdentifierOrKeyword() {
js_parser.go#L5277: if !p.lexer.IsIdentifierOrKeyword() {
ts_parser.go#L56: if p.lexer.IsIdentifierOrKeyword() {
ts_parser.go#L245: if !p.lexer.IsIdentifierOrKeyword() {
ts_parser.go#L329: if !p.lexer.IsIdentifierOrKeyword() {
ts_parser.go#L393: for p.lexer.IsIdentifierOrKeyword() ||
ts_parser.go#L792: } else if p.lexer.IsIdentifierOrKeyword() {
![]() |
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. |