@angular/core 19.2.5 → 19.2.7
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/{event_dispatcher.d-PWnbqZDx.d.ts → event_dispatcher.d-DlbccpYq.d.ts} +3 -3
- package/fesm2022/core.mjs +9 -6
- package/fesm2022/core.mjs.map +1 -1
- package/fesm2022/primitives/di.mjs +1 -1
- package/fesm2022/primitives/event-dispatch.mjs +1 -1
- package/fesm2022/primitives/signals.mjs +3 -3
- package/fesm2022/rxjs-interop.mjs +2 -2
- package/fesm2022/rxjs-interop.mjs.map +1 -1
- package/fesm2022/testing.mjs +150 -97
- package/fesm2022/testing.mjs.map +1 -1
- package/fesm2022/{untracked-CS7WUAzb.mjs → untracked-BKcld_ew.mjs} +3 -3
- package/fesm2022/{untracked-CS7WUAzb.mjs.map → untracked-BKcld_ew.mjs.map} +1 -1
- package/index.d.ts +6 -5
- package/{navigation_types.d-Lh6SmhKv.d.ts → navigation_types.d-fAxd92YV.d.ts} +3 -3
- package/package.json +1 -1
- package/primitives/di/index.d.ts +1 -1
- package/primitives/event-dispatch/index.d.ts +3 -3
- package/primitives/signals/index.d.ts +3 -3
- package/rxjs-interop/index.d.ts +2 -2
- package/schematics/bundles/{apply_import_manager-CTrezOPF.js → apply_import_manager-2VufvTsB.js} +3 -3
- package/schematics/bundles/{checker-CQvNmpT3.js → checker-BNmiXJIJ.js} +9 -9
- package/schematics/bundles/cleanup-unused-imports.js +42 -64
- package/schematics/bundles/{compiler_host-IULKT7OF.js → compiler_host-BafHjBMK.js} +2 -2
- package/schematics/bundles/control-flow-migration.js +3 -3
- package/schematics/bundles/explicit-standalone-flag.js +3 -3
- package/schematics/bundles/imports-CIX-JgAN.js +1 -1
- package/schematics/bundles/{index-BKWl7N44.js → index-DJTfI03d.js} +6 -6
- package/schematics/bundles/{program-XYcLSXb1.js → index-DMhRS_CK.js} +36 -12
- package/schematics/bundles/inject-migration.js +107 -18
- package/schematics/bundles/leading_space-D9nQ8UQC.js +1 -1
- package/schematics/bundles/{migrate_ts_type_references-CHRyhQvi.js → migrate_ts_type_references-CgtT9yyW.js} +5 -5
- package/schematics/bundles/ng_decorators-DznZ5jMl.js +1 -1
- package/schematics/bundles/nodes-B16H9JUd.js +1 -1
- package/schematics/bundles/output-migration.js +108 -78
- package/schematics/bundles/pending-tasks.js +3 -3
- package/schematics/bundles/{project_paths-CTgTxqrW.js → project_paths-C-UAB3jT.js} +88 -13
- package/schematics/bundles/project_tsconfig_paths-CDVxT6Ov.js +1 -1
- package/schematics/bundles/property_name-BBwFuqMe.js +1 -1
- package/schematics/bundles/provide-initializer.js +3 -3
- package/schematics/bundles/route-lazy-loading.js +3 -3
- package/schematics/bundles/self-closing-tags-migration.js +39 -64
- package/schematics/bundles/signal-input-migration.js +64 -87
- package/schematics/bundles/signal-queries-migration.js +69 -92
- package/schematics/bundles/signals.js +11 -11
- package/schematics/bundles/standalone-migration.js +5 -6
- package/testing/index.d.ts +5 -21
- package/{weak_ref.d-DOjz-6fK.d.ts → weak_ref.d-DWHPG08n.d.ts} +3 -3
- package/schematics/bundles/index-CH_G_p3D.js +0 -30
|
@@ -1,29 +1,29 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
/**
|
|
3
|
-
* @license Angular v19.2.
|
|
3
|
+
* @license Angular v19.2.7
|
|
4
4
|
* (c) 2010-2025 Google LLC. https://angular.io/
|
|
5
5
|
* License: MIT
|
|
6
6
|
*/
|
|
7
7
|
'use strict';
|
|
8
8
|
|
|
9
|
-
var
|
|
10
|
-
var migrate_ts_type_references = require('./migrate_ts_type_references-CHRyhQvi.js');
|
|
9
|
+
var migrate_ts_type_references = require('./migrate_ts_type_references-CgtT9yyW.js');
|
|
11
10
|
var ts = require('typescript');
|
|
12
11
|
require('os');
|
|
13
|
-
var checker = require('./checker-
|
|
14
|
-
var
|
|
12
|
+
var checker = require('./checker-BNmiXJIJ.js');
|
|
13
|
+
var index$1 = require('./index-DMhRS_CK.js');
|
|
15
14
|
require('path');
|
|
16
|
-
var project_paths = require('./project_paths-
|
|
17
|
-
var index = require('./index-
|
|
15
|
+
var project_paths = require('./project_paths-C-UAB3jT.js');
|
|
16
|
+
var index = require('./index-DJTfI03d.js');
|
|
18
17
|
var assert = require('assert');
|
|
19
|
-
var apply_import_manager = require('./apply_import_manager-
|
|
20
|
-
|
|
18
|
+
var apply_import_manager = require('./apply_import_manager-2VufvTsB.js');
|
|
19
|
+
require('@angular-devkit/core');
|
|
20
|
+
require('node:path/posix');
|
|
21
21
|
require('./leading_space-D9nQ8UQC.js');
|
|
22
22
|
require('fs');
|
|
23
23
|
require('module');
|
|
24
24
|
require('url');
|
|
25
|
-
require('@angular-devkit/
|
|
26
|
-
require('
|
|
25
|
+
require('@angular-devkit/schematics');
|
|
26
|
+
require('./project_tsconfig_paths-CDVxT6Ov.js');
|
|
27
27
|
|
|
28
28
|
/**
|
|
29
29
|
* Class that holds information about a given directive and its input fields.
|
|
@@ -275,8 +275,8 @@ function prepareAnalysisInfo(userProgram, compiler, programAbsoluteRootPaths) {
|
|
|
275
275
|
}
|
|
276
276
|
const typeChecker = userProgram.getTypeChecker();
|
|
277
277
|
const reflector = new checker.TypeScriptReflectionHost(typeChecker);
|
|
278
|
-
const evaluator = new
|
|
279
|
-
const dtsMetadataReader = new
|
|
278
|
+
const evaluator = new index$1.PartialEvaluator(reflector, typeChecker, null);
|
|
279
|
+
const dtsMetadataReader = new index$1.DtsMetadataReader(typeChecker, reflector);
|
|
280
280
|
return {
|
|
281
281
|
metaRegistry: metaReader,
|
|
282
282
|
dtsMetadataReader,
|
|
@@ -1433,82 +1433,59 @@ function createMigrationHost(info, config) {
|
|
|
1433
1433
|
|
|
1434
1434
|
function migrate(options) {
|
|
1435
1435
|
return async (tree, context) => {
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1447
|
-
|
|
1436
|
+
await project_paths.runMigrationInDevkit({
|
|
1437
|
+
tree,
|
|
1438
|
+
getMigration: (fs) => new SignalInputMigration({
|
|
1439
|
+
bestEffortMode: options.bestEffortMode,
|
|
1440
|
+
insertTodosForSkippedFields: options.insertTodos,
|
|
1441
|
+
shouldMigrateInput: (input) => {
|
|
1442
|
+
return (input.file.rootRelativePath.startsWith(fs.normalize(options.path)) &&
|
|
1443
|
+
!/(^|\/)node_modules\//.test(input.file.rootRelativePath));
|
|
1444
|
+
},
|
|
1445
|
+
}),
|
|
1446
|
+
beforeProgramCreation: (tsconfigPath, stage) => {
|
|
1447
|
+
if (stage === project_paths.MigrationStage.Analysis) {
|
|
1448
|
+
context.logger.info(`Preparing analysis for: ${tsconfigPath}...`);
|
|
1449
|
+
}
|
|
1450
|
+
else {
|
|
1451
|
+
context.logger.info(`Running migration for: ${tsconfigPath}...`);
|
|
1452
|
+
}
|
|
1448
1453
|
},
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
|
|
1454
|
-
|
|
1455
|
-
const info = migration.prepareProgram(baseInfo);
|
|
1456
|
-
// Support restricting the analysis to subfolders for larger projects.
|
|
1457
|
-
if (analysisPath !== '/') {
|
|
1458
|
-
info.sourceFiles = info.sourceFiles.filter((sf) => sf.fileName.startsWith(analysisPath));
|
|
1459
|
-
info.fullProgramSourceFiles = info.fullProgramSourceFiles.filter((sf) => sf.fileName.startsWith(analysisPath));
|
|
1460
|
-
}
|
|
1461
|
-
return { info, tsconfigPath };
|
|
1462
|
-
});
|
|
1463
|
-
// Analyze phase. Treat all projects as compilation units as
|
|
1464
|
-
// this allows us to support references between those.
|
|
1465
|
-
for (const { info, tsconfigPath } of programInfos) {
|
|
1466
|
-
context.logger.info(`Scanning for inputs: ${tsconfigPath}..`);
|
|
1467
|
-
unitResults.push(await migration.analyze(info));
|
|
1468
|
-
}
|
|
1469
|
-
context.logger.info(``);
|
|
1470
|
-
context.logger.info(`Processing analysis data between targets..`);
|
|
1471
|
-
context.logger.info(``);
|
|
1472
|
-
const combined = await project_paths.synchronouslyCombineUnitData(migration, unitResults);
|
|
1473
|
-
if (combined === null) {
|
|
1474
|
-
context.logger.error('Migration failed unexpectedly with no analysis data');
|
|
1475
|
-
return;
|
|
1476
|
-
}
|
|
1477
|
-
const globalMeta = await migration.globalMeta(combined);
|
|
1478
|
-
const replacementsPerFile = new Map();
|
|
1479
|
-
for (const { info, tsconfigPath } of programInfos) {
|
|
1480
|
-
context.logger.info(`Migrating: ${tsconfigPath}..`);
|
|
1481
|
-
const { replacements } = await migration.migrate(globalMeta, info);
|
|
1482
|
-
const changesPerFile = project_paths.groupReplacementsByFile(replacements);
|
|
1483
|
-
for (const [file, changes] of changesPerFile) {
|
|
1484
|
-
if (!replacementsPerFile.has(file)) {
|
|
1485
|
-
replacementsPerFile.set(file, changes);
|
|
1454
|
+
afterProgramCreation: (info, fs) => {
|
|
1455
|
+
const analysisPath = fs.resolve(options.analysisDir);
|
|
1456
|
+
// Support restricting the analysis to subfolders for larger projects.
|
|
1457
|
+
if (analysisPath !== '/') {
|
|
1458
|
+
info.sourceFiles = info.sourceFiles.filter((sf) => sf.fileName.startsWith(analysisPath));
|
|
1459
|
+
info.fullProgramSourceFiles = info.fullProgramSourceFiles.filter((sf) => sf.fileName.startsWith(analysisPath));
|
|
1486
1460
|
}
|
|
1487
|
-
}
|
|
1488
|
-
|
|
1489
|
-
|
|
1490
|
-
|
|
1491
|
-
|
|
1492
|
-
|
|
1493
|
-
|
|
1494
|
-
|
|
1495
|
-
|
|
1496
|
-
|
|
1497
|
-
|
|
1498
|
-
|
|
1499
|
-
|
|
1500
|
-
|
|
1501
|
-
|
|
1502
|
-
|
|
1503
|
-
|
|
1504
|
-
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
|
|
1461
|
+
},
|
|
1462
|
+
beforeUnitAnalysis: (tsconfigPath) => {
|
|
1463
|
+
context.logger.info(`Scanning for inputs: ${tsconfigPath}...`);
|
|
1464
|
+
},
|
|
1465
|
+
afterAllAnalyzed: () => {
|
|
1466
|
+
context.logger.info(``);
|
|
1467
|
+
context.logger.info(`Processing analysis data between targets...`);
|
|
1468
|
+
context.logger.info(``);
|
|
1469
|
+
},
|
|
1470
|
+
afterAnalysisFailure: () => {
|
|
1471
|
+
context.logger.error('Migration failed unexpectedly with no analysis data');
|
|
1472
|
+
},
|
|
1473
|
+
whenDone: ({ counters }) => {
|
|
1474
|
+
const { sourceInputs, incompatibleInputs } = counters;
|
|
1475
|
+
const migratedInputs = sourceInputs - incompatibleInputs;
|
|
1476
|
+
context.logger.info('');
|
|
1477
|
+
context.logger.info(`Successfully migrated to signal inputs 🎉`);
|
|
1478
|
+
context.logger.info(` -> Migrated ${migratedInputs}/${sourceInputs} inputs.`);
|
|
1479
|
+
if (incompatibleInputs > 0 && !options.insertTodos) {
|
|
1480
|
+
context.logger.warn(`To see why ${incompatibleInputs} inputs couldn't be migrated`);
|
|
1481
|
+
context.logger.warn(`consider re-running with "--insert-todos" or "--best-effort-mode".`);
|
|
1482
|
+
}
|
|
1483
|
+
if (options.bestEffortMode) {
|
|
1484
|
+
context.logger.warn(`You ran with best effort mode. Manually verify all code ` +
|
|
1485
|
+
`works as intended, and fix where necessary.`);
|
|
1486
|
+
}
|
|
1487
|
+
},
|
|
1488
|
+
});
|
|
1512
1489
|
};
|
|
1513
1490
|
}
|
|
1514
1491
|
|
|
@@ -1,28 +1,28 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
/**
|
|
3
|
-
* @license Angular v19.2.
|
|
3
|
+
* @license Angular v19.2.7
|
|
4
4
|
* (c) 2010-2025 Google LLC. https://angular.io/
|
|
5
5
|
* License: MIT
|
|
6
6
|
*/
|
|
7
7
|
'use strict';
|
|
8
8
|
|
|
9
|
-
var
|
|
10
|
-
var project_tsconfig_paths = require('./project_tsconfig_paths-CDVxT6Ov.js');
|
|
11
|
-
var project_paths = require('./project_paths-CTgTxqrW.js');
|
|
12
|
-
require('os');
|
|
9
|
+
var checker = require('./checker-BNmiXJIJ.js');
|
|
13
10
|
var ts = require('typescript');
|
|
14
|
-
|
|
15
|
-
var
|
|
11
|
+
require('os');
|
|
12
|
+
var index$1 = require('./index-DMhRS_CK.js');
|
|
16
13
|
require('path');
|
|
17
|
-
var
|
|
18
|
-
var
|
|
14
|
+
var project_paths = require('./project_paths-C-UAB3jT.js');
|
|
15
|
+
var apply_import_manager = require('./apply_import_manager-2VufvTsB.js');
|
|
16
|
+
var migrate_ts_type_references = require('./migrate_ts_type_references-CgtT9yyW.js');
|
|
19
17
|
var assert = require('assert');
|
|
20
|
-
var index = require('./index-
|
|
18
|
+
var index = require('./index-DJTfI03d.js');
|
|
21
19
|
require('@angular-devkit/core');
|
|
22
20
|
require('node:path/posix');
|
|
23
21
|
require('fs');
|
|
24
22
|
require('module');
|
|
25
23
|
require('url');
|
|
24
|
+
require('@angular-devkit/schematics');
|
|
25
|
+
require('./project_tsconfig_paths-CDVxT6Ov.js');
|
|
26
26
|
require('./leading_space-D9nQ8UQC.js');
|
|
27
27
|
|
|
28
28
|
/**
|
|
@@ -738,10 +738,10 @@ class SignalQueriesMigration extends project_paths.TsurgeComplexMigration {
|
|
|
738
738
|
if (templateTypeChecker !== null) {
|
|
739
739
|
templateTypeChecker.generateAllTypeCheckBlocks();
|
|
740
740
|
}
|
|
741
|
-
const { sourceFiles, program
|
|
742
|
-
const checker$1 = program
|
|
741
|
+
const { sourceFiles, program } = info;
|
|
742
|
+
const checker$1 = program.getTypeChecker();
|
|
743
743
|
const reflector = new checker.TypeScriptReflectionHost(checker$1);
|
|
744
|
-
const evaluator = new
|
|
744
|
+
const evaluator = new index$1.PartialEvaluator(reflector, checker$1, null);
|
|
745
745
|
const res = {
|
|
746
746
|
knownQueryFields: {},
|
|
747
747
|
potentialProblematicQueries: {},
|
|
@@ -926,10 +926,10 @@ class SignalQueriesMigration extends project_paths.TsurgeComplexMigration {
|
|
|
926
926
|
metaReader: null,
|
|
927
927
|
};
|
|
928
928
|
const resourceLoader = info.ngCompiler?.['resourceManager'] ?? null;
|
|
929
|
-
const { program
|
|
930
|
-
const checker$1 = program
|
|
929
|
+
const { program, sourceFiles } = info;
|
|
930
|
+
const checker$1 = program.getTypeChecker();
|
|
931
931
|
const reflector = new checker.TypeScriptReflectionHost(checker$1);
|
|
932
|
-
const evaluator = new
|
|
932
|
+
const evaluator = new index$1.PartialEvaluator(reflector, checker$1, null);
|
|
933
933
|
const replacements = [];
|
|
934
934
|
const importManager = new checker.ImportManager();
|
|
935
935
|
const printer = ts.createPrinter();
|
|
@@ -1118,84 +1118,61 @@ function updateFileState(stateMap, node, queryType) {
|
|
|
1118
1118
|
|
|
1119
1119
|
function migrate(options) {
|
|
1120
1120
|
return async (tree, context) => {
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
1130
|
-
|
|
1131
|
-
|
|
1132
|
-
|
|
1121
|
+
await project_paths.runMigrationInDevkit({
|
|
1122
|
+
tree,
|
|
1123
|
+
getMigration: (fs) => new SignalQueriesMigration({
|
|
1124
|
+
bestEffortMode: options.bestEffortMode,
|
|
1125
|
+
insertTodosForSkippedFields: options.insertTodos,
|
|
1126
|
+
shouldMigrateQuery: (_query, file) => {
|
|
1127
|
+
return (file.rootRelativePath.startsWith(fs.normalize(options.path)) &&
|
|
1128
|
+
!/(^|\/)node_modules\//.test(file.rootRelativePath));
|
|
1129
|
+
},
|
|
1130
|
+
}),
|
|
1131
|
+
beforeProgramCreation: (tsconfigPath, stage) => {
|
|
1132
|
+
if (stage === project_paths.MigrationStage.Analysis) {
|
|
1133
|
+
context.logger.info(`Preparing analysis for: ${tsconfigPath}...`);
|
|
1134
|
+
}
|
|
1135
|
+
else {
|
|
1136
|
+
context.logger.info(`Running migration for: ${tsconfigPath}...`);
|
|
1137
|
+
}
|
|
1133
1138
|
},
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
const info = migration.prepareProgram(baseInfo);
|
|
1141
|
-
// Support restricting the analysis to subfolders for larger projects.
|
|
1142
|
-
if (analysisPath !== '/') {
|
|
1143
|
-
info.sourceFiles = info.sourceFiles.filter((sf) => sf.fileName.startsWith(analysisPath));
|
|
1144
|
-
info.fullProgramSourceFiles = info.fullProgramSourceFiles.filter((sf) => sf.fileName.startsWith(analysisPath));
|
|
1145
|
-
}
|
|
1146
|
-
return { info, tsconfigPath };
|
|
1147
|
-
});
|
|
1148
|
-
// Analyze phase. Treat all projects as compilation units as
|
|
1149
|
-
// this allows us to support references between those.
|
|
1150
|
-
for (const { info, tsconfigPath } of programInfos) {
|
|
1151
|
-
context.logger.info(`Scanning for queries: ${tsconfigPath}..`);
|
|
1152
|
-
unitResults.push(await migration.analyze(info));
|
|
1153
|
-
}
|
|
1154
|
-
context.logger.info(``);
|
|
1155
|
-
context.logger.info(`Processing analysis data between targets..`);
|
|
1156
|
-
context.logger.info(``);
|
|
1157
|
-
const combined = await project_paths.synchronouslyCombineUnitData(migration, unitResults);
|
|
1158
|
-
if (combined === null) {
|
|
1159
|
-
context.logger.error('Migration failed unexpectedly with no analysis data');
|
|
1160
|
-
return;
|
|
1161
|
-
}
|
|
1162
|
-
const globalMeta = await migration.globalMeta(combined);
|
|
1163
|
-
const replacementsPerFile = new Map();
|
|
1164
|
-
for (const { info, tsconfigPath } of programInfos) {
|
|
1165
|
-
context.logger.info(`Migrating: ${tsconfigPath}..`);
|
|
1166
|
-
const { replacements } = await migration.migrate(globalMeta, info);
|
|
1167
|
-
const changesPerFile = project_paths.groupReplacementsByFile(replacements);
|
|
1168
|
-
for (const [file, changes] of changesPerFile) {
|
|
1169
|
-
if (!replacementsPerFile.has(file)) {
|
|
1170
|
-
replacementsPerFile.set(file, changes);
|
|
1139
|
+
afterProgramCreation: (info, fs) => {
|
|
1140
|
+
const analysisPath = fs.resolve(options.analysisDir);
|
|
1141
|
+
// Support restricting the analysis to subfolders for larger projects.
|
|
1142
|
+
if (analysisPath !== '/') {
|
|
1143
|
+
info.sourceFiles = info.sourceFiles.filter((sf) => sf.fileName.startsWith(analysisPath));
|
|
1144
|
+
info.fullProgramSourceFiles = info.fullProgramSourceFiles.filter((sf) => sf.fileName.startsWith(analysisPath));
|
|
1171
1145
|
}
|
|
1172
|
-
}
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1178
|
-
|
|
1179
|
-
|
|
1180
|
-
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
|
|
1184
|
-
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
1196
|
-
|
|
1197
|
-
|
|
1198
|
-
|
|
1146
|
+
},
|
|
1147
|
+
beforeUnitAnalysis: (tsconfigPath) => {
|
|
1148
|
+
context.logger.info(`Scanning for queries: ${tsconfigPath}...`);
|
|
1149
|
+
},
|
|
1150
|
+
afterAnalysisFailure: () => {
|
|
1151
|
+
context.logger.error('Migration failed unexpectedly with no analysis data');
|
|
1152
|
+
},
|
|
1153
|
+
afterAllAnalyzed: () => {
|
|
1154
|
+
context.logger.info(``);
|
|
1155
|
+
context.logger.info(`Processing analysis data between targets...`);
|
|
1156
|
+
context.logger.info(``);
|
|
1157
|
+
},
|
|
1158
|
+
whenDone: ({ counters }) => {
|
|
1159
|
+
context.logger.info('');
|
|
1160
|
+
context.logger.info(`Successfully migrated to signal queries 🎉`);
|
|
1161
|
+
const { queriesCount, incompatibleQueries } = counters;
|
|
1162
|
+
const migratedQueries = queriesCount - incompatibleQueries;
|
|
1163
|
+
context.logger.info('');
|
|
1164
|
+
context.logger.info(`Successfully migrated to signal queries 🎉`);
|
|
1165
|
+
context.logger.info(` -> Migrated ${migratedQueries}/${queriesCount} queries.`);
|
|
1166
|
+
if (incompatibleQueries > 0 && !options.insertTodos) {
|
|
1167
|
+
context.logger.warn(`To see why ${incompatibleQueries} queries couldn't be migrated`);
|
|
1168
|
+
context.logger.warn(`consider re-running with "--insert-todos" or "--best-effort-mode".`);
|
|
1169
|
+
}
|
|
1170
|
+
if (options.bestEffortMode) {
|
|
1171
|
+
context.logger.warn(`You ran with best effort mode. Manually verify all code ` +
|
|
1172
|
+
`works as intended, and fix where necessary.`);
|
|
1173
|
+
}
|
|
1174
|
+
},
|
|
1175
|
+
});
|
|
1199
1176
|
};
|
|
1200
1177
|
}
|
|
1201
1178
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
/**
|
|
3
|
-
* @license Angular v19.2.
|
|
3
|
+
* @license Angular v19.2.7
|
|
4
4
|
* (c) 2010-2025 Google LLC. https://angular.io/
|
|
5
5
|
* License: MIT
|
|
6
6
|
*/
|
|
@@ -10,22 +10,22 @@ var schematics = require('@angular-devkit/schematics');
|
|
|
10
10
|
var signalQueriesMigration = require('./signal-queries-migration.js');
|
|
11
11
|
var signalInputMigration = require('./signal-input-migration.js');
|
|
12
12
|
var outputMigration = require('./output-migration.js');
|
|
13
|
-
require('./
|
|
14
|
-
require('@angular-devkit/core');
|
|
15
|
-
require('./project_paths-CTgTxqrW.js');
|
|
16
|
-
require('node:path/posix');
|
|
17
|
-
require('os');
|
|
13
|
+
require('./checker-BNmiXJIJ.js');
|
|
18
14
|
require('typescript');
|
|
19
|
-
require('
|
|
15
|
+
require('os');
|
|
20
16
|
require('fs');
|
|
21
17
|
require('module');
|
|
22
18
|
require('path');
|
|
23
19
|
require('url');
|
|
24
|
-
require('./
|
|
25
|
-
require('./
|
|
26
|
-
require('
|
|
20
|
+
require('./index-DMhRS_CK.js');
|
|
21
|
+
require('./project_paths-C-UAB3jT.js');
|
|
22
|
+
require('@angular-devkit/core');
|
|
23
|
+
require('node:path/posix');
|
|
24
|
+
require('./project_tsconfig_paths-CDVxT6Ov.js');
|
|
25
|
+
require('./apply_import_manager-2VufvTsB.js');
|
|
26
|
+
require('./migrate_ts_type_references-CgtT9yyW.js');
|
|
27
27
|
require('assert');
|
|
28
|
-
require('./index-
|
|
28
|
+
require('./index-DJTfI03d.js');
|
|
29
29
|
require('./leading_space-D9nQ8UQC.js');
|
|
30
30
|
|
|
31
31
|
function migrate(options) {
|
|
@@ -1,30 +1,29 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
/**
|
|
3
|
-
* @license Angular v19.2.
|
|
3
|
+
* @license Angular v19.2.7
|
|
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
|
-
require('./index-
|
|
10
|
+
var index = require('./index-DMhRS_CK.js');
|
|
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-
|
|
14
|
+
var compiler_host = require('./compiler_host-BafHjBMK.js');
|
|
15
15
|
var project_tsconfig_paths = require('./project_tsconfig_paths-CDVxT6Ov.js');
|
|
16
16
|
var ng_decorators = require('./ng_decorators-DznZ5jMl.js');
|
|
17
17
|
var nodes = require('./nodes-B16H9JUd.js');
|
|
18
18
|
var imports = require('./imports-CIX-JgAN.js');
|
|
19
|
-
var checker = require('./checker-
|
|
19
|
+
var checker = require('./checker-BNmiXJIJ.js');
|
|
20
20
|
require('os');
|
|
21
|
-
var program = require('./program-XYcLSXb1.js');
|
|
22
21
|
require('@angular-devkit/core');
|
|
23
22
|
require('module');
|
|
24
23
|
require('url');
|
|
25
24
|
|
|
26
25
|
function createProgram({ rootNames, options, host, oldProgram, }) {
|
|
27
|
-
return new
|
|
26
|
+
return new index.NgtscProgram(rootNames, options, host, oldProgram);
|
|
28
27
|
}
|
|
29
28
|
|
|
30
29
|
/** Checks whether a node is referring to a specific import specifier. */
|
package/testing/index.d.ts
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v19.2.
|
|
2
|
+
* @license Angular v19.2.7
|
|
3
3
|
* (c) 2010-2025 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
6
6
|
|
|
7
7
|
import { ɵDeferBlockDetails as _DeferBlockDetails, ɵDeferBlockState as _DeferBlockState, ComponentRef, DebugElement, ElementRef, ChangeDetectorRef, NgZone, SchemaMetadata, ɵDeferBlockBehavior as _DeferBlockBehavior, InjectionToken, PlatformRef, Type, ProviderToken, InjectOptions, InjectFlags, NgModule, Component, Directive, Pipe } from '@angular/core';
|
|
8
8
|
export { ɵDeferBlockBehavior as DeferBlockBehavior, ɵDeferBlockState as DeferBlockState } from '@angular/core';
|
|
9
|
-
import {
|
|
9
|
+
import { Navigation, NavigationHistoryEntry, NavigationNavigateOptions, NavigationResult, NavigationOptions, NavigateEvent, NavigationCurrentEntryChangeEvent, NavigationTransition, NavigationUpdateCurrentEntryOptions, NavigationReloadOptions } from '../navigation_types.d-fAxd92YV.js';
|
|
10
10
|
|
|
11
11
|
/**
|
|
12
12
|
* Wraps a test function in an asynchronous test zone. The test will automatically
|
|
@@ -626,27 +626,11 @@ declare class FakeNavigation implements Navigation {
|
|
|
626
626
|
dispose(): void;
|
|
627
627
|
/** Returns whether this fake is disposed. */
|
|
628
628
|
isDisposed(): boolean;
|
|
629
|
-
/** Implementation for all navigations and traversals. */
|
|
630
|
-
private userAgentNavigate;
|
|
631
629
|
/**
|
|
632
|
-
* Implementation for
|
|
633
|
-
*
|
|
634
|
-
* https://whatpr.org/html/10919/nav-history-apis.html#update-the-navigation-api-entries-for-a-same-document-navigation
|
|
630
|
+
* Implementation for all navigations and traversals.
|
|
631
|
+
* @returns true if the event was intercepted, otherwise false
|
|
635
632
|
*/
|
|
636
|
-
private
|
|
637
|
-
/**
|
|
638
|
-
* Implementation for a traverse navigation.
|
|
639
|
-
*
|
|
640
|
-
* https://whatpr.org/html/10919/browsing-the-web.html#apply-the-traverse-history-step
|
|
641
|
-
* ...
|
|
642
|
-
* > Let updateDocument be an algorithm step which performs update document for history step application given targetEntry's document, targetEntry, changingNavigableContinuation's update-only, scriptHistoryLength, scriptHistoryIndex, navigationType, entriesForNavigationAPI, and previousEntry.
|
|
643
|
-
* > If targetEntry's document is equal to displayedDocument, then perform updateDocument.
|
|
644
|
-
* https://whatpr.org/html/10919/browsing-the-web.html#update-document-for-history-step-application
|
|
645
|
-
* which then goes to https://whatpr.org/html/10919/nav-history-apis.html#update-the-navigation-api-entries-for-a-same-document-navigation
|
|
646
|
-
*/
|
|
647
|
-
private userAgentTraverse;
|
|
648
|
-
/** https://whatpr.org/html/10919/nav-history-apis.html#update-the-navigation-api-entries-for-a-same-document-navigation */
|
|
649
|
-
private updateNavigationEntriesForSameDocumentNavigation;
|
|
633
|
+
private userAgentNavigate;
|
|
650
634
|
/** Utility method for finding entries with the given `key`. */
|
|
651
635
|
private findEntry;
|
|
652
636
|
set onnavigate(_handler: ((this: Navigation, ev: NavigateEvent) => any) | null);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v19.2.
|
|
2
|
+
* @license Angular v19.2.7
|
|
3
3
|
* (c) 2010-2025 Google LLC. https://angular.io/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -210,5 +210,5 @@ declare const SIGNAL_NODE: SignalNode<unknown>;
|
|
|
210
210
|
|
|
211
211
|
declare function setAlternateWeakRefImpl(impl: unknown): void;
|
|
212
212
|
|
|
213
|
-
export {
|
|
214
|
-
export type { ReactiveNode
|
|
213
|
+
export { REACTIVE_NODE, SIGNAL, SIGNAL_NODE, consumerAfterComputation, consumerBeforeComputation, consumerDestroy, consumerMarkDirty, consumerPollProducersForChange, createSignal, defaultEquals, getActiveConsumer, isInNotificationPhase, isReactive, producerAccessed, producerIncrementEpoch, producerMarkClean, producerNotifyConsumers, producerUpdateValueVersion, producerUpdatesAllowed, runPostSignalSetFn, setActiveConsumer, setAlternateWeakRefImpl, setPostSignalSetFn, signalSetFn, signalUpdateFn };
|
|
214
|
+
export type { Reactive, ReactiveNode, SignalGetter, SignalNode, ValueEqualityFn };
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
/**
|
|
3
|
-
* @license Angular v19.2.5
|
|
4
|
-
* (c) 2010-2025 Google LLC. https://angular.io/
|
|
5
|
-
* License: MIT
|
|
6
|
-
*/
|
|
7
|
-
'use strict';
|
|
8
|
-
|
|
9
|
-
require('os');
|
|
10
|
-
require('typescript');
|
|
11
|
-
var checker = require('./checker-CQvNmpT3.js');
|
|
12
|
-
require('./program-XYcLSXb1.js');
|
|
13
|
-
require('path');
|
|
14
|
-
|
|
15
|
-
/**
|
|
16
|
-
* @module
|
|
17
|
-
* @description
|
|
18
|
-
* Entry point for all public APIs of the compiler-cli package.
|
|
19
|
-
*/
|
|
20
|
-
new checker.Version('19.2.5');
|
|
21
|
-
|
|
22
|
-
var LogLevel;
|
|
23
|
-
(function (LogLevel) {
|
|
24
|
-
LogLevel[LogLevel["debug"] = 0] = "debug";
|
|
25
|
-
LogLevel[LogLevel["info"] = 1] = "info";
|
|
26
|
-
LogLevel[LogLevel["warn"] = 2] = "warn";
|
|
27
|
-
LogLevel[LogLevel["error"] = 3] = "error";
|
|
28
|
-
})(LogLevel || (LogLevel = {}));
|
|
29
|
-
|
|
30
|
-
checker.setFileSystem(new checker.NodeJSFileSystem());
|