@volar/language-core
Advanced tools
Comparing version 1.0.8 to 1.0.9
@@ -39,6 +39,6 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
if (scriptSnapshot) { | ||
for (const langaugeModule of languageModules) { | ||
const sourceFile = langaugeModule.createSourceFile(vueFileName, scriptSnapshot); | ||
for (const languageModule of languageModules) { | ||
const sourceFile = languageModule.createSourceFile(vueFileName, scriptSnapshot); | ||
if (sourceFile) { | ||
documentRegistry.set(vueFileName, (0, reactivity_1.shallowReactive)(sourceFile), langaugeModule); | ||
documentRegistry.set(vueFileName, (0, reactivity_1.shallowReactive)(sourceFile), languageModule); | ||
break; | ||
@@ -45,0 +45,0 @@ } |
@@ -22,3 +22,4 @@ import { Mapping } from '@volar/source-map'; | ||
completion?: boolean | { | ||
additional: boolean; | ||
additional?: boolean; | ||
autoImportOnly?: boolean; | ||
}; | ||
@@ -25,0 +26,0 @@ diagnostic?: boolean; |
{ | ||
"name": "@volar/language-core", | ||
"version": "1.0.8", | ||
"version": "1.0.9", | ||
"main": "out/index.js", | ||
@@ -16,7 +16,7 @@ "license": "MIT", | ||
"dependencies": { | ||
"@volar/source-map": "1.0.8", | ||
"@volar/source-map": "1.0.9", | ||
"@vue/reactivity": "^3.2.40", | ||
"muggle-string": "^0.1.0" | ||
}, | ||
"gitHead": "10d1a6a8b4011adee0a7c309da25caae7fb4fea9" | ||
"gitHead": "be2081f56ce4608324795b8a0ae83c288a3a784d" | ||
} |
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
26284
588
+ Added@volar/source-map@1.0.9(transitive)
- Removed@volar/source-map@1.0.8(transitive)
Updated@volar/source-map@1.0.9