@effect/language-service 0.44.0 → 0.44.1
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/effect-lsp-patch-utils.js +1 -1
- package/effect-lsp-patch-utils.js.map +1 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/transform.js +1 -1
- package/transform.js.map +1 -1
package/index.js
CHANGED
|
@@ -4081,7 +4081,7 @@ var deterministicKeys = createDiagnostic({
|
|
|
4081
4081
|
const { className, keyStringLiteral } = result;
|
|
4082
4082
|
const classNameText = ts.idText(className);
|
|
4083
4083
|
const expectedKey = yield* createString(sourceFile, classNameText, result.target);
|
|
4084
|
-
if (!expectedKey)
|
|
4084
|
+
if (!expectedKey) continue;
|
|
4085
4085
|
const actualIdentifier = keyStringLiteral.text;
|
|
4086
4086
|
if (actualIdentifier !== expectedKey) {
|
|
4087
4087
|
report({
|