github.com/evanw/esbuild/internal/js_parser.parser.storeNameInRef (method)
27 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L1556: func (p *parser) storeNameInRef(name string) js_ast.Ref {
js_parser.go#L1741: key = js_ast.Expr{Loc: p.lexer.Loc(), Data: &js_ast.EPrivateIdentifier{Ref: p.storeNameInRef(p.lexer.Identifier)}}
js_parser.go#L1846: ref := p.storeNameInRef(name)
js_parser.go#L2075: value := js_ast.Binding{Loc: p.lexer.Loc(), Data: &js_ast.BIdentifier{Ref: p.storeNameInRef(p.lexer.Identifier)}}
js_parser.go#L2111: ref := p.storeNameInRef(name)
js_parser.go#L2200: arg := js_ast.Arg{Binding: js_ast.Binding{Loc: asyncRange.Loc, Data: &js_ast.BIdentifier{Ref: p.storeNameInRef("async")}}}
js_parser.go#L2210: ref := p.storeNameInRef(p.lexer.Identifier)
js_parser.go#L2239: return js_ast.Expr{Loc: asyncRange.Loc, Data: &js_ast.EIdentifier{Ref: p.storeNameInRef("async")}}
js_parser.go#L2435: async := js_ast.Expr{Loc: loc, Data: &js_ast.EIdentifier{Ref: p.storeNameInRef("async")}}
js_parser.go#L2732: ref := p.storeNameInRef(name)
js_parser.go#L2741: ref := p.storeNameInRef(name)
js_parser.go#L3355: ref := p.storeNameInRef(name)
js_parser.go#L3438: ref := p.storeNameInRef(name)
js_parser.go#L3993: ref := p.storeNameInRef(raw)
js_parser.go#L4048: tag := &js_ast.Expr{Loc: loc, Data: &js_ast.EIdentifier{Ref: p.storeNameInRef(name)}}
js_parser.go#L4329: name := js_ast.LocRef{Loc: aliasLoc, Ref: p.storeNameInRef(alias)}
js_parser.go#L4342: name = js_ast.LocRef{Loc: p.lexer.Loc(), Ref: p.storeNameInRef(originalName)}
js_parser.go#L4390: name := js_ast.LocRef{Loc: aliasLoc, Ref: p.storeNameInRef(alias)}
js_parser.go#L4471: ref := p.storeNameInRef(name)
js_parser.go#L4899: name := js_ast.LocRef{Loc: p.lexer.Loc(), Ref: p.storeNameInRef(p.lexer.Identifier)}
js_parser.go#L5275: namespaceRef = p.storeNameInRef(name)
js_parser.go#L5289: namespaceRef = p.storeNameInRef(name)
js_parser.go#L5311: namespaceRef := p.storeNameInRef(name)
js_parser.go#L5773: stmt.NamespaceRef = p.storeNameInRef(p.lexer.Identifier)
js_parser.go#L5800: stmt.DefaultName = &js_ast.LocRef{Loc: p.lexer.Loc(), Ref: p.storeNameInRef(defaultName)}
js_parser.go#L5851: stmt.NamespaceRef = p.storeNameInRef(p.lexer.Identifier)
ts_parser.go#L838: value := js_ast.Expr{Loc: p.lexer.Loc(), Data: &js_ast.EIdentifier{Ref: p.storeNameInRef(name)}}
 |
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. |