github.com/evanw/esbuild/internal/bundler.importToBind.ref (field)
19 uses
github.com/evanw/esbuild/internal/bundler (current package)
linker.go#L247: ref js_ast.Ref
linker.go#L869: ref = importToBind.ref
linker.go#L1317: mainRef = imported.ref
linker.go#L1321: ambiguousRef := ambiguousExport.ref
linker.go#L1322: if imported, ok := ambiguousRepr.meta.importsToBind[ambiguousExport.ref]; ok {
linker.go#L1323: ambiguousRef = imported.ref
linker.go#L1390: partsDeclaringSymbol := resolvedRepr.ast.TopLevelSymbolToParts[importToBind.ref]
linker.go#L1404: js_ast.MergeSymbols(c.symbols, importRef, importToBind.ref)
linker.go#L1545: export.ref = importToBind.ref
linker.go#L1869: ref: result.ref,
linker.go#L1881: ref: result.ref,
linker.go#L2063: if _, ok := c.files[ambiguousTracker.sourceIndex].repr.(*reprJS).ast.NamedImports[ambiguousTracker.ref]; ok {
linker.go#L2066: importRef: ambiguousTracker.ref,
linker.go#L2072: ref: ambiguousTracker.ref,
linker.go#L2217: ref: name.Ref,
linker.go#L2225: ref: name.Ref,
linker.go#L2372: ref: commonJSRef,
linker.go#L2519: targetRef = importToBind.ref
linker.go#L2572: ref: ref,
 |
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. |