@angular/core 20.1.6 → 20.1.8
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/api.d.d.ts +1 -1
- package/chrome_dev_tools_performance.d.d.ts +1 -1
- package/discovery.d.d.ts +1 -1
- package/event_dispatcher.d.d.ts +1 -1
- package/fesm2022/attribute.mjs +1 -1
- package/fesm2022/attribute.mjs.map +1 -1
- package/fesm2022/core.mjs +15 -8
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/debug_node.mjs +3 -3
- package/fesm2022/debug_node.mjs.map +1 -1
- package/fesm2022/not_found.mjs +1 -1
- package/fesm2022/not_found.mjs.map +1 -1
- package/fesm2022/primitives/di.mjs +1 -1
- package/fesm2022/primitives/di.mjs.map +1 -1
- package/fesm2022/primitives/event-dispatch.mjs +1 -1
- package/fesm2022/primitives/event-dispatch.mjs.map +1 -1
- package/fesm2022/primitives/signals.mjs +1 -1
- package/fesm2022/primitives/signals.mjs.map +1 -1
- package/fesm2022/resource.mjs +2 -11
- package/fesm2022/resource.mjs.map +1 -1
- package/fesm2022/root_effect_scheduler.mjs +1 -1
- package/fesm2022/root_effect_scheduler.mjs.map +1 -1
- package/fesm2022/rxjs-interop.mjs +1 -1
- package/fesm2022/rxjs-interop.mjs.map +1 -1
- package/fesm2022/signal.mjs +1 -1
- package/fesm2022/signal.mjs.map +1 -1
- package/fesm2022/testing.mjs +1 -1
- package/fesm2022/testing.mjs.map +1 -1
- package/fesm2022/untracked.mjs +1 -1
- package/fesm2022/untracked.mjs.map +1 -1
- package/fesm2022/weak_ref.mjs +1 -1
- package/fesm2022/weak_ref.mjs.map +1 -1
- package/graph.d.d.ts +1 -1
- package/index.d.ts +4 -11
- package/package.json +2 -2
- package/primitives/di/index.d.ts +1 -1
- package/primitives/event-dispatch/index.d.ts +1 -1
- package/primitives/signals/index.d.ts +1 -1
- package/rxjs-interop/index.d.ts +1 -1
- package/schematics/bundles/{apply_import_manager-BeiseOfz.cjs → apply_import_manager-DbWKRreC.cjs} +3 -3
- package/schematics/bundles/cleanup-unused-imports.cjs +5 -5
- package/schematics/bundles/{compiler_host-CIkS8EIQ.cjs → compiler_host-uPs48yL7.cjs} +2 -2
- package/schematics/bundles/control-flow-migration.cjs +3 -3
- package/schematics/bundles/document-core.cjs +5 -5
- package/schematics/bundles/imports-CIX-JgAN.cjs +1 -1
- package/schematics/bundles/{index-CuCkSYir.cjs → index-6RPyzEO_.cjs} +19 -18
- package/schematics/bundles/{index-Dek52tJB.cjs → index-CP1LXbHD.cjs} +4 -4
- package/schematics/bundles/inject-flags.cjs +5 -5
- package/schematics/bundles/inject-migration.cjs +3 -3
- package/schematics/bundles/leading_space-D9nQ8UQC.cjs +1 -1
- package/schematics/bundles/{migrate_ts_type_references-MVe5vYII.cjs → migrate_ts_type_references-DNOTglBM.cjs} +5 -5
- package/schematics/bundles/ng_decorators-B5HCqr20.cjs +1 -1
- package/schematics/bundles/nodes-B16H9JUd.cjs +1 -1
- package/schematics/bundles/output-migration.cjs +6 -6
- package/schematics/bundles/{project_paths-BKtwr3ir.cjs → project_paths-B9MUfgrr.cjs} +3 -3
- package/schematics/bundles/{project_tsconfig_paths-DA1eve-D.cjs → project_tsconfig_paths-f3zDmoYh.cjs} +53 -24
- package/schematics/bundles/property_name-BBwFuqMe.cjs +1 -1
- package/schematics/bundles/route-lazy-loading.cjs +3 -3
- package/schematics/bundles/self-closing-tags-migration.cjs +4 -4
- package/schematics/bundles/signal-input-migration.cjs +7 -7
- package/schematics/bundles/signal-queries-migration.cjs +7 -7
- package/schematics/bundles/signals.cjs +7 -7
- package/schematics/bundles/standalone-migration.cjs +4 -4
- package/schematics/bundles/symbol-VPWguRxr.cjs +1 -1
- package/schematics/bundles/test-bed-get.cjs +4 -4
- package/signal.d.d.ts +1 -1
- package/testing/index.d.ts +1 -1
- package/weak_ref.d.d.ts +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
/**
|
|
3
|
-
* @license Angular v20.1.
|
|
3
|
+
* @license Angular v20.1.8
|
|
4
4
|
* (c) 2010-2025 Google LLC. https://angular.io/
|
|
5
5
|
* License: MIT
|
|
6
6
|
*/
|
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
|
|
9
9
|
var ts = require('typescript');
|
|
10
10
|
require('os');
|
|
11
|
-
var project_tsconfig_paths = require('./project_tsconfig_paths-
|
|
12
|
-
var index$1 = require('./index-
|
|
11
|
+
var project_tsconfig_paths = require('./project_tsconfig_paths-f3zDmoYh.cjs');
|
|
12
|
+
var index$1 = require('./index-6RPyzEO_.cjs');
|
|
13
13
|
require('path');
|
|
14
14
|
require('node:path');
|
|
15
|
-
var project_paths = require('./project_paths-
|
|
16
|
-
var apply_import_manager = require('./apply_import_manager-
|
|
17
|
-
var index = require('./index-
|
|
15
|
+
var project_paths = require('./project_paths-B9MUfgrr.cjs');
|
|
16
|
+
var apply_import_manager = require('./apply_import_manager-DbWKRreC.cjs');
|
|
17
|
+
var index = require('./index-CP1LXbHD.cjs');
|
|
18
18
|
require('@angular-devkit/core');
|
|
19
19
|
require('node:path/posix');
|
|
20
20
|
require('fs');
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
/**
|
|
3
|
-
* @license Angular v20.1.
|
|
3
|
+
* @license Angular v20.1.8
|
|
4
4
|
* (c) 2010-2025 Google LLC. https://angular.io/
|
|
5
5
|
* License: MIT
|
|
6
6
|
*/
|
|
7
7
|
'use strict';
|
|
8
8
|
|
|
9
|
-
var index = require('./index-
|
|
9
|
+
var index = require('./index-6RPyzEO_.cjs');
|
|
10
10
|
var schematics = require('@angular-devkit/schematics');
|
|
11
11
|
var core = require('@angular-devkit/core');
|
|
12
12
|
var posixPath = require('node:path/posix');
|
|
13
13
|
var os = require('os');
|
|
14
14
|
var ts = require('typescript');
|
|
15
|
-
var project_tsconfig_paths = require('./project_tsconfig_paths-
|
|
15
|
+
var project_tsconfig_paths = require('./project_tsconfig_paths-f3zDmoYh.cjs');
|
|
16
16
|
require('path');
|
|
17
17
|
var path = require('node:path');
|
|
18
18
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
/**
|
|
3
|
-
* @license Angular v20.1.
|
|
3
|
+
* @license Angular v20.1.8
|
|
4
4
|
* (c) 2010-2025 Google LLC. https://angular.io/
|
|
5
5
|
* License: MIT
|
|
6
6
|
*/
|
|
@@ -22834,6 +22834,11 @@ function propagateI18nBlocksToTemplates(unit, subTemplateIndex) {
|
|
|
22834
22834
|
subTemplateIndex = propagateI18nBlocksForView(unit.job.views.get(op.emptyView), i18nBlock, op.emptyI18nPlaceholder, subTemplateIndex);
|
|
22835
22835
|
}
|
|
22836
22836
|
break;
|
|
22837
|
+
case OpKind.Projection:
|
|
22838
|
+
if (op.fallbackView !== null) {
|
|
22839
|
+
subTemplateIndex = propagateI18nBlocksForView(unit.job.views.get(op.fallbackView), i18nBlock, op.fallbackViewI18nPlaceholder, subTemplateIndex);
|
|
22840
|
+
}
|
|
22841
|
+
break;
|
|
22837
22842
|
}
|
|
22838
22843
|
}
|
|
22839
22844
|
return subTemplateIndex;
|
|
@@ -24309,6 +24314,21 @@ function resolvePlaceholdersForView(job, unit, i18nContexts, elements, pendingSt
|
|
|
24309
24314
|
// Clear out the pending structural directive now that its been accounted for.
|
|
24310
24315
|
pendingStructuralDirective = undefined;
|
|
24311
24316
|
}
|
|
24317
|
+
if (op.fallbackView !== null) {
|
|
24318
|
+
const view = job.views.get(op.fallbackView);
|
|
24319
|
+
if (op.fallbackViewI18nPlaceholder === undefined) {
|
|
24320
|
+
resolvePlaceholdersForView(job, view, i18nContexts, elements);
|
|
24321
|
+
}
|
|
24322
|
+
else {
|
|
24323
|
+
if (currentOps === null) {
|
|
24324
|
+
throw Error('i18n tag placeholder should only occur inside an i18n block');
|
|
24325
|
+
}
|
|
24326
|
+
recordTemplateStart(job, view, op.handle.slot, op.fallbackViewI18nPlaceholder, currentOps.i18nContext, currentOps.i18nBlock, pendingStructuralDirective);
|
|
24327
|
+
resolvePlaceholdersForView(job, view, i18nContexts, elements);
|
|
24328
|
+
recordTemplateClose(job, view, op.handle.slot, op.fallbackViewI18nPlaceholder, currentOps.i18nContext, currentOps.i18nBlock, pendingStructuralDirective);
|
|
24329
|
+
pendingStructuralDirective = undefined;
|
|
24330
|
+
}
|
|
24331
|
+
}
|
|
24312
24332
|
break;
|
|
24313
24333
|
case OpKind.ConditionalCreate:
|
|
24314
24334
|
case OpKind.ConditionalBranchCreate:
|
|
@@ -29164,11 +29184,11 @@ class HtmlAstToIvyAst {
|
|
|
29164
29184
|
const templateKey = normalizedName.substring(TEMPLATE_ATTR_PREFIX.length);
|
|
29165
29185
|
const parsedVariables = [];
|
|
29166
29186
|
const absoluteValueOffset = attribute.valueSpan
|
|
29167
|
-
? attribute.valueSpan.
|
|
29187
|
+
? attribute.valueSpan.fullStart.offset
|
|
29168
29188
|
: // If there is no value span the attribute does not have a value, like `attr` in
|
|
29169
29189
|
//`<div attr></div>`. In this case, point to one character beyond the last character of
|
|
29170
29190
|
// the attribute name.
|
|
29171
|
-
attribute.sourceSpan.
|
|
29191
|
+
attribute.sourceSpan.fullStart.offset + attribute.name.length;
|
|
29172
29192
|
this.bindingParser.parseInlineTemplateBinding(templateKey, templateValue, attribute.sourceSpan, absoluteValueOffset, [], templateParsedProperties, parsedVariables, true /* isIvyAst */);
|
|
29173
29193
|
templateVariables.push(...parsedVariables.map((v) => new Variable(v.name, v.value, v.sourceSpan, v.keySpan, v.valueSpan)));
|
|
29174
29194
|
}
|
|
@@ -29198,8 +29218,8 @@ class HtmlAstToIvyAst {
|
|
|
29198
29218
|
const value = attribute.value;
|
|
29199
29219
|
const srcSpan = attribute.sourceSpan;
|
|
29200
29220
|
const absoluteOffset = attribute.valueSpan
|
|
29201
|
-
? attribute.valueSpan.
|
|
29202
|
-
: srcSpan.
|
|
29221
|
+
? attribute.valueSpan.fullStart.offset
|
|
29222
|
+
: srcSpan.fullStart.offset;
|
|
29203
29223
|
function createKeySpan(srcSpan, prefix, identifier) {
|
|
29204
29224
|
// We need to adjust the start location for the keySpan to account for the removed 'data-'
|
|
29205
29225
|
// prefix from `normalizeAttributeName`.
|
|
@@ -32295,7 +32315,7 @@ function isAttrNode(ast) {
|
|
|
32295
32315
|
* @description
|
|
32296
32316
|
* Entry point for all public APIs of the compiler package.
|
|
32297
32317
|
*/
|
|
32298
|
-
new Version('20.1.
|
|
32318
|
+
new Version('20.1.8');
|
|
32299
32319
|
|
|
32300
32320
|
//////////////////////////////////////
|
|
32301
32321
|
// THIS FILE HAS GLOBAL SIDE EFFECT //
|
|
@@ -33315,7 +33335,7 @@ class NodeJSPathManipulation {
|
|
|
33315
33335
|
// G3-ESM-MARKER: G3 uses CommonJS, but externally everything in ESM.
|
|
33316
33336
|
// CommonJS/ESM interop for determining the current file name and containing dir.
|
|
33317
33337
|
const isCommonJS = typeof __filename !== 'undefined';
|
|
33318
|
-
const currentFileUrl = isCommonJS ? null : (typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('project_tsconfig_paths-
|
|
33338
|
+
const currentFileUrl = isCommonJS ? null : (typeof document === 'undefined' ? require('u' + 'rl').pathToFileURL(__filename).href : (_documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === 'SCRIPT' && _documentCurrentScript.src || new URL('project_tsconfig_paths-f3zDmoYh.cjs', document.baseURI).href));
|
|
33319
33339
|
// Note, when this code loads in the browser, `url` may be an empty `{}` due to the Closure shims.
|
|
33320
33340
|
const currentFileName = isCommonJS
|
|
33321
33341
|
? __filename
|
|
@@ -45162,11 +45182,21 @@ class TcbDirectiveCtorOp extends TcbOp {
|
|
|
45162
45182
|
return true;
|
|
45163
45183
|
}
|
|
45164
45184
|
execute() {
|
|
45185
|
+
const genericInputs = new Map();
|
|
45165
45186
|
const id = this.tcb.allocateId();
|
|
45187
|
+
let boundAttrs;
|
|
45188
|
+
let span;
|
|
45189
|
+
if (this.node instanceof HostElement) {
|
|
45190
|
+
// Host elements can't bind to their own inputs so we don't resolve any.
|
|
45191
|
+
boundAttrs = [];
|
|
45192
|
+
span = this.node.sourceSpan;
|
|
45193
|
+
}
|
|
45194
|
+
else {
|
|
45195
|
+
boundAttrs = getBoundAttributes(this.dir, this.node);
|
|
45196
|
+
span = this.node.startSourceSpan || this.node.sourceSpan;
|
|
45197
|
+
}
|
|
45166
45198
|
addExpressionIdentifier(id, ExpressionIdentifier.DIRECTIVE);
|
|
45167
|
-
addParseSpanInfo(id,
|
|
45168
|
-
const genericInputs = new Map();
|
|
45169
|
-
const boundAttrs = getBoundAttributes(this.dir, this.node);
|
|
45199
|
+
addParseSpanInfo(id, span);
|
|
45170
45200
|
for (const attr of boundAttrs) {
|
|
45171
45201
|
// Skip text attributes if configured to do so.
|
|
45172
45202
|
if (!this.tcb.env.config.checkTypeOfAttributes &&
|
|
@@ -46767,29 +46797,28 @@ class Scope {
|
|
|
46767
46797
|
}
|
|
46768
46798
|
}
|
|
46769
46799
|
appendDirectiveInputs(dir, node, dirMap) {
|
|
46770
|
-
|
|
46771
|
-
const
|
|
46800
|
+
const directiveOp = this.getDirectiveOp(dir, node);
|
|
46801
|
+
const dirIndex = this.opQueue.push(directiveOp) - 1;
|
|
46802
|
+
dirMap.set(dir, dirIndex);
|
|
46803
|
+
this.opQueue.push(new TcbDirectiveInputsOp(this.tcb, this, node, dir));
|
|
46804
|
+
}
|
|
46805
|
+
getDirectiveOp(dir, node) {
|
|
46772
46806
|
const dirRef = dir.ref;
|
|
46773
46807
|
if (!dir.isGeneric) {
|
|
46774
46808
|
// The most common case is that when a directive is not generic, we use the normal
|
|
46775
46809
|
// `TcbNonDirectiveTypeOp`.
|
|
46776
|
-
|
|
46810
|
+
return new TcbNonGenericDirectiveTypeOp(this.tcb, this, node, dir);
|
|
46777
46811
|
}
|
|
46778
|
-
else if (!requiresInlineTypeCtor(dirRef.node,
|
|
46812
|
+
else if (!requiresInlineTypeCtor(dirRef.node, this.tcb.env.reflector, this.tcb.env) ||
|
|
46779
46813
|
this.tcb.env.config.useInlineTypeConstructors) {
|
|
46780
46814
|
// For generic directives, we use a type constructor to infer types. If a directive requires
|
|
46781
46815
|
// an inline type constructor, then inlining must be available to use the
|
|
46782
46816
|
// `TcbDirectiveCtorOp`. If not we, we fallback to using `any` – see below.
|
|
46783
|
-
|
|
46784
|
-
}
|
|
46785
|
-
else {
|
|
46786
|
-
// If inlining is not available, then we give up on inferring the generic params, and use
|
|
46787
|
-
// `any` type for the directive's generic parameters.
|
|
46788
|
-
directiveOp = new TcbGenericDirectiveTypeWithAnyParamsOp(this.tcb, this, node, dir);
|
|
46817
|
+
return new TcbDirectiveCtorOp(this.tcb, this, node, dir);
|
|
46789
46818
|
}
|
|
46790
|
-
|
|
46791
|
-
|
|
46792
|
-
|
|
46819
|
+
// If inlining is not available, then we give up on inferring the generic params, and use
|
|
46820
|
+
// `any` type for the directive's generic parameters.
|
|
46821
|
+
return new TcbGenericDirectiveTypeWithAnyParamsOp(this.tcb, this, node, dir);
|
|
46793
46822
|
}
|
|
46794
46823
|
appendSelectorlessDirectives(node) {
|
|
46795
46824
|
for (const directive of node.directives) {
|
|
@@ -46928,7 +46957,7 @@ class Scope {
|
|
|
46928
46957
|
if (directives !== null && directives.length > 0) {
|
|
46929
46958
|
const directiveOpMap = new Map();
|
|
46930
46959
|
for (const directive of directives) {
|
|
46931
|
-
const directiveOp =
|
|
46960
|
+
const directiveOp = this.getDirectiveOp(directive, node);
|
|
46932
46961
|
directiveOpMap.set(directive, this.opQueue.push(directiveOp) - 1);
|
|
46933
46962
|
}
|
|
46934
46963
|
this.directiveOpMap.set(node, directiveOpMap);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
/**
|
|
3
|
-
* @license Angular v20.1.
|
|
3
|
+
* @license Angular v20.1.8
|
|
4
4
|
* (c) 2010-2025 Google LLC. https://angular.io/
|
|
5
5
|
* License: MIT
|
|
6
6
|
*/
|
|
@@ -9,8 +9,8 @@
|
|
|
9
9
|
var schematics = require('@angular-devkit/schematics');
|
|
10
10
|
var fs = require('fs');
|
|
11
11
|
var p = require('path');
|
|
12
|
-
var compiler_host = require('./compiler_host-
|
|
13
|
-
var project_tsconfig_paths = require('./project_tsconfig_paths-
|
|
12
|
+
var compiler_host = require('./compiler_host-uPs48yL7.cjs');
|
|
13
|
+
var project_tsconfig_paths = require('./project_tsconfig_paths-f3zDmoYh.cjs');
|
|
14
14
|
var ts = require('typescript');
|
|
15
15
|
var property_name = require('./property_name-BBwFuqMe.cjs');
|
|
16
16
|
require('os');
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
/**
|
|
3
|
-
* @license Angular v20.1.
|
|
3
|
+
* @license Angular v20.1.8
|
|
4
4
|
* (c) 2010-2025 Google LLC. https://angular.io/
|
|
5
5
|
* License: MIT
|
|
6
6
|
*/
|
|
@@ -8,11 +8,11 @@
|
|
|
8
8
|
|
|
9
9
|
var ts = require('typescript');
|
|
10
10
|
require('os');
|
|
11
|
-
var project_tsconfig_paths = require('./project_tsconfig_paths-
|
|
12
|
-
require('./index-
|
|
11
|
+
var project_tsconfig_paths = require('./project_tsconfig_paths-f3zDmoYh.cjs');
|
|
12
|
+
require('./index-6RPyzEO_.cjs');
|
|
13
13
|
require('path');
|
|
14
14
|
require('node:path');
|
|
15
|
-
var project_paths = require('./project_paths-
|
|
15
|
+
var project_paths = require('./project_paths-B9MUfgrr.cjs');
|
|
16
16
|
var ng_decorators = require('./ng_decorators-B5HCqr20.cjs');
|
|
17
17
|
var property_name = require('./property_name-BBwFuqMe.cjs');
|
|
18
18
|
require('@angular-devkit/core');
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
/**
|
|
3
|
-
* @license Angular v20.1.
|
|
3
|
+
* @license Angular v20.1.8
|
|
4
4
|
* (c) 2010-2025 Google LLC. https://angular.io/
|
|
5
5
|
* License: MIT
|
|
6
6
|
*/
|
|
7
7
|
'use strict';
|
|
8
8
|
|
|
9
|
-
var migrate_ts_type_references = require('./migrate_ts_type_references-
|
|
9
|
+
var migrate_ts_type_references = require('./migrate_ts_type_references-DNOTglBM.cjs');
|
|
10
10
|
var ts = require('typescript');
|
|
11
11
|
require('os');
|
|
12
|
-
var project_tsconfig_paths = require('./project_tsconfig_paths-
|
|
13
|
-
var index$1 = require('./index-
|
|
12
|
+
var project_tsconfig_paths = require('./project_tsconfig_paths-f3zDmoYh.cjs');
|
|
13
|
+
var index$1 = require('./index-6RPyzEO_.cjs');
|
|
14
14
|
require('path');
|
|
15
15
|
require('node:path');
|
|
16
|
-
var project_paths = require('./project_paths-
|
|
17
|
-
var index = require('./index-
|
|
16
|
+
var project_paths = require('./project_paths-B9MUfgrr.cjs');
|
|
17
|
+
var index = require('./index-CP1LXbHD.cjs');
|
|
18
18
|
var assert = require('assert');
|
|
19
|
-
var apply_import_manager = require('./apply_import_manager-
|
|
19
|
+
var apply_import_manager = require('./apply_import_manager-DbWKRreC.cjs');
|
|
20
20
|
require('@angular-devkit/core');
|
|
21
21
|
require('node:path/posix');
|
|
22
22
|
require('./leading_space-D9nQ8UQC.cjs');
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
/**
|
|
3
|
-
* @license Angular v20.1.
|
|
3
|
+
* @license Angular v20.1.8
|
|
4
4
|
* (c) 2010-2025 Google LLC. https://angular.io/
|
|
5
5
|
* License: MIT
|
|
6
6
|
*/
|
|
7
7
|
'use strict';
|
|
8
8
|
|
|
9
|
-
var project_tsconfig_paths = require('./project_tsconfig_paths-
|
|
9
|
+
var project_tsconfig_paths = require('./project_tsconfig_paths-f3zDmoYh.cjs');
|
|
10
10
|
var ts = require('typescript');
|
|
11
11
|
require('os');
|
|
12
|
-
var index$1 = require('./index-
|
|
12
|
+
var index$1 = require('./index-6RPyzEO_.cjs');
|
|
13
13
|
require('path');
|
|
14
14
|
require('node:path');
|
|
15
|
-
var project_paths = require('./project_paths-
|
|
16
|
-
var apply_import_manager = require('./apply_import_manager-
|
|
17
|
-
var migrate_ts_type_references = require('./migrate_ts_type_references-
|
|
15
|
+
var project_paths = require('./project_paths-B9MUfgrr.cjs');
|
|
16
|
+
var apply_import_manager = require('./apply_import_manager-DbWKRreC.cjs');
|
|
17
|
+
var migrate_ts_type_references = require('./migrate_ts_type_references-DNOTglBM.cjs');
|
|
18
18
|
var assert = require('assert');
|
|
19
|
-
var index = require('./index-
|
|
19
|
+
var index = require('./index-CP1LXbHD.cjs');
|
|
20
20
|
require('@angular-devkit/core');
|
|
21
21
|
require('node:path/posix');
|
|
22
22
|
require('fs');
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
/**
|
|
3
|
-
* @license Angular v20.1.
|
|
3
|
+
* @license Angular v20.1.8
|
|
4
4
|
* (c) 2010-2025 Google LLC. https://angular.io/
|
|
5
5
|
* License: MIT
|
|
6
6
|
*/
|
|
@@ -10,7 +10,7 @@ var schematics = require('@angular-devkit/schematics');
|
|
|
10
10
|
var signalQueriesMigration = require('./signal-queries-migration.cjs');
|
|
11
11
|
var signalInputMigration = require('./signal-input-migration.cjs');
|
|
12
12
|
var outputMigration = require('./output-migration.cjs');
|
|
13
|
-
require('./project_tsconfig_paths-
|
|
13
|
+
require('./project_tsconfig_paths-f3zDmoYh.cjs');
|
|
14
14
|
require('typescript');
|
|
15
15
|
require('os');
|
|
16
16
|
require('fs');
|
|
@@ -18,14 +18,14 @@ require('module');
|
|
|
18
18
|
require('path');
|
|
19
19
|
require('url');
|
|
20
20
|
require('@angular-devkit/core');
|
|
21
|
-
require('./index-
|
|
21
|
+
require('./index-6RPyzEO_.cjs');
|
|
22
22
|
require('node:path');
|
|
23
|
-
require('./project_paths-
|
|
23
|
+
require('./project_paths-B9MUfgrr.cjs');
|
|
24
24
|
require('node:path/posix');
|
|
25
|
-
require('./apply_import_manager-
|
|
26
|
-
require('./migrate_ts_type_references-
|
|
25
|
+
require('./apply_import_manager-DbWKRreC.cjs');
|
|
26
|
+
require('./migrate_ts_type_references-DNOTglBM.cjs');
|
|
27
27
|
require('assert');
|
|
28
|
-
require('./index-
|
|
28
|
+
require('./index-CP1LXbHD.cjs');
|
|
29
29
|
require('./leading_space-D9nQ8UQC.cjs');
|
|
30
30
|
|
|
31
31
|
function migrate(options) {
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
/**
|
|
3
|
-
* @license Angular v20.1.
|
|
3
|
+
* @license Angular v20.1.8
|
|
4
4
|
* (c) 2010-2025 Google LLC. https://angular.io/
|
|
5
5
|
* License: MIT
|
|
6
6
|
*/
|
|
7
7
|
'use strict';
|
|
8
8
|
|
|
9
9
|
var schematics = require('@angular-devkit/schematics');
|
|
10
|
-
var index = require('./index-
|
|
10
|
+
var index = require('./index-6RPyzEO_.cjs');
|
|
11
11
|
var fs = require('fs');
|
|
12
12
|
var p = require('path');
|
|
13
13
|
var ts = require('typescript');
|
|
14
|
-
var compiler_host = require('./compiler_host-
|
|
15
|
-
var project_tsconfig_paths = require('./project_tsconfig_paths-
|
|
14
|
+
var compiler_host = require('./compiler_host-uPs48yL7.cjs');
|
|
15
|
+
var project_tsconfig_paths = require('./project_tsconfig_paths-f3zDmoYh.cjs');
|
|
16
16
|
var ng_decorators = require('./ng_decorators-B5HCqr20.cjs');
|
|
17
17
|
var nodes = require('./nodes-B16H9JUd.cjs');
|
|
18
18
|
var symbol = require('./symbol-VPWguRxr.cjs');
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
/**
|
|
3
|
-
* @license Angular v20.1.
|
|
3
|
+
* @license Angular v20.1.8
|
|
4
4
|
* (c) 2010-2025 Google LLC. https://angular.io/
|
|
5
5
|
* License: MIT
|
|
6
6
|
*/
|
|
@@ -8,11 +8,11 @@
|
|
|
8
8
|
|
|
9
9
|
var ts = require('typescript');
|
|
10
10
|
require('os');
|
|
11
|
-
require('./project_tsconfig_paths-
|
|
12
|
-
require('./index-
|
|
11
|
+
require('./project_tsconfig_paths-f3zDmoYh.cjs');
|
|
12
|
+
require('./index-6RPyzEO_.cjs');
|
|
13
13
|
require('path');
|
|
14
14
|
require('node:path');
|
|
15
|
-
var project_paths = require('./project_paths-
|
|
15
|
+
var project_paths = require('./project_paths-B9MUfgrr.cjs');
|
|
16
16
|
var imports = require('./imports-CIX-JgAN.cjs');
|
|
17
17
|
var symbol = require('./symbol-VPWguRxr.cjs');
|
|
18
18
|
require('@angular-devkit/core');
|
package/signal.d.d.ts
CHANGED
package/testing/index.d.ts
CHANGED
package/weak_ref.d.d.ts
CHANGED