github.com/evanw/esbuild/internal/js_parser.parser.weakMapRef (field)
6 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L76: weakMapRef js_ast.Ref
js_parser.go#L12640: weakMapRef: js_ast.InvalidRef,
js_parser_lower.go#L1827: if p.weakMapRef == js_ast.InvalidRef {
js_parser_lower.go#L1828: p.weakMapRef = p.newSymbol(js_ast.SymbolUnbound, "WeakMap")
js_parser_lower.go#L1829: p.moduleScope.Generated = append(p.moduleScope.Generated, p.weakMapRef)
js_parser_lower.go#L1833: js_ast.Expr{Loc: loc, Data: &js_ast.ENew{Target: js_ast.Expr{Loc: loc, Data: &js_ast.EIdentifier{Ref: p.weakMapRef}}}},
![]() |
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. |