typescript-svelte-plugin
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -17,3 +17,6 @@ "use strict"; | ||
if (!(0, utils_1.isSvelteFilePath)(reference.definition.fileName) || !snapshot) { | ||
return reference; | ||
return { | ||
...reference, | ||
references: mapReferences(reference.references, snapshotManager, logger) | ||
}; | ||
} | ||
@@ -20,0 +23,0 @@ const textSpan = snapshot.getOriginalTextSpan(reference.definition.textSpan); |
@@ -11,2 +11,3 @@ "use strict"; | ||
const rename_1 = require("./rename"); | ||
const update_imports_1 = require("./update-imports"); | ||
const sveltePluginPatchSymbol = Symbol('sveltePluginPatchSymbol'); | ||
@@ -33,2 +34,3 @@ function isPatched(ls) { | ||
(0, implementation_1.decorateGetImplementation)(ls, snapshotManager, logger); | ||
(0, update_imports_1.decorateUpdateImports)(ls, snapshotManager, logger); | ||
return ls; | ||
@@ -35,0 +37,0 @@ } |
{ | ||
"name": "typescript-svelte-plugin", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "A TypeScript Plugin providing Svelte intellisense", | ||
@@ -5,0 +5,0 @@ "main": "dist/src/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
64092
37
1450