File tree Expand file tree Collapse file tree 4 files changed +18
-9
lines changed Expand file tree Collapse file tree 4 files changed +18
-9
lines changed Original file line number Diff line number Diff line change 184
184
},
185
185
"dependencies" : {
186
186
"@angular/language-service" : " 13.0.0-next.3" ,
187
- "typescript" : " 4.3.4 " ,
187
+ "typescript" : " 4.4.3 " ,
188
188
"vscode-jsonrpc" : " 6.0.0" ,
189
189
"vscode-languageclient" : " 7.0.0" ,
190
190
"vscode-languageserver" : " 7.0.0" ,
Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ export class Session {
118
118
pluginProbeLocations : [ options . resolvedNgLsPath ] ,
119
119
// do not resolve plugins from the directory where tsconfig.json is located
120
120
allowLocalPluginLoads : false ,
121
+ session : undefined ,
121
122
} ) ;
122
123
123
124
projSvc . setHostConfiguration ( {
Original file line number Diff line number Diff line change 4
4
"composite" : true ,
5
5
"outDir" : " ../dist/server" ,
6
6
"rootDir" : " src" ,
7
- "rootDirs" : [" ." , " ../dist" ]
7
+ "rootDirs" : [
8
+ " ." ,
9
+ " ../dist"
10
+ ],
11
+ "useUnknownInCatchVariables" : false
8
12
},
9
13
"references" : [
10
- {"path" : " ../common" }
14
+ {
15
+ "path" : " ../common"
16
+ }
17
+ ],
18
+ "include" : [
19
+ " src/*.ts"
11
20
],
12
- "include" : [" src/*.ts" ],
13
21
"exclude" : [
14
22
" src/banner.ts" ,
15
23
" node_modules"
16
24
]
17
- }
25
+ }
Original file line number Diff line number Diff line change @@ -2729,10 +2729,10 @@ typed-rest-client@^1.8.4:
2729
2729
tunnel "0.0.6"
2730
2730
underscore "^1.12.1"
2731
2731
2732
- typescript@4.3.4 :
2733
- version "4.3.4 "
2734
- resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.3.4. tgz#3f85b986945bcf31071decdd96cf8bfa65f9dcbc "
2735
- integrity sha512-uauPG7XZn9F/mo+7MrsRjyvbxFpzemRjKEZXS4AK83oP2KKOJPvb+9cO/gmnv8arWZvhnjVOXz7B49m1l0e9Ew ==
2732
+ typescript@4.4.3 :
2733
+ version "4.4.3 "
2734
+ resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.4.3. tgz#bdc5407caa2b109efd4f82fe130656f977a29324 "
2735
+ integrity sha512-4xfscpisVgqqDfPaJo5vkd+Qd/ItkoagnHpufr+i2QCHBsNYp+G7UAoyFl8aPtx879u38wPV65rZ8qbGZijalA ==
2736
2736
2737
2737
typescript@~4.3.4, typescript@~4.3.5 :
2738
2738
version "4.3.5"
You can’t perform that action at this time.
0 commit comments