@volar/typescript 2.4.19 → 2.4.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -7,7 +7,7 @@ export declare let getLanguagePlugins: (ts: typeof import('typescript'), options
|
|
|
7
7
|
export declare function runTsc(tscPath: string, options: string[] | {
|
|
8
8
|
extraSupportedExtensions: string[];
|
|
9
9
|
extraExtensionsToRemove: string[];
|
|
10
|
-
}, _getLanguagePlugins: typeof getLanguagePlugins, typescriptObject?: string):
|
|
10
|
+
}, _getLanguagePlugins: typeof getLanguagePlugins, typescriptObject?: string): any;
|
|
11
11
|
/**
|
|
12
12
|
* Replaces the code of typescript to add support for additional extensions and language plugins.
|
|
13
13
|
*
|
package/lib/quickstart/runTsc.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@volar/typescript",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.21",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"files": [
|
|
6
6
|
"**/*.js",
|
|
@@ -12,14 +12,14 @@
|
|
|
12
12
|
"directory": "packages/typescript"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@volar/language-core": "2.4.
|
|
15
|
+
"@volar/language-core": "2.4.21",
|
|
16
16
|
"path-browserify": "^1.0.1",
|
|
17
17
|
"vscode-uri": "^3.0.8"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@types/node": "latest",
|
|
21
21
|
"@types/path-browserify": "latest",
|
|
22
|
-
"@volar/language-service": "2.4.
|
|
22
|
+
"@volar/language-service": "2.4.21"
|
|
23
23
|
},
|
|
24
|
-
"gitHead": "
|
|
24
|
+
"gitHead": "ddb336ac5074cf17afe7929d5bb2258f451e67ff"
|
|
25
25
|
}
|