const github.com/evanw/esbuild/internal/js_lexer.TNumericLiteral
14 uses
github.com/evanw/esbuild/internal/js_lexer (current package)
js_lexer.go#L40: TNumericLiteral // Contents are in lexer.Number (float64)
js_lexer.go#L1675: lexer.Token = TNumericLiteral
tables.go#L10: TNumericLiteral: "number",
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L1724: case js_lexer.TNumericLiteral:
js_parser.go#L1793: case js_lexer.TOpenBracket, js_lexer.TNumericLiteral, js_lexer.TStringLiteral,
js_parser.go#L2082: case js_lexer.TNumericLiteral:
js_parser.go#L2723: js_lexer.TNumericLiteral, js_lexer.TBigIntegerLiteral, js_lexer.TStringLiteral:
js_parser.go#L2800: case js_lexer.TNumericLiteral:
json_parser.go#L53: case js_lexer.TNumericLiteral:
json_parser.go#L61: p.lexer.Expect(js_lexer.TNumericLiteral)
ts_parser.go#L52: case js_lexer.TStringLiteral, js_lexer.TNumericLiteral:
ts_parser.go#L169: case js_lexer.TNumericLiteral, js_lexer.TBigIntegerLiteral, js_lexer.TStringLiteral,
ts_parser.go#L181: p.lexer.Expect(js_lexer.TNumericLiteral)
ts_parser.go#L395: p.lexer.Token == js_lexer.TNumericLiteral {
 |
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. |