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() {