@angular/language-server 13.3.3 → 13.3.4
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.
- package/index.js +1 -1
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -4619,7 +4619,7 @@ var require_session = __commonJS({
|
|
|
4619
4619
|
return isExternalAngularCore(path) || isInternalAngularCore(path);
|
|
4620
4620
|
}
|
|
4621
4621
|
function isExternalAngularCore(path) {
|
|
4622
|
-
return path.endsWith("@angular/core/core.d.ts");
|
|
4622
|
+
return path.endsWith("@angular/core/core.d.ts") || path.endsWith("@angular/core/index.d.ts");
|
|
4623
4623
|
}
|
|
4624
4624
|
function isInternalAngularCore(path) {
|
|
4625
4625
|
return path.endsWith("angular2/rc/packages/core/index.d.ts");
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular/language-server",
|
|
3
3
|
"description": "LSP server for Angular Language Service",
|
|
4
|
-
"version": "13.3.
|
|
4
|
+
"version": "13.3.4",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/angular/vscode-ng-language-service.git"
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"ngserver": "./bin/ngserver"
|
|
16
16
|
},
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@angular/language-service": "13.3.
|
|
18
|
+
"@angular/language-service": "13.3.8",
|
|
19
19
|
"vscode-jsonrpc": "6.0.0",
|
|
20
20
|
"vscode-languageserver": "7.0.0",
|
|
21
21
|
"vscode-uri": "3.0.3"
|