const github.com/evanw/esbuild/internal/js_lexer.TFunction
11 uses
github.com/evanw/esbuild/internal/js_lexer (current package)
js_lexer.go#L136: TFunction
js_lexer.go#L180: "function": TFunction,
tables.go#L106: TFunction: "\"function\"",
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L2189: if !p.lexer.HasNewlineBefore && p.lexer.Token == js_lexer.TFunction {
js_parser.go#L2889: case js_lexer.TFunction:
js_parser.go#L5065: case js_lexer.TClass, js_lexer.TConst, js_lexer.TFunction, js_lexer.TVar:
js_parser.go#L5109: p.lexer.Expect(js_lexer.TFunction)
js_parser.go#L5173: if p.lexer.Token == js_lexer.TFunction && !p.lexer.HasNewlineBefore {
js_parser.go#L5200: if p.lexer.Token == js_lexer.TFunction || p.lexer.Token == js_lexer.TClass || p.lexer.IsContextualKeyword("interface") {
js_parser.go#L5340: case js_lexer.TFunction:
js_parser.go#L5977: if p.lexer.Token == js_lexer.TFunction && !p.lexer.HasNewlineBefore {
![]() |
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. |