@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/cli.js +1 -0
- package/cli.js.map +1 -1
- package/effect-lsp-patch-utils.js +1 -0
- package/effect-lsp-patch-utils.js.map +1 -1
- package/index.js +1 -0
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/transform.js +1 -0
- package/transform.js.map +1 -1
package/package.json
CHANGED
package/transform.js
CHANGED
|
@@ -5780,6 +5780,7 @@ var processType = fn(
|
|
|
5780
5780
|
if (!isSame) {
|
|
5781
5781
|
const usedCount = usedGlobalIdentifiers.get(hoistName) || 0;
|
|
5782
5782
|
hoistName = usedCount > 0 ? hoistName + "_" + usedCount : hoistName;
|
|
5783
|
+
usedGlobalIdentifiers.set(hoistName, usedCount + 1);
|
|
5783
5784
|
}
|
|
5784
5785
|
}
|
|
5785
5786
|
}
|