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

13 uses

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

	github.com/evanw/esbuild/internal/bundler
		linker.go#L3071: 					record := &repr.ast.ImportRecords[s.ImportRecordIndex]
		linker.go#L3080: 								ImportRecordIndex: s.ImportRecordIndex,
		linker.go#L3112: 										{Loc: record.Range.Loc, Data: &js_ast.ERequire{ImportRecordIndex: s.ImportRecordIndex}},
		linker.go#L3124: 				if c.shouldRemoveImportExportStmt(sourceIndex, stmtList, partStmts, stmt.Loc, s.NamespaceRef, s.ImportRecordIndex) {
		linker.go#L3133: 						ImportRecordIndex: s.ImportRecordIndex,
		linker.go#L3607: 							if !repr.ast.ImportRecords[s.ImportRecordIndex].SourceIndex.IsValid() {

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L5297: 				ImportRecordIndex: importRecordIndex,
		js_parser.go#L8039: 						ImportRecordIndex: s.ImportRecordIndex,
		js_parser.go#L12050: 			p.importRecordsForCurrentPart = append(p.importRecordsForCurrentPart, s.ImportRecordIndex)
		js_parser.go#L12058: 					ImportRecordIndex: s.ImportRecordIndex,
		js_parser.go#L12064: 				p.exportStarImportRecords = append(p.exportStarImportRecords, s.ImportRecordIndex)

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