@volar/typescript
Advanced tools
Comparing version 1.4.1-patch.1 to 1.4.1-patch.2
@@ -124,4 +124,6 @@ "use strict"; | ||
file = ts.createSourceFile(fileName, docText, ts.ScriptTarget.Latest, undefined, ts.ScriptKind.Deferred); | ||
file.parseDiagnostics = []; // not important | ||
file.resolvedPath = fileName; // fix https://github.com/vuejs/language-tools/issues/2622 for TS 5.0 | ||
// fix https://github.com/vuejs/language-tools/issues/2622 for TS 5.0 | ||
file.originalFileName = fileName; | ||
file.path = fileName.toLowerCase(); | ||
file.resolvedPath = fileName.toLowerCase(); | ||
} | ||
@@ -128,0 +130,0 @@ } |
{ | ||
"name": "@volar/typescript", | ||
"version": "1.4.1-patch.1", | ||
"version": "1.4.1-patch.2", | ||
"main": "out/index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
21298
443