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{