github.com/evanw/esbuild/internal/js_ast.SExportFrom.ImportRecordIndex (field)

8 uses

	github.com/evanw/esbuild/internal/js_ast (current package)
		js_ast.go#L953: 	ImportRecordIndex uint32

	github.com/evanw/esbuild/internal/bundler
		linker.go#L3146: 			if c.shouldRemoveImportExportStmt(sourceIndex, stmtList, partStmts, stmt.Loc, s.NamespaceRef, s.ImportRecordIndex) {
		linker.go#L3158: 					ImportRecordIndex: s.ImportRecordIndex,
		linker.go#L3612: 							if !repr.ast.ImportRecords[s.ImportRecordIndex].SourceIndex.IsValid() {

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L5316: 					ImportRecordIndex: importRecordIndex,
		js_parser.go#L12068: 			p.importRecordsForCurrentPart = append(p.importRecordsForCurrentPart, s.ImportRecordIndex)
		js_parser.go#L12078: 					ImportRecordIndex: s.ImportRecordIndex,

	github.com/evanw/esbuild/internal/js_printer
		js_printer.go#L2684: 		p.printQuotedUTF8(p.importRecords[s.ImportRecordIndex].Path.Text, false /* allowBacktick */)