@effect/language-service 0.62.1 → 0.62.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.js CHANGED
@@ -6647,6 +6647,7 @@ var processType = fn(
6647
6647
  if (!isSame) {
6648
6648
  const usedCount = usedGlobalIdentifiers.get(hoistName) || 0;
6649
6649
  hoistName = usedCount > 0 ? hoistName + "_" + usedCount : hoistName;
6650
+ usedGlobalIdentifiers.set(hoistName, usedCount + 1);
6650
6651
  }
6651
6652
  }
6652
6653
  }