@volar/language-server
Advanced tools
Comparing version 1.2.0-alpha.19 to 1.3.0-alpha.0
@@ -17,3 +17,3 @@ import * as embedded from '@volar/language-core'; | ||
export declare function createProject(context: ProjectContext): Promise<{ | ||
tsConfig: path.PosixPath | ts.CompilerOptions; | ||
tsConfig: ts.CompilerOptions | path.PosixPath; | ||
scripts: { | ||
@@ -20,0 +20,0 @@ clear: () => void; |
{ | ||
"name": "@volar/language-server", | ||
"version": "1.2.0-alpha.19", | ||
"version": "1.3.0-alpha.0", | ||
"main": "out/index.js", | ||
@@ -20,5 +20,5 @@ "license": "MIT", | ||
"dependencies": { | ||
"@volar/language-core": "1.2.0-alpha.19", | ||
"@volar/language-service": "1.2.0-alpha.19", | ||
"@volar/shared": "1.2.0-alpha.19", | ||
"@volar/language-core": "1.3.0-alpha.0", | ||
"@volar/language-service": "1.3.0-alpha.0", | ||
"@volar/shared": "1.3.0-alpha.0", | ||
"@vscode/l10n": "^0.0.11", | ||
@@ -33,3 +33,3 @@ "request-light": "^0.7.0", | ||
}, | ||
"gitHead": "b0ae65a419cfb91bd85cc4174efa4eb91cadd040" | ||
"gitHead": "7582403cc521d33f642183a32da44fb1f64e65ef" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
479041
7793
+ Added@volar/language-core@1.3.0-alpha.0(transitive)
+ Added@volar/language-service@1.3.0-alpha.0(transitive)
+ Added@volar/shared@1.3.0-alpha.0(transitive)
+ Added@volar/source-map@1.3.0-alpha.0(transitive)
+ Added@volar/typescript-faster@1.3.0-alpha.0(transitive)
- Removed@volar/language-core@1.2.0-alpha.19(transitive)
- Removed@volar/language-service@1.2.0-alpha.19(transitive)
- Removed@volar/shared@1.2.0-alpha.19(transitive)
- Removed@volar/source-map@1.2.0-alpha.19(transitive)
- Removed@volar/typescript-faster@1.2.0-alpha.19(transitive)
Updated@volar/shared@1.3.0-alpha.0