github.com/evanw/esbuild/internal/js_parser.parser.moduleRef (field)
10 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L58: moduleRef js_ast.Ref
js_parser.go#L8116: Target: js_ast.Expr{Loc: stmt.Loc, Data: &js_ast.EIdentifier{Ref: p.moduleRef}},
js_parser.go#L8122: p.recordUsage(p.moduleRef)
js_parser.go#L9443: if isCallTarget && id.Ref == p.moduleRef && name == "require" {
js_parser.go#L9444: p.ignoreUsage(p.moduleRef)
js_parser.go#L11271: p.recordUsage(p.moduleRef)
js_parser.go#L12885: p.moduleRef = p.declareCommonJSSymbol(js_ast.SymbolHoisted, "module")
js_parser.go#L12889: p.moduleRef = p.newSymbol(js_ast.SymbolHoisted, "module")
js_parser.go#L13157: ModuleRef: p.moduleRef,
js_parser.go#L13172: UsesModuleRef: p.symbols[p.moduleRef.InnerIndex].UseCountEstimate > 0,
![]() |
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. |