You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/dependencies/HarmonyExportImportedSpecifierDependency.js
+2-2
Original file line number
Diff line number
Diff line change
@@ -330,9 +330,9 @@ class HarmonyExportImportedSpecifierDependency extends HarmonyImportDependency {
330
330
* @param {string[]} ids the requested export name of the imported module
331
331
* @param {string | null} name the export name of for this module
332
332
* @param {Set<string>} activeExports other named exports in the module
333
-
* @param {ReadonlyArray<HarmonyExportImportedSpecifierDependency> | Iterable<HarmonyExportImportedSpecifierDependency>} otherStarExports other star exports in the module before this import
333
+
* @param {ReadonlyArray<HarmonyExportImportedSpecifierDependency> | Iterable<HarmonyExportImportedSpecifierDependency> | null} otherStarExports other star exports in the module before this import
334
334
* @param {number} exportPresenceMode mode of checking export names
335
-
* @param {HarmonyStarExportsList} allStarExports all star exports in the module
335
+
* @param {HarmonyStarExportsList | null} allStarExports all star exports in the module
0 commit comments