github.com/evanw/esbuild/internal/js_parser.parser.weakSetRef (field)
6 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L77: weakSetRef js_ast.Ref
js_parser.go#L12641: weakSetRef: js_ast.InvalidRef,
js_parser_lower.go#L1903: if p.weakSetRef == js_ast.InvalidRef {
js_parser_lower.go#L1904: p.weakSetRef = p.newSymbol(js_ast.SymbolUnbound, "WeakSet")
js_parser_lower.go#L1905: p.moduleScope.Generated = append(p.moduleScope.Generated, p.weakSetRef)
js_parser_lower.go#L1909: js_ast.Expr{Loc: loc, Data: &js_ast.ENew{Target: js_ast.Expr{Loc: loc, Data: &js_ast.EIdentifier{Ref: p.weakSetRef}}}},
![]() |
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. |