github.com/evanw/esbuild/internal/js_parser.parser.exportsRef (field)
8 uses
github.com/evanw/esbuild/internal/js_parser (current package)
js_parser.go#L56: exportsRef js_ast.Ref
js_parser.go#L9694: p.recordUsage(p.exportsRef)
js_parser.go#L9695: return js_ast.Expr{Loc: loc, Data: &js_ast.EIdentifier{Ref: p.exportsRef}}, true
js_parser.go#L11272: p.recordUsage(p.exportsRef)
js_parser.go#L12883: p.exportsRef = p.declareCommonJSSymbol(js_ast.SymbolHoisted, "exports")
js_parser.go#L12887: p.exportsRef = p.newSymbol(js_ast.SymbolHoisted, "exports")
js_parser.go#L13156: ExportsRef: p.exportsRef,
js_parser.go#L13171: UsesExportsRef: p.symbols[p.exportsRef.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. |