github.com/evanw/esbuild/internal/js_parser.parser.importRecordsForCurrentPart (field)

17 uses

	github.com/evanw/esbuild/internal/js_parser (current package)
		js_parser.go#L106: 	importRecordsForCurrentPart []uint32
		js_parser.go#L11101: 				p.importRecordsForCurrentPart = append(p.importRecordsForCurrentPart, importRecordIndex)
		js_parser.go#L11233: 							p.importRecordsForCurrentPart = append(p.importRecordsForCurrentPart, importRecordIndex)
		js_parser.go#L11353: 								p.importRecordsForCurrentPart = append(p.importRecordsForCurrentPart, importRecordIndex)
		js_parser.go#L11984: 			p.importRecordsForCurrentPart = append(p.importRecordsForCurrentPart, s.ImportRecordIndex)
		js_parser.go#L12050: 			p.importRecordsForCurrentPart = append(p.importRecordsForCurrentPart, s.ImportRecordIndex)
		js_parser.go#L12068: 			p.importRecordsForCurrentPart = append(p.importRecordsForCurrentPart, s.ImportRecordIndex)
		js_parser.go#L12097: 	p.importRecordsForCurrentPart = nil
		js_parser.go#L12133: 		part.ImportRecordIndices = p.importRecordsForCurrentPart
		js_parser.go#L13062: 			p.importRecordsForCurrentPart = nil
		js_parser.go#L13070: 			part.ImportRecordIndices = append(part.ImportRecordIndices, p.importRecordsForCurrentPart...)