File tree 5 files changed +17
-9
lines changed
5 files changed +17
-9
lines changed Original file line number Diff line number Diff line change 11
11
dist-test /
12
12
server /dist-test /
13
13
14
+ server /node_modules /typescript /lib /tsc.js
15
+ server /node_modules /typescript /lib /tsserver.js
16
+ server /node_modules /typescript /lib /tsserverlibrary.js
17
+ server /node_modules /typescript /lib /typescriptServices.js
18
+
14
19
. **
15
20
16
21
** /* .map
Original file line number Diff line number Diff line change @@ -105,7 +105,11 @@ function bundleVlsWithEsbuild() {
105
105
/**
106
106
* prettier-tslint need it.
107
107
*/
108
- 'tslint'
108
+ 'tslint' ,
109
+ /**
110
+ * tslint need it.
111
+ */
112
+ 'typescript'
109
113
] ,
110
114
format : 'cjs' ,
111
115
tsconfig : getServerPath ( 'tsconfig.json' ) ,
Original file line number Diff line number Diff line change 25
25
"eslint" : " ^7.13.0" ,
26
26
"eslint-plugin-vue" : " ^7.1.0" ,
27
27
"prettier" : " ^2.1.2" ,
28
- "tslint" : " 5.18.0"
28
+ "tslint" : " 5.18.0" ,
29
+ "typescript" : " ^4.0.5"
30
+ },
31
+ "resolutions" : {
32
+ "typescript" : " ^4.0.5"
29
33
},
30
34
"devDependencies" : {
31
35
"@prettier/plugin-pug" : " ^1.10.1" ,
61
65
"source-map-support" : " ^0.5.19" ,
62
66
"stylus" : " ^0.54.8" ,
63
67
"stylus-supremacy" : " ^2.14.5" ,
64
- "typescript" : " ^4.0.5" ,
65
68
"vscode-css-languageservice" : " 4.3.5" ,
66
69
"vscode-emmet-helper" : " ^2.0.9" ,
67
70
"vscode-languageserver" : " 7.0.0-next.7" ,
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ module.exports = [
56
56
generateTypingsVls ( ) ,
57
57
bundleVlsWithEsbuild ( ) ,
58
58
copySnippets ( ) ,
59
- copyTSDefaultLibs ( ) ,
59
+ // copyTSDefaultLibs(),
60
60
linkVlsInCLI ( ) ,
61
61
...createPlugins ( getVLSPath ( 'tsconfig.json' ) )
62
62
]
Original file line number Diff line number Diff line change @@ -4523,11 +4523,7 @@ typedarray@^0.0.6:
4523
4523
version "0.0.6"
4524
4524
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
4525
4525
4526
- typescript@^3.6.3, typescript@^3.9.3 :
4527
- version "3.9.7"
4528
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
4529
-
4530
- typescript@^4.0.5 :
4526
+ typescript@^3.6.3, typescript@^3.9.3, typescript@^4.0.5 :
4531
4527
version "4.0.5"
4532
4528
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.5.tgz#ae9dddfd1069f1cb5beb3ef3b2170dd7c1332389"
4533
4529
integrity sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ==
You can’t perform that action at this time.
0 commit comments