github.com/evanw/esbuild/internal/js_ast.Part.ImportRecordIndices (field)

9 uses

	github.com/evanw/esbuild/internal/js_ast (current package)
		js_ast.go#L1762: 	ImportRecordIndices []uint32

	github.com/evanw/esbuild/internal/bundler
		linker.go#L831: 						for _, importRecordIndex := range part.ImportRecordIndices {
		linker.go#L2476: 			for _, importRecordIndex := range part.ImportRecordIndices {
		linker.go#L2613: 	for _, importRecordIndex := range part.ImportRecordIndices {
		linker.go#L2946: 				for _, importRecordIndex := range part.ImportRecordIndices {

	github.com/evanw/esbuild/internal/js_parser
		js_parser.go#L12133: 		part.ImportRecordIndices = p.importRecordsForCurrentPart
		js_parser.go#L13030: 		ImportRecordIndices: []uint32{importRecordIndex},
		js_parser.go#L13070: 			part.ImportRecordIndices = append(part.ImportRecordIndices, p.importRecordsForCurrentPart...)