@volar/language-core
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -133,2 +133,6 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
} | ||
// no any vue file version change, it mean project version was update by ts file change at this time | ||
if (!sourceFilesToUpdate.length) { | ||
tsFileUpdated = true; | ||
} | ||
// add | ||
@@ -141,2 +145,3 @@ for (const fileName of [...remainFileNames]) { | ||
if (sourceFile) { | ||
fileVersions.set(sourceFile.fileName, host.getScriptVersion(fileName)); | ||
documentRegistry.set(fileName, (0, reactivity_1.shallowReactive)(sourceFile), languageModule); | ||
@@ -143,0 +148,0 @@ remainFileNames.delete(fileName); |
{ | ||
"name": "@volar/language-core", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"main": "out/index.js", | ||
@@ -16,7 +16,7 @@ "license": "MIT", | ||
"dependencies": { | ||
"@volar/source-map": "1.0.0", | ||
"@volar/source-map": "1.0.1", | ||
"@vue/reactivity": "^3.2.38", | ||
"muggle-string": "^0.1.0" | ||
}, | ||
"gitHead": "5496c1ecc0ae6207d6fa7da745f047c44c32db81" | ||
"gitHead": "62a5dce528c505fcadb609fb391ad7f3f8302fb2" | ||
} |
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
26249
587
+ Added@volar/source-map@1.0.1(transitive)
- Removed@volar/source-map@1.0.0(transitive)
Updated@volar/source-map@1.0.1