const github.com/evanw/esbuild/internal/js_lexer.TEndOfFile
11 uses
github.com/evanw/esbuild/internal/js_lexer (current package)
js_lexer.go#L32: TEndOfFile T = iota
js_lexer.go#L420: lexer.Token != TCloseBrace && lexer.Token != TEndOfFile) {
js_lexer.go#L703: lexer.Token = TEndOfFile
js_lexer.go#L784: lexer.Token = TEndOfFile
js_lexer.go#L968: lexer.Token = TEndOfFile
tables.go#L4: TEndOfFile: "end of file",
github.com/evanw/esbuild/internal/js_parser
global_name_parser.go#L26: for lexer.Token != js_lexer.TEndOfFile {
js_parser.go#L5933: p.lexer.Token != js_lexer.TEndOfFile {
js_parser.go#L12714: stmts := p.parseStmtsUpTo(js_lexer.TEndOfFile, parseStmtOpts{isModuleScope: true})
json_parser.go#L177: p.lexer.Expect(js_lexer.TEndOfFile)
ts_parser.go#L669: js_lexer.TEndOfFile: // foo
![]() |
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. |