github.com/evanw/esbuild/internal/bundler.fileMeta.importsToBind (field)
13 uses
github.com/evanw/esbuild/internal/bundler (current package)
linker.go#L153: importsToBind map[js_ast.Ref]importToBind
linker.go#L476: importsToBind: make(map[js_ast.Ref]importToBind),
linker.go#L868: if importToBind, ok := repr.meta.importsToBind[ref]; ok {
linker.go#L1316: if imported, ok := otherRepr.meta.importsToBind[export.ref]; ok {
linker.go#L1322: if imported, ok := ambiguousRepr.meta.importsToBind[ambiguousExport.ref]; ok {
linker.go#L1388: for importRef, importToBind := range repr.meta.importsToBind {
linker.go#L1544: if importToBind, ok := c.files[export.sourceIndex].repr.(*reprJS).meta.importsToBind[export.ref]; ok {
linker.go#L1867: repr.meta.importsToBind[importRef] = importToBind{
linker.go#L1879: repr.meta.importsToBind[importRef] = importToBind{
linker.go#L2216: repr.meta.importsToBind[name.Ref] = importToBind{
linker.go#L2371: repr.meta.importsToBind[commonJSRef] = importToBind{
linker.go#L2517: if importToBind, ok := targetRepr.meta.importsToBind[targetRef]; ok {
linker.go#L2570: fileMeta.importsToBind[ref] = importToBind{
![]() |
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. |