github.com/evanw/esbuild/internal/js_ast.AST.UsesExportsRef (field)
9 uses
github.com/evanw/esbuild/internal/js_ast (current package)
js_ast.go#L1588: UsesExportsRef bool
js_ast.go#L1726: return ast.UsesExportsRef || ast.UsesModuleRef
github.com/evanw/esbuild/internal/bundler
linker.go#L522: repr.ast.UsesExportsRef = true
linker.go#L1717: repr.ast.UsesExportsRef = true
linker.go#L1742: repr.ast.UsesExportsRef = true
linker.go#L2663: repr.ast.UsesExportsRef = true
linker.go#L3397: if repr.ast.UsesExportsRef || repr.ast.UsesModuleRef {
linker.go#L3511: if repr.ast.UsesExportsRef {
github.com/evanw/esbuild/internal/js_parser
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. |