@volar/language-core
Advanced tools
Comparing version 1.0.0-beta.0 to 1.0.0-beta.1
@@ -79,3 +79,3 @@ Object.defineProperty(exports, "__esModule", { value: true }); | ||
if (documentRegistry.has(fileName)) | ||
return ts.ScriptKind.TSX; // can't use External, Unknown | ||
return ts.ScriptKind.Deferred; | ||
switch (path_1.posix.extname(fileName)) { | ||
@@ -82,0 +82,0 @@ case '.js': return ts.ScriptKind.JS; |
{ | ||
"name": "@volar/language-core", | ||
"version": "1.0.0-beta.0", | ||
"version": "1.0.0-beta.1", | ||
"main": "out/index.js", | ||
@@ -16,7 +16,7 @@ "license": "MIT", | ||
"dependencies": { | ||
"@volar/code-gen": "1.0.0-beta.0", | ||
"@volar/source-map": "1.0.0-beta.0", | ||
"@volar/code-gen": "1.0.0-beta.1", | ||
"@volar/source-map": "1.0.0-beta.1", | ||
"@vue/reactivity": "^3.2.38" | ||
}, | ||
"gitHead": "e93a2cf6e614f6c8fa9b8a61e314c123cbe9a95a" | ||
"gitHead": "3421929c584e8fafd772b2386c12ffe9b48355f2" | ||
} |
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
27363
+ Added@volar/code-gen@1.0.0-beta.1(transitive)
+ Added@volar/source-map@1.0.0-beta.1(transitive)
- Removed@volar/code-gen@1.0.0-beta.0(transitive)
- Removed@volar/source-map@1.0.0-beta.0(transitive)
Updated@volar/code-gen@1.0.0-beta.1