Skip to content

Commit 13ee51f

Browse files
committed
1b91de3 refactor(language-service): rename internal symbols to accommodate type checking outside a template (#60191)
1 parent f4bcf1c commit 13ee51f

File tree

11 files changed

+45
-263
lines changed

11 files changed

+45
-263
lines changed

BUILD_INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Thu Mar 6 17:26:50 UTC 2025
2-
81fe0536fdb86ba2428954ac5305c2424f369339
1+
Thu Mar 6 18:47:04 UTC 2025
2+
1b91de3231920bfccd40cf985cec40598f631984

fesm2022/init.mjs

Lines changed: 4 additions & 105 deletions
Large diffs are not rendered by default.

fesm2022/init.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fesm2022/platform-server.mjs

Lines changed: 23 additions & 121 deletions
Large diffs are not rendered by default.

fesm2022/platform-server.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

fesm2022/testing.mjs

Lines changed: 5 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.1+sha-81fe053
2+
* @license Angular v20.0.0-next.1+sha-1b91de3
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/
@@ -21,36 +21,17 @@ const platformServerTesting = createPlatformFactory(ɵplatformCoreDynamicTesting
2121
* @publicApi
2222
*/
2323
class ServerTestingModule {
24-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.1+sha-81fe053", ngImport: i0, type: ServerTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
25-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.0-next.1+sha-81fe053", ngImport: i0, type: ServerTestingModule, exports: [BrowserDynamicTestingModule] });
26-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.0-next.1+sha-81fe053", ngImport: i0, type: ServerTestingModule, providers: ɵSERVER_RENDER_PROVIDERS, imports: [BrowserDynamicTestingModule] });
24+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.1+sha-1b91de3", ngImport: i0, type: ServerTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
25+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.0-next.1+sha-1b91de3", ngImport: i0, type: ServerTestingModule, exports: [BrowserDynamicTestingModule] });
26+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.0-next.1+sha-1b91de3", ngImport: i0, type: ServerTestingModule, providers: ɵSERVER_RENDER_PROVIDERS, imports: [BrowserDynamicTestingModule] });
2727
}
28-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.1+sha-81fe053", ngImport: i0, type: ServerTestingModule, decorators: [{
28+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.1+sha-1b91de3", ngImport: i0, type: ServerTestingModule, decorators: [{
2929
type: NgModule,
3030
args: [{
3131
exports: [BrowserDynamicTestingModule],
3232
providers: ɵSERVER_RENDER_PROVIDERS,
3333
}]
3434
}] });
3535

36-
/**
37-
* @module
38-
* @description
39-
* Entry point for all public APIs of the platform-browser-dynamic/testing package.
40-
*/
41-
42-
/**
43-
* @module
44-
* @description
45-
* Entry point for all public APIs of this package.
46-
*/
47-
// This file only reexports content of the `src` folder. Keep it that way.
48-
49-
// This file is not used to build this module. It is only used during editing
50-
51-
/**
52-
* Generated bundle index. Do not edit.
53-
*/
54-
5536
export { ServerTestingModule, platformServerTesting };
5637
//# sourceMappingURL=testing.mjs.map

fesm2022/testing.mjs.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.1+sha-81fe053
2+
* @license Angular v20.0.0-next.1+sha-1b91de3
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

init/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.0.0-next.1+sha-81fe053
2+
* @license Angular v20.0.0-next.1+sha-1b91de3
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "@angular/platform-server",
3-
"version": "20.0.0-next.1+sha-81fe053",
3+
"version": "20.0.0-next.1+sha-1b91de3",
44
"description": "Angular - library for using Angular in Node.js",
55
"author": "angular",
66
"license": "MIT",
77
"engines": {
88
"node": "^18.19.1 || ^20.11.1 || >=22.0.0"
99
},
1010
"peerDependencies": {
11-
"@angular/common": "20.0.0-next.1+sha-81fe053",
12-
"@angular/compiler": "20.0.0-next.1+sha-81fe053",
13-
"@angular/core": "20.0.0-next.1+sha-81fe053",
14-
"@angular/platform-browser": "20.0.0-next.1+sha-81fe053"
11+
"@angular/common": "20.0.0-next.1+sha-1b91de3",
12+
"@angular/compiler": "20.0.0-next.1+sha-1b91de3",
13+
"@angular/core": "20.0.0-next.1+sha-1b91de3",
14+
"@angular/platform-browser": "20.0.0-next.1+sha-1b91de3"
1515
},
1616
"dependencies": {
1717
"tslib": "^2.3.0",

0 commit comments

Comments
 (0)