Skip to content

Commit a31a661

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

File tree

8 files changed

+26
-51
lines changed

8 files changed

+26
-51
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:45 UTC 2025
2-
81fe0536fdb86ba2428954ac5305c2424f369339
1+
Thu Mar 6 18:46:56 UTC 2025
2+
1b91de3231920bfccd40cf985cec40598f631984

fesm2022/platform-browser-dynamic.mjs

Lines changed: 6 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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
*/
66

77
import * as i0 from '@angular/core';
8-
import { Compiler, ViewEncapsulation, Injector, createPlatformFactory, platformCore, COMPILER_OPTIONS, CompilerFactory, Injectable, PLATFORM_ID, Version } from '@angular/core';
8+
import { Injector, Compiler, ViewEncapsulation, createPlatformFactory, platformCore, COMPILER_OPTIONS, CompilerFactory, Injectable, PLATFORM_ID, Version } from '@angular/core';
99
import { CompilerConfig, ResourceLoader } from '@angular/compiler';
1010
import { ɵPLATFORM_BROWSER_ID } from '@angular/common';
1111
import { ɵINTERNAL_BROWSER_PLATFORM_PROVIDERS } from '@angular/platform-browser';
@@ -113,10 +113,10 @@ class ResourceLoaderImpl extends ResourceLoader {
113113
xhr.send();
114114
return promise;
115115
}
116-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.1+sha-81fe053", ngImport: i0, type: ResourceLoaderImpl, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
117-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.1+sha-81fe053", ngImport: i0, type: ResourceLoaderImpl });
116+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.1+sha-1b91de3", ngImport: i0, type: ResourceLoaderImpl, deps: null, target: i0.ɵɵFactoryTarget.Injectable });
117+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.1+sha-1b91de3", ngImport: i0, type: ResourceLoaderImpl });
118118
}
119-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.1+sha-81fe053", ngImport: i0, type: ResourceLoaderImpl, decorators: [{
119+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.1+sha-1b91de3", ngImport: i0, type: ResourceLoaderImpl, decorators: [{
120120
type: Injectable
121121
}] });
122122

