This repository was archived by the owner on Nov 21, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed
.aspect/rules/external_repository_action_cache Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 44.npmrc=974837034
55pnpm-lock.yaml=555137830
66yarn.lock=1415603246
7- package.json=1352810757
7+ package.json=-929698875
88pnpm-workspace.yaml=1711114604
Original file line number Diff line number Diff line change 1+ # 18.1.0
2+
3+ This release upgrades ` @angular/language-service ` to v18.1.0-rc.0.
4+
5+ * feat(syntaxes): add support for let declarations (#2042 )
6+ * feat: generate the import declaration for the completion item code actions (#2031 )
7+ * fix(server): disable let syntax when not supported (#2047 )
8+
19# 18.0.0
210This release upgrades ` @angular/language-service ` to v18.0.0.
311
Original file line number Diff line number Diff line change 22 "name" : " ng-template" ,
33 "displayName" : " Angular Language Service" ,
44 "description" : " Editor services for Angular templates" ,
5- "version" : " 18.1.0-next.0 " ,
5+ "version" : " 18.1.0" ,
66 "publisher" : " Angular" ,
77 "icon" : " angular.png" ,
88 "license" : " MIT" ,
Original file line number Diff line number Diff line change 1515 "ngserver" : " ./bin/ngserver"
1616 },
1717 "dependencies" : {
18- "@angular/language-service" : " 18.1.0-rc.0 " ,
18+ "@angular/language-service" : " 18.1.0" ,
1919 "vscode-html-languageservice" : " ^4.2.5" ,
2020 "vscode-jsonrpc" : " 6.0.0" ,
2121 "vscode-languageserver" : " 7.0.0" ,
You can’t perform that action at this time.
0 commit comments