Skip to content

Commit 0d5c95c

Browse files
committed
e7f5aa2 refactor(core): Remove use of private export PendingTasksInternal where possible (#61049)
1 parent 6f05f9b commit 0d5c95c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+78
-78
lines changed

BUILD_INFO

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Mon May 5 15:54:14 UTC 2025
2-
d8532bc87dfb9788a3b7b9638ceca6f78ff659a8
1+
Mon May 5 16:03:28 UTC 2025
2+
e7f5aa2b5237f279de653514cd731b49d2c6003b

api.d-CRxC7NlU.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.1.0-next.0+sha-d8532bc
2+
* @license Angular v20.1.0-next.0+sha-e7f5aa2
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

chrome_dev_tools_performance.d-B0FzTuRf.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.1.0-next.0+sha-d8532bc
2+
* @license Angular v20.1.0-next.0+sha-e7f5aa2
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

discovery.d-CBxzK1ay.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.1.0-next.0+sha-d8532bc
2+
* @license Angular v20.1.0-next.0+sha-e7f5aa2
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

event_dispatcher.d-DlbccpYq.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.1.0-next.0+sha-d8532bc
2+
* @license Angular v20.1.0-next.0+sha-e7f5aa2
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

fesm2022/attribute-BWp59EjE.mjs

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

fesm2022/core.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.1.0-next.0+sha-d8532bc
2+
* @license Angular v20.1.0-next.0+sha-e7f5aa2
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/
@@ -622,7 +622,7 @@ class Version {
622622
/**
623623
* @publicApi
624624
*/
625-
const VERSION = new Version('20.1.0-next.0+sha-d8532bc');
625+
const VERSION = new Version('20.1.0-next.0+sha-e7f5aa2');
626626

627627
function compileNgModuleFactory(injector, options, moduleType) {
628628
ngDevMode && assertNgModuleType(moduleType);

fesm2022/core.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/debug_node-3mmnD06K.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license Angular v20.1.0-next.0+sha-d8532bc
2+
* @license Angular v20.1.0-next.0+sha-e7f5aa2
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/
@@ -14551,7 +14551,7 @@ class ComponentFactory extends ComponentFactory$1 {
1455114551
}
1455214552
function createRootTView(rootSelectorOrNode, componentDef, componentBindings, directives) {
1455314553
const tAttributes = rootSelectorOrNode
14554-
? ['ng-version', '20.1.0-next.0+sha-d8532bc']
14554+
? ['ng-version', '20.1.0-next.0+sha-e7f5aa2']
1455514555
: // Extract attributes and classes from the first selector only to match VE behavior.
1455614556
extractAttrsAndClassesFromSelector(componentDef.selectors[0]);
1455714557
let creationBindings = null;

fesm2022/debug_node-3mmnD06K.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/primitives/di.mjs

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

fesm2022/primitives/event-dispatch.mjs

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

fesm2022/primitives/signals.mjs

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

fesm2022/resource-nrAenwIA.mjs

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

fesm2022/root_effect_scheduler-B_EWGyLU.mjs

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

fesm2022/rxjs-interop.mjs

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

fesm2022/signal-ePSl6jXn.mjs

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

fesm2022/testing.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
/**
2-
* @license Angular v20.1.0-next.0+sha-d8532bc
2+
* @license Angular v20.1.0-next.0+sha-e7f5aa2
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/
66

7+
import { CONTAINER_HEADER_OFFSET, InjectionToken, inject as inject$1, EnvironmentInjector, ErrorHandler, PendingTasksInternal, ZONELESS_ENABLED, ChangeDetectionScheduler, EffectScheduler, stringify, getInjectableDef, resolveForwardRef, NG_COMP_DEF, NG_DIR_DEF, NG_PIPE_DEF, NG_INJ_DEF, NG_MOD_DEF, ENVIRONMENT_INITIALIZER, INTERNAL_APPLICATION_ERROR_HANDLER, Injector, isEnvironmentProviders, runInInjectionContext } from './root_effect_scheduler-B_EWGyLU.mjs';
78
import { Subscription } from 'rxjs';
89
import { DeferBlockState, triggerResourceLoading, renderDeferBlockState, getDeferBlocks, DeferBlockBehavior, NgZone, Injectable, NoopNgZone, ApplicationRef, getDebugNode, RendererFactory2, Pipe, Directive, Component, NgModule, ReflectionCapabilities, depsTracker, isComponentDefPendingResolution, getAsyncClassMetadataFn, resolveComponentResources, NgModuleRef, ApplicationInitStatus, LOCALE_ID, DEFAULT_LOCALE_ID, setLocaleId, ComponentFactory, compileComponent, compileDirective, compilePipe, patchComponentDefWithScope, compileNgModuleDefs, clearResolutionOfComponentResourcesQueue, restoreComponentResolutionQueue, internalProvideZoneChangeDetection, ChangeDetectionSchedulerImpl, Compiler, DEFER_BLOCK_CONFIG, COMPILER_OPTIONS, transitiveScopesFor, generateStandaloneInDeclarationsError, NgModuleFactory, ModuleWithComponentFactories, resetCompiledComponents, ɵsetUnknownElementStrictMode as _setUnknownElementStrictMode, ɵsetUnknownPropertyStrictMode as _setUnknownPropertyStrictMode, ɵgetUnknownElementStrictMode as _getUnknownElementStrictMode, ɵgetUnknownPropertyStrictMode as _getUnknownPropertyStrictMode, flushModuleScopingQueueAsMuchAsPossible, setAllowDuplicateNgModuleIdsForTest } from './debug_node-3mmnD06K.mjs';
9-
import { CONTAINER_HEADER_OFFSET, InjectionToken, inject as inject$1, EnvironmentInjector, ErrorHandler, PendingTasksInternal, ZONELESS_ENABLED, ChangeDetectionScheduler, EffectScheduler, stringify, getInjectableDef, resolveForwardRef, NG_COMP_DEF, NG_DIR_DEF, NG_PIPE_DEF, NG_INJ_DEF, NG_MOD_DEF, ENVIRONMENT_INITIALIZER, INTERNAL_APPLICATION_ERROR_HANDLER, Injector, isEnvironmentProviders, runInInjectionContext } from './root_effect_scheduler-B_EWGyLU.mjs';
1010
import * as i0 from '@angular/core';
1111
import { ResourceLoader } from '@angular/compiler';
12+
import './primitives/di.mjs';
1213
import './signal-ePSl6jXn.mjs';
14+
import '@angular/core/primitives/di';
1315
import '@angular/core/primitives/signals';
1416
import 'rxjs/operators';
1517
import './attribute-BWp59EjE.mjs';
16-
import './primitives/di.mjs';
17-
import '@angular/core/primitives/di';
1818

1919
/**
2020
* Wraps a test function in an asynchronous test zone. The test will automatically

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.

fesm2022/untracked-2ouAFbCz.mjs

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

fesm2022/weak_ref-BaIq-pgY.mjs

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

graph.d-BcIOep_B.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.1.0-next.0+sha-d8532bc
2+
* @license Angular v20.1.0-next.0+sha-e7f5aa2
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

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.1.0-next.0+sha-d8532bc
2+
* @license Angular v20.1.0-next.0+sha-e7f5aa2
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@angular/core",
3-
"version": "20.1.0-next.0+sha-d8532bc",
3+
"version": "20.1.0-next.0+sha-e7f5aa2",
44
"description": "Angular - the core framework",
55
"author": "angular",
66
"license": "MIT",
@@ -46,7 +46,7 @@
4646
"tslib": "^2.3.0"
4747
},
4848
"peerDependencies": {
49-
"@angular/compiler": "20.1.0-next.0+sha-d8532bc",
49+
"@angular/compiler": "20.1.0-next.0+sha-e7f5aa2",
5050
"rxjs": "^6.5.3 || ^7.4.0",
5151
"zone.js": "~0.15.0"
5252
},

primitives/di/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.1.0-next.0+sha-d8532bc
2+
* @license Angular v20.1.0-next.0+sha-e7f5aa2
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

primitives/event-dispatch/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.1.0-next.0+sha-d8532bc
2+
* @license Angular v20.1.0-next.0+sha-e7f5aa2
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

primitives/signals/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.1.0-next.0+sha-d8532bc
2+
* @license Angular v20.1.0-next.0+sha-e7f5aa2
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

rxjs-interop/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.1.0-next.0+sha-d8532bc
2+
* @license Angular v20.1.0-next.0+sha-e7f5aa2
33
* (c) 2010-2025 Google LLC. https://angular.io/
44
* License: MIT
55
*/

schematics/bundles/apply_import_manager-Coc7Hewu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22
/**
3-
* @license Angular v20.1.0-next.0+sha-d8532bc
3+
* @license Angular v20.1.0-next.0+sha-e7f5aa2
44
* (c) 2010-2025 Google LLC. https://angular.io/
55
* License: MIT
66
*/

schematics/bundles/change_tracker-CDJPOAni.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22
/**
3-
* @license Angular v20.1.0-next.0+sha-d8532bc
3+
* @license Angular v20.1.0-next.0+sha-e7f5aa2
44
* (c) 2010-2025 Google LLC. https://angular.io/
55
* License: MIT
66
*/

schematics/bundles/checker-BAl7CJ0l.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22
/**
3-
* @license Angular v20.1.0-next.0+sha-d8532bc
3+
* @license Angular v20.1.0-next.0+sha-e7f5aa2
44
* (c) 2010-2025 Google LLC. https://angular.io/
55
* License: MIT
66
*/

schematics/bundles/cleanup-unused-imports.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22
/**
3-
* @license Angular v20.1.0-next.0+sha-d8532bc
3+
* @license Angular v20.1.0-next.0+sha-e7f5aa2
44
* (c) 2010-2025 Google LLC. https://angular.io/
55
* License: MIT
66
*/

schematics/bundles/compiler-BSv6JWRF.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22
/**
3-
* @license Angular v20.1.0-next.0+sha-d8532bc
3+
* @license Angular v20.1.0-next.0+sha-e7f5aa2
44
* (c) 2010-2025 Google LLC. https://angular.io/
55
* License: MIT
66
*/
@@ -32364,7 +32364,7 @@ var FactoryTarget;
3236432364
* @description
3236532365
* Entry point for all public APIs of the compiler package.
3236632366
*/
32367-
new Version('20.1.0-next.0+sha-d8532bc');
32367+
new Version('20.1.0-next.0+sha-e7f5aa2');
3236832368

3236932369
//////////////////////////////////////
3237032370
// THIS FILE HAS GLOBAL SIDE EFFECT //

schematics/bundles/compiler_host-CAfDJO3W.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22
/**
3-
* @license Angular v20.1.0-next.0+sha-d8532bc
3+
* @license Angular v20.1.0-next.0+sha-e7f5aa2
44
* (c) 2010-2025 Google LLC. https://angular.io/
55
* License: MIT
66
*/

schematics/bundles/control-flow-migration.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22
/**
3-
* @license Angular v20.1.0-next.0+sha-d8532bc
3+
* @license Angular v20.1.0-next.0+sha-e7f5aa2
44
* (c) 2010-2025 Google LLC. https://angular.io/
55
* License: MIT
66
*/

schematics/bundles/document-core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22
/**
3-
* @license Angular v20.1.0-next.0+sha-d8532bc
3+
* @license Angular v20.1.0-next.0+sha-e7f5aa2
44
* (c) 2010-2025 Google LLC. https://angular.io/
55
* License: MIT
66
*/

schematics/bundles/imports-CIX-JgAN.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22
/**
3-
* @license Angular v20.1.0-next.0+sha-d8532bc
3+
* @license Angular v20.1.0-next.0+sha-e7f5aa2
44
* (c) 2010-2025 Google LLC. https://angular.io/
55
* License: MIT
66
*/

schematics/bundles/index-CnKffIJ6.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22
/**
3-
* @license Angular v20.1.0-next.0+sha-d8532bc
3+
* @license Angular v20.1.0-next.0+sha-e7f5aa2
44
* (c) 2010-2025 Google LLC. https://angular.io/
55
* License: MIT
66
*/

0 commit comments

Comments
 (0)