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

4 uses

	github.com/evanw/esbuild/internal/js_parser (current package)
		js_parser.go#L107: 	exportStarImportRecords     []uint32
		js_parser.go#L12064: 				p.exportStarImportRecords = append(p.exportStarImportRecords, s.ImportRecordIndex)
		js_parser.go#L13165: 		ExportStarImportRecords: p.exportStarImportRecords,