const github.com/evanw/esbuild/internal/js_lexer.TEqualsGreaterThan
11 uses
github.com/evanw/esbuild/internal/js_lexer (current package)
js_lexer.go#L67: TEqualsGreaterThan
js_lexer.go#L1298: lexer.Token = TEqualsGreaterThan
tables.go#L37: TEqualsGreaterThan: "\"=>\"",
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L2156: p.lexer.Expect(js_lexer.TEqualsGreaterThan)
js_parser.go#L2199: case js_lexer.TEqualsGreaterThan:
js_parser.go#L2372: if p.lexer.Token == js_lexer.TEqualsGreaterThan || opts.forceArrowFn || (p.options.ts.Parse && p.lexer.Token == js_lexer.TColon) {
js_parser.go#L2397: if p.lexer.Token == js_lexer.TEqualsGreaterThan || (len(invalidLog) == 0 &&
js_parser.go#L2455: p.lexer.Expected(js_lexer.TEqualsGreaterThan)
js_parser.go#L2731: if p.lexer.Token == js_lexer.TEqualsGreaterThan {
ts_parser.go#L603: if p.lexer.Token != js_lexer.TEqualsGreaterThan {
ts_parser.go#L628: p.lexer.Expect(js_lexer.TEqualsGreaterThan)
![]() |
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. |