File tree Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Expand file tree Collapse file tree 4 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 183
183
"test:syntaxes" : " yarn compile:syntaxes-test && yarn build:syntaxes && jasmine dist/syntaxes/test/driver.js"
184
184
},
185
185
"dependencies" : {
186
- "@angular/language-service" : " 13.0.0-next.12 " ,
186
+ "@angular/language-service" : " 13.0.0-next.9 " ,
187
187
"typescript" : " 4.4.3" ,
188
188
"vscode-jsonrpc" : " 6.0.0" ,
189
189
"vscode-languageclient" : " 7.0.0" ,
211
211
"type" : " git" ,
212
212
"url" : " https://github.com/angular/vscode-ng-language-service"
213
213
}
214
- }
214
+ }
Original file line number Diff line number Diff line change 15
15
"ngserver" : " ./bin/ngserver"
16
16
},
17
17
"dependencies" : {
18
- "@angular/language-service" : " 13.0.0-next.12 " ,
18
+ "@angular/language-service" : " 13.0.0-next.9 " ,
19
19
"vscode-jsonrpc" : " 6.0.0" ,
20
20
"vscode-languageserver" : " 7.0.0" ,
21
21
"vscode-uri" : " 3.0.2"
22
22
},
23
23
"publishConfig" : {
24
24
"registry" : " https://wombat-dressing-room.appspot.com"
25
25
}
26
- }
26
+ }
Original file line number Diff line number Diff line change @@ -148,6 +148,7 @@ export class Session {
148
148
// TODO(atscott): The Ivy flag was removed in v13. We need to include a legacy version (some
149
149
// v12) of the language service in order to continue supporting view engine.
150
150
const pluginConfig : PluginConfig = {
151
+ ivy : true ,
151
152
angularOnly : true ,
152
153
} ;
153
154
if ( options . host . isG3 ) {
Original file line number Diff line number Diff line change 52
52
yaml "^1.10.0"
53
53
yargs "^17.0.0"
54
54
55
-
56
- version "13.0.0-next.12 "
57
- resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-13.0.0-next.12 .tgz#e080fc9e58af9267d9c97abad15dbef4b8c0ea18 "
58
- integrity sha512-YUF/XsQ192tycaOzhYuTWwMx299zIGxENqQ1AVf8rp1TNnfr6csh+7LJ42j60MN44FmYXnIrVRV2+fp3jfhyBA ==
55
+
56
+ version "13.0.0-next.9 "
57
+ resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-13.0.0-next.9 .tgz#4a7ad7b1d703d41354796a918b46555d7e31a497 "
58
+ integrity sha512-QuxolblOcGFXP/wPBIM4HRZ6HaFtOAGhwy4L5ZMaYGLsPIQ2nSYkicHy2pTiVwxNpXmfwSc80c11XrJTVPqBTQ ==
59
59
60
60
" @babel/code-frame@^7.0.0 " :
61
61
version "7.12.13"
You can’t perform that action at this time.
0 commit comments