type github.com/evanw/esbuild/internal/js_lexer.T
14 uses
github.com/evanw/esbuild/internal/js_lexer (current package)
js_lexer.go#L28: type T uint
js_lexer.go#L32: TEndOfFile T = iota
js_lexer.go#L157: func (t T) IsAssign() bool {
js_lexer.go#L161: var Keywords = map[string]T{
js_lexer.go#L226: Token T
js_lexer.go#L394: func (lexer *Lexer) Expected(token T) {
js_lexer.go#L411: func (lexer *Lexer) Expect(token T) {
js_lexer.go#L686: func (lexer *Lexer) ExpectJSXElementChild(token T) {
js_lexer.go#L768: func (lexer *Lexer) ExpectInsideJSXElement(token T) {
js_lexer.go#L1566: func (lexer *Lexer) scanIdentifierWithEscapes(kind identifierKind) (string, T) {
tables.go#L3: var tokenToString = map[T]string{
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L1842: js_lexer.Keywords[name] == js_lexer.T(0) {
js_parser.go#L6176: func (p *parser) parseStmtsUpTo(end js_lexer.T, opts parseStmtOpts) []js_ast.Stmt {
json_parser.go#L18: func (p *jsonParser) parseMaybeTrailingComma(closeToken js_lexer.T) bool {
![]() |
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. |