github.com/evanw/esbuild/internal/js_parser.parseStmtOpts.tsDecorators (field)
16 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L4775: if opts.tsDecorators != nil {
js_parser.go#L4776: classOpts.tsDecorators = opts.tsDecorators.values
js_parser.go#L5026: tsDecorators *deferredTSDecorators
js_parser.go#L5059: if opts.tsDecorators != nil && p.lexer.Token != js_lexer.TClass && p.lexer.Token != js_lexer.TDefault &&
js_parser.go#L5165: if opts.tsDecorators != nil && p.lexer.Token != js_lexer.TClass && !p.lexer.IsContextualKeyword("abstract") {
js_parser.go#L5202: tsDecorators: opts.tsDecorators,
js_parser.go#L5238: if _, ok := expr.Data.(*js_ast.EIdentifier); ok && (p.lexer.Token == js_lexer.TClass || opts.tsDecorators != nil) {
js_parser.go#L5240: tsDecorators: opts.tsDecorators,
js_parser.go#L5365: opts.tsDecorators = &deferredTSDecorators{
js_parser.go#L5993: if p.lexer.Token == js_lexer.TColon && opts.tsDecorators == nil {
js_parser.go#L6033: if p.lexer.Token == js_lexer.TClass || opts.tsDecorators != nil {
js_parser.go#L6052: if opts.tsDecorators != nil && p.lexer.Token != js_lexer.TClass && !p.lexer.IsContextualKeyword("abstract") {
js_parser.go#L6067: if opts.tsDecorators != nil {
js_parser.go#L6068: p.discardScopesUpTo(opts.tsDecorators.scopeIndex)
![]() |
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. |