const github.com/evanw/esbuild/internal/js_lexer.TNoSubstitutionTemplateLiteral
12 uses
github.com/evanw/esbuild/internal/js_lexer (current package)
js_lexer.go#L39: TNoSubstitutionTemplateLiteral // Contents are in lexer.StringLiteral ([]uint16)
js_lexer.go#L304: case TNoSubstitutionTemplateLiteral, TTemplateTail:
js_lexer.go#L1413: lexer.Token = TNoSubstitutionTemplateLiteral
tables.go#L9: TNoSubstitutionTemplateLiteral: "template literal",
github.com/evanw/esbuild/internal/js_parser
js_parser.go#L1699: PreferTemplate: p.lexer.Token == js_lexer.TNoSubstitutionTemplateLiteral,
js_parser.go#L2744: case js_lexer.TStringLiteral, js_lexer.TNoSubstitutionTemplateLiteral:
js_parser.go#L3463: case js_lexer.TNoSubstitutionTemplateLiteral:
js_parser.go#L3950: case js_lexer.TPlusPlus, js_lexer.TMinusMinus, js_lexer.TNoSubstitutionTemplateLiteral,
js_parser.go#L4907: if p.lexer.Token == js_lexer.TNoSubstitutionTemplateLiteral {
js_parser.go#L5755: case js_lexer.TStringLiteral, js_lexer.TNoSubstitutionTemplateLiteral:
ts_parser.go#L170: js_lexer.TNoSubstitutionTemplateLiteral, js_lexer.TThis, js_lexer.TTrue, js_lexer.TFalse,
ts_parser.go#L644: js_lexer.TNoSubstitutionTemplateLiteral, // 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. |