@@ -141,25 +141,12 @@ const INTERNAL_BROWSER_DYNAMIC_PLATFORM_PROVIDERS = [
141141
/**
142142
* @publicApi
143143
*/
144-
const VERSION = new Version('20.0.0-next.1+sha-81fe053');
144+
const VERSION = new Version('20.0.0-next.1+sha-1b91de3');
145145

146146
/**
147147
* @publicApi
148148
*/
149149
const platformBrowserDynamic = createPlatformFactory(platformCoreDynamic, 'browserDynamic', INTERNAL_BROWSER_DYNAMIC_PLATFORM_PROVIDERS);
150150

151-
/**
152-
* @module
153-
* @description
154-
* Entry point for all public APIs of this package.
155-
*/
156-
// This file only reexports content of the `src` folder. Keep it that way.
157-
158-
// This file is not used to build this module. It is only used during editing
159-
160-
/**
161-
* Generated bundle index. Do not edit.
162-
*/
163-
164151
export { JitCompilerFactory, VERSION, platformBrowserDynamic, INTERNAL_BROWSER_DYNAMIC_PLATFORM_PROVIDERS as ɵINTERNAL_BROWSER_DYNAMIC_PLATFORM_PROVIDERS, platformCoreDynamic as ɵplatformCoreDynamic };
165152
//# sourceMappingURL=platform-browser-dynamic.mjs.map

fesm2022/platform-browser-dynamic.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: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
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
*/
66

7+
import { ɵgetDOM, DOCUMENT } from '@angular/common';
78
import * as i0 from '@angular/core';
89
import { Injectable, Inject, createPlatformFactory, NgModule } from '@angular/core';
910
import { TestComponentRenderer } from '@angular/core/testing';
1011
import { ɵplatformCoreDynamic, ɵINTERNAL_BROWSER_DYNAMIC_PLATFORM_PROVIDERS } from '@angular/platform-browser-dynamic';
1112
import { BrowserTestingModule } from '@angular/platform-browser/testing';
12-
import { ɵgetDOM, DOCUMENT } from '@angular/common';
1313

1414
/**
1515
* A DOM based implementation of the TestComponentRenderer.
@@ -42,10 +42,10 @@ class DOMTestComponentRenderer extends TestComponentRenderer {
4242
ɵgetDOM().remove(oldRoots[i]);
4343
}
4444
}
45-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.1+sha-81fe053", ngImport: i0, type: DOMTestComponentRenderer, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
46-
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.1+sha-81fe053", ngImport: i0, type: DOMTestComponentRenderer });
45+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.1+sha-1b91de3", ngImport: i0, type: DOMTestComponentRenderer, deps: [{ token: DOCUMENT }], target: i0.ɵɵFactoryTarget.Injectable });
46+
static ɵprov = i0.ɵɵngDeclareInjectable({ minVersion: "12.0.0", version: "20.0.0-next.1+sha-1b91de3", ngImport: i0, type: DOMTestComponentRenderer });
4747
}
48-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.1+sha-81fe053", ngImport: i0, type: DOMTestComponentRenderer, decorators: [{
48+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.1+sha-1b91de3", ngImport: i0, type: DOMTestComponentRenderer, decorators: [{
4949
type: Injectable
5050
}], ctorParameters: () => [{ type: undefined, decorators: [{
5151
type: Inject,
@@ -69,29 +69,17 @@ const platformBrowserDynamicTesting = createPlatformFactory(platformCoreDynamicT
6969
* @publicApi
7070
*/
7171
class BrowserDynamicTestingModule {
72-
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.1+sha-81fe053", ngImport: i0, type: BrowserDynamicTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
73-
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.0-next.1+sha-81fe053", ngImport: i0, type: BrowserDynamicTestingModule, exports: [BrowserTestingModule] });
74-
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.0-next.1+sha-81fe053", ngImport: i0, type: BrowserDynamicTestingModule, providers: [{ provide: TestComponentRenderer, useClass: DOMTestComponentRenderer }], imports: [BrowserTestingModule] });
72+
static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "20.0.0-next.1+sha-1b91de3", ngImport: i0, type: BrowserDynamicTestingModule, deps: [], target: i0.ɵɵFactoryTarget.NgModule });
73+
static ɵmod = i0.ɵɵngDeclareNgModule({ minVersion: "14.0.0", version: "20.0.0-next.1+sha-1b91de3", ngImport: i0, type: BrowserDynamicTestingModule, exports: [BrowserTestingModule] });
74+
static ɵinj = i0.ɵɵngDeclareInjector({ minVersion: "12.0.0", version: "20.0.0-next.1+sha-1b91de3", ngImport: i0, type: BrowserDynamicTestingModule, providers: [{ provide: TestComponentRenderer, useClass: DOMTestComponentRenderer }], imports: [BrowserTestingModule] });
7575
}
76-
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.1+sha-81fe053", ngImport: i0, type: BrowserDynamicTestingModule, decorators: [{
76+
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "20.0.0-next.1+sha-1b91de3", ngImport: i0, type: BrowserDynamicTestingModule, decorators: [{
7777
type: NgModule,
7878
args: [{
7979
exports: [BrowserTestingModule],
8080
providers: [{ provide: TestComponentRenderer, useClass: DOMTestComponentRenderer }],
8181
}]
8282
}] });
8383

84-
/**
85-
* @module
86-
* @description
87-
* Entry point for all public APIs of this package.
88-
*/
89-
90-
// This file is not used to build this module. It is only used during editing
91-
92-
/**
93-
* Generated bundle index. Do not edit.
94-
*/
95-
9684
export { BrowserDynamicTestingModule, platformBrowserDynamicTesting, DOMTestComponentRenderer as ɵDOMTestComponentRenderer, platformCoreDynamicTesting as ɵplatformCoreDynamicTesting };
9785
//# sourceMappingURL=testing.mjs.map

0 commit comments

Comments
 (0)