const github.com/evanw/esbuild/internal/js_lexer.TExclamation
10 uses
github.com/evanw/esbuild/internal/js_lexer (current package)
js_lexer.go#L68: TExclamation
js_lexer.go#L1400: lexer.Token = TExclamation
tables.go#L38: TExclamation: "\"!\"",
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L1871: if opts.isClass && (p.lexer.Token == js_lexer.TQuestion || p.lexer.Token == js_lexer.TExclamation) {
js_parser.go#L2873: case js_lexer.TExclamation:
js_parser.go#L2936: if p.lexer.Token == js_lexer.TExclamation && !p.lexer.HasNewlineBefore {
js_parser.go#L3558: case js_lexer.TExclamation:
js_parser.go#L4263: isDefiniteAssignmentAssertion := p.lexer.Token == js_lexer.TExclamation
ts_parser.go#L316: case js_lexer.TExclamation:
ts_parser.go#L433: if foundKey && (p.lexer.Token == js_lexer.TQuestion || p.lexer.Token == js_lexer.TExclamation) {
![]() |
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. |