@angular/compiler-cli 15.2.0-next.2 → 15.2.0-next.4
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/bundles/{chunk-NEQOZOZQ.js → chunk-64X67E3N.js} +31 -31
- package/bundles/{chunk-NEQOZOZQ.js.map → chunk-64X67E3N.js.map} +0 -0
- package/bundles/{chunk-2NLFVEGY.js → chunk-6ZJFIQBG.js} +7 -7
- package/bundles/{chunk-2NLFVEGY.js.map → chunk-6ZJFIQBG.js.map} +0 -0
- package/bundles/{chunk-B57SP4JB.js → chunk-7DUI3BSX.js} +2 -2
- package/bundles/{chunk-B57SP4JB.js.map → chunk-7DUI3BSX.js.map} +0 -0
- package/bundles/{chunk-JIV4G52G.js → chunk-BEXFRTBC.js} +40 -40
- package/bundles/{chunk-JIV4G52G.js.map → chunk-BEXFRTBC.js.map} +0 -0
- package/bundles/{chunk-TBUSSXUA.js → chunk-EC5K6QPP.js} +7 -7
- package/bundles/{chunk-TBUSSXUA.js.map → chunk-EC5K6QPP.js.map} +0 -0
- package/bundles/{chunk-72YORMPM.js → chunk-HYFCMILZ.js} +105 -96
- package/bundles/{chunk-72YORMPM.js.map → chunk-HYFCMILZ.js.map} +1 -1
- package/bundles/{chunk-TNUB43C4.js → chunk-JYL7IHZC.js} +76 -76
- package/bundles/{chunk-TNUB43C4.js.map → chunk-JYL7IHZC.js.map} +1 -1
- package/bundles/{chunk-YZWN2KWE.js → chunk-NJMZRTB6.js} +5 -5
- package/bundles/{chunk-YZWN2KWE.js.map → chunk-NJMZRTB6.js.map} +0 -0
- package/bundles/{chunk-ZF3IVDQ2.js → chunk-O4JLZZWJ.js} +6 -6
- package/bundles/{chunk-ZF3IVDQ2.js.map → chunk-O4JLZZWJ.js.map} +0 -0
- package/bundles/{chunk-G7ORMRHP.js → chunk-OAZD7RII.js} +70 -70
- package/bundles/{chunk-G7ORMRHP.js.map → chunk-OAZD7RII.js.map} +0 -0
- package/bundles/{chunk-LPXFO4TY.js → chunk-Q6W3UCXI.js} +6 -6
- package/bundles/{chunk-LPXFO4TY.js.map → chunk-Q6W3UCXI.js.map} +0 -0
- package/bundles/{chunk-LYJKWJUC.js → chunk-SBDNBITT.js} +3 -3
- package/bundles/{chunk-LYJKWJUC.js.map → chunk-SBDNBITT.js.map} +0 -0
- package/bundles/{chunk-K7P4IHT5.js → chunk-YRDMG3GM.js} +4 -4
- package/bundles/{chunk-K7P4IHT5.js.map → chunk-YRDMG3GM.js.map} +0 -0
- package/bundles/{chunk-ZOI6L3RR.js → chunk-Z534TW2O.js} +28 -28
- package/bundles/{chunk-ZOI6L3RR.js.map → chunk-Z534TW2O.js.map} +0 -0
- package/bundles/{chunk-KSFQT5FO.js → chunk-ZB4CDKOH.js} +5 -5
- package/bundles/{chunk-KSFQT5FO.js.map → chunk-ZB4CDKOH.js.map} +0 -0
- package/bundles/index.js +12 -12
- package/bundles/linker/babel/index.js +12 -12
- package/bundles/linker/index.js +4 -4
- package/bundles/ngcc/index.js +12 -12
- package/bundles/ngcc/main-ngcc.js +13 -13
- package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js +13 -13
- package/bundles/ngcc/src/locking/lock_file_with_child_process/ngcc_lock_unlocker.js +4 -4
- package/bundles/private/bazel.js +1 -1
- package/bundles/private/localize.js +3 -3
- package/bundles/private/migrations.js +5 -5
- package/bundles/private/tooling.js +2 -2
- package/bundles/src/bin/ng_xi18n.js +10 -10
- package/bundles/src/bin/ngc.js +8 -8
- package/bundles_metadata.json +1 -1
- package/index.d.ts +1 -1
- package/ngcc/src/packages/build_marker.d.ts +1 -1
- package/package.json +2 -2
- package/src/ngtsc/tsc_plugin.d.ts +1 -1
- package/src/ngtsc/typecheck/api/scope.d.ts +1 -0
|
@@ -35,11 +35,11 @@ import {
|
|
|
35
35
|
aliasTransformFactory,
|
|
36
36
|
declarationTransformFactory,
|
|
37
37
|
ivyTransformFactory
|
|
38
|
-
} from "./chunk-
|
|
38
|
+
} from "./chunk-JYL7IHZC.js";
|
|
39
39
|
import {
|
|
40
40
|
TypeScriptReflectionHost,
|
|
41
41
|
isNamedClassDeclaration
|
|
42
|
-
} from "./chunk-
|
|
42
|
+
} from "./chunk-O4JLZZWJ.js";
|
|
43
43
|
import {
|
|
44
44
|
AbsoluteModuleStrategy,
|
|
45
45
|
AliasStrategy,
|
|
@@ -82,7 +82,7 @@ import {
|
|
|
82
82
|
toUnredirectedSourceFile,
|
|
83
83
|
translateExpression,
|
|
84
84
|
translateType
|
|
85
|
-
} from "./chunk-
|
|
85
|
+
} from "./chunk-Z534TW2O.js";
|
|
86
86
|
import {
|
|
87
87
|
LogicalFileSystem,
|
|
88
88
|
absoluteFrom,
|
|
@@ -93,16 +93,16 @@ import {
|
|
|
93
93
|
getSourceFileOrError,
|
|
94
94
|
join,
|
|
95
95
|
resolve
|
|
96
|
-
} from "./chunk-
|
|
96
|
+
} from "./chunk-EC5K6QPP.js";
|
|
97
97
|
import {
|
|
98
98
|
ActivePerfRecorder,
|
|
99
99
|
DelegatingPerfRecorder,
|
|
100
100
|
PerfCheckpoint,
|
|
101
101
|
PerfEvent,
|
|
102
102
|
PerfPhase
|
|
103
|
-
} from "./chunk-
|
|
103
|
+
} from "./chunk-NJMZRTB6.js";
|
|
104
104
|
|
|
105
|
-
// bazel-out/
|
|
105
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
|
|
106
106
|
var DEFAULT_ERROR_CODE = 100;
|
|
107
107
|
var UNKNOWN_ERROR_CODE = 500;
|
|
108
108
|
var SOURCE = "angular";
|
|
@@ -120,7 +120,7 @@ var EmitFlags;
|
|
|
120
120
|
EmitFlags2[EmitFlags2["All"] = 31] = "All";
|
|
121
121
|
})(EmitFlags || (EmitFlags = {}));
|
|
122
122
|
|
|
123
|
-
// bazel-out/
|
|
123
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
|
|
124
124
|
import ts from "typescript";
|
|
125
125
|
var wrapHostForTest = null;
|
|
126
126
|
function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, true) }) {
|
|
@@ -130,11 +130,11 @@ function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, t
|
|
|
130
130
|
return tsHost;
|
|
131
131
|
}
|
|
132
132
|
|
|
133
|
-
// bazel-out/
|
|
133
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
134
134
|
import { HtmlParser, MessageBundle } from "@angular/compiler";
|
|
135
135
|
import ts34 from "typescript";
|
|
136
136
|
|
|
137
|
-
// bazel-out/
|
|
137
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
|
|
138
138
|
import { Xliff, Xliff2, Xmb } from "@angular/compiler";
|
|
139
139
|
import * as path from "path";
|
|
140
140
|
function i18nGetExtension(formatName) {
|
|
@@ -185,10 +185,10 @@ function getPathNormalizer(basePath) {
|
|
|
185
185
|
};
|
|
186
186
|
}
|
|
187
187
|
|
|
188
|
-
// bazel-out/
|
|
188
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
189
189
|
import ts2 from "typescript";
|
|
190
190
|
|
|
191
|
-
// bazel-out/
|
|
191
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
|
|
192
192
|
function toNumbers(value) {
|
|
193
193
|
const suffixIndex = value.lastIndexOf("-");
|
|
194
194
|
return value.slice(0, suffixIndex === -1 ? value.length : suffixIndex).split(".").map((segment) => {
|
|
@@ -223,7 +223,7 @@ function compareVersions(v1, v2) {
|
|
|
223
223
|
return compareNumbers(toNumbers(v1), toNumbers(v2));
|
|
224
224
|
}
|
|
225
225
|
|
|
226
|
-
// bazel-out/
|
|
226
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
227
227
|
var MIN_TS_VERSION = "4.8.2";
|
|
228
228
|
var MAX_TS_VERSION = "5.0.0";
|
|
229
229
|
var tsVersion = ts2.version;
|
|
@@ -236,10 +236,10 @@ function verifySupportedTypeScriptVersion() {
|
|
|
236
236
|
checkVersion(tsVersion, MIN_TS_VERSION, MAX_TS_VERSION);
|
|
237
237
|
}
|
|
238
238
|
|
|
239
|
-
// bazel-out/
|
|
239
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
240
240
|
import ts32 from "typescript";
|
|
241
241
|
|
|
242
|
-
// bazel-out/
|
|
242
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
|
|
243
243
|
var CycleAnalyzer = class {
|
|
244
244
|
constructor(importGraph) {
|
|
245
245
|
this.importGraph = importGraph;
|
|
@@ -310,7 +310,7 @@ var Cycle = class {
|
|
|
310
310
|
}
|
|
311
311
|
};
|
|
312
312
|
|
|
313
|
-
// bazel-out/
|
|
313
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
|
|
314
314
|
import ts3 from "typescript";
|
|
315
315
|
var ImportGraph = class {
|
|
316
316
|
constructor(checker, perf) {
|
|
@@ -402,7 +402,7 @@ var Found = class {
|
|
|
402
402
|
}
|
|
403
403
|
};
|
|
404
404
|
|
|
405
|
-
// bazel-out/
|
|
405
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
|
|
406
406
|
import ts4 from "typescript";
|
|
407
407
|
var FlatIndexGenerator = class {
|
|
408
408
|
constructor(entryPoint, relativeFlatIndexPath, moduleName) {
|
|
@@ -427,7 +427,7 @@ export * from '${relativeEntryPoint}';
|
|
|
427
427
|
}
|
|
428
428
|
};
|
|
429
429
|
|
|
430
|
-
// bazel-out/
|
|
430
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
|
|
431
431
|
function findFlatIndexEntryPoint(rootFiles) {
|
|
432
432
|
const tsFiles = rootFiles.filter((file) => isNonDeclarationTsPath(file));
|
|
433
433
|
let resolvedEntryPoint = null;
|
|
@@ -443,7 +443,7 @@ function findFlatIndexEntryPoint(rootFiles) {
|
|
|
443
443
|
return resolvedEntryPoint;
|
|
444
444
|
}
|
|
445
445
|
|
|
446
|
-
// bazel-out/
|
|
446
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
|
|
447
447
|
import ts5 from "typescript";
|
|
448
448
|
function checkForPrivateExports(entryPoint, checker, refGraph) {
|
|
449
449
|
const diagnostics = [];
|
|
@@ -523,7 +523,7 @@ function getDescriptorOfDeclaration(decl) {
|
|
|
523
523
|
}
|
|
524
524
|
}
|
|
525
525
|
|
|
526
|
-
// bazel-out/
|
|
526
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
|
|
527
527
|
var ReferenceGraph = class {
|
|
528
528
|
constructor() {
|
|
529
529
|
this.references = /* @__PURE__ */ new Map();
|
|
@@ -577,7 +577,7 @@ var ReferenceGraph = class {
|
|
|
577
577
|
}
|
|
578
578
|
};
|
|
579
579
|
|
|
580
|
-
// bazel-out/
|
|
580
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
|
|
581
581
|
var NgOriginalFile = Symbol("NgOriginalFile");
|
|
582
582
|
var UpdateMode;
|
|
583
583
|
(function(UpdateMode2) {
|
|
@@ -585,13 +585,13 @@ var UpdateMode;
|
|
|
585
585
|
UpdateMode2[UpdateMode2["Incremental"] = 1] = "Incremental";
|
|
586
586
|
})(UpdateMode || (UpdateMode = {}));
|
|
587
587
|
|
|
588
|
-
// bazel-out/
|
|
588
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
|
|
589
589
|
import ts9 from "typescript";
|
|
590
590
|
|
|
591
|
-
// bazel-out/
|
|
591
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
592
592
|
import ts6 from "typescript";
|
|
593
593
|
|
|
594
|
-
// bazel-out/
|
|
594
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
|
|
595
595
|
var NgExtension = Symbol("NgExtension");
|
|
596
596
|
function isExtended(sf) {
|
|
597
597
|
return sf[NgExtension] !== void 0;
|
|
@@ -651,7 +651,7 @@ function retagTsFile(sf) {
|
|
|
651
651
|
}
|
|
652
652
|
}
|
|
653
653
|
|
|
654
|
-
// bazel-out/
|
|
654
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
|
|
655
655
|
var TS_EXTENSIONS = /\.tsx?$/i;
|
|
656
656
|
function makeShimFileName(fileName, suffix) {
|
|
657
657
|
return absoluteFrom(fileName.replace(TS_EXTENSIONS, suffix));
|
|
@@ -666,7 +666,7 @@ function generatedModuleName(originalModuleName, originalFileName, genSuffix) {
|
|
|
666
666
|
return moduleName;
|
|
667
667
|
}
|
|
668
668
|
|
|
669
|
-
// bazel-out/
|
|
669
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
670
670
|
var ShimAdapter = class {
|
|
671
671
|
constructor(delegate, tsRootFiles, topLevelGenerators, perFileGenerators, oldProgram) {
|
|
672
672
|
this.delegate = delegate;
|
|
@@ -761,7 +761,7 @@ var ShimAdapter = class {
|
|
|
761
761
|
}
|
|
762
762
|
};
|
|
763
763
|
|
|
764
|
-
// bazel-out/
|
|
764
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/factory_generator.mjs
|
|
765
765
|
import ts7 from "typescript";
|
|
766
766
|
var TS_DTS_SUFFIX = /(\.d)?\.ts$/;
|
|
767
767
|
var STRIP_NG_FACTORY = /(.*)NgFactory$/;
|
|
@@ -921,7 +921,7 @@ function updateInitializers(stmt, update) {
|
|
|
921
921
|
return ts7.factory.updateVariableStatement(stmt, ts7.getModifiers(stmt), ts7.factory.updateVariableDeclarationList(stmt.declarationList, stmt.declarationList.declarations.map((decl) => ts7.factory.updateVariableDeclaration(decl, decl.name, decl.exclamationToken, decl.type, update(decl.initializer)))));
|
|
922
922
|
}
|
|
923
923
|
|
|
924
|
-
// bazel-out/
|
|
924
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
|
|
925
925
|
var ShimReferenceTagger = class {
|
|
926
926
|
constructor(shimExtensions) {
|
|
927
927
|
this.tagged = /* @__PURE__ */ new Set();
|
|
@@ -955,7 +955,7 @@ var ShimReferenceTagger = class {
|
|
|
955
955
|
}
|
|
956
956
|
};
|
|
957
957
|
|
|
958
|
-
// bazel-out/
|
|
958
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/summary_generator.mjs
|
|
959
959
|
import ts8 from "typescript";
|
|
960
960
|
var SummaryGenerator = class {
|
|
961
961
|
constructor() {
|
|
@@ -996,7 +996,7 @@ function isExported2(decl) {
|
|
|
996
996
|
return modifiers !== void 0 && modifiers.some((mod) => mod.kind == ts8.SyntaxKind.ExportKeyword) || false;
|
|
997
997
|
}
|
|
998
998
|
|
|
999
|
-
// bazel-out/
|
|
999
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
|
|
1000
1000
|
var DelegatingCompilerHost = class {
|
|
1001
1001
|
constructor(delegate) {
|
|
1002
1002
|
this.delegate = delegate;
|
|
@@ -1107,7 +1107,7 @@ var TsCreateProgramDriver = class {
|
|
|
1107
1107
|
}
|
|
1108
1108
|
};
|
|
1109
1109
|
|
|
1110
|
-
// bazel-out/
|
|
1110
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
|
|
1111
1111
|
var FileDependencyGraph = class {
|
|
1112
1112
|
constructor() {
|
|
1113
1113
|
this.nodes = /* @__PURE__ */ new Map();
|
|
@@ -1174,7 +1174,7 @@ function isLogicallyChanged(sf, node, changedTsPaths, deletedTsPaths, changedRes
|
|
|
1174
1174
|
return false;
|
|
1175
1175
|
}
|
|
1176
1176
|
|
|
1177
|
-
// bazel-out/
|
|
1177
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
|
|
1178
1178
|
var IncrementalStateKind;
|
|
1179
1179
|
(function(IncrementalStateKind2) {
|
|
1180
1180
|
IncrementalStateKind2[IncrementalStateKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -1182,7 +1182,7 @@ var IncrementalStateKind;
|
|
|
1182
1182
|
IncrementalStateKind2[IncrementalStateKind2["Analyzed"] = 2] = "Analyzed";
|
|
1183
1183
|
})(IncrementalStateKind || (IncrementalStateKind = {}));
|
|
1184
1184
|
|
|
1185
|
-
// bazel-out/
|
|
1185
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
|
|
1186
1186
|
var PhaseKind;
|
|
1187
1187
|
(function(PhaseKind2) {
|
|
1188
1188
|
PhaseKind2[PhaseKind2["Analysis"] = 0] = "Analysis";
|
|
@@ -1383,7 +1383,7 @@ function toOriginalSourceFile(sf) {
|
|
|
1383
1383
|
}
|
|
1384
1384
|
}
|
|
1385
1385
|
|
|
1386
|
-
// bazel-out/
|
|
1386
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
|
|
1387
1387
|
var TrackedIncrementalBuildStrategy = class {
|
|
1388
1388
|
constructor() {
|
|
1389
1389
|
this.state = null;
|
|
@@ -1419,7 +1419,7 @@ var PatchedProgramIncrementalBuildStrategy = class {
|
|
|
1419
1419
|
};
|
|
1420
1420
|
var SYM_INCREMENTAL_STATE = Symbol("NgIncrementalState");
|
|
1421
1421
|
|
|
1422
|
-
// bazel-out/
|
|
1422
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
|
|
1423
1423
|
var IdentifierKind;
|
|
1424
1424
|
(function(IdentifierKind2) {
|
|
1425
1425
|
IdentifierKind2[IdentifierKind2["Property"] = 0] = "Property";
|
|
@@ -1437,7 +1437,7 @@ var AbsoluteSourceSpan = class {
|
|
|
1437
1437
|
}
|
|
1438
1438
|
};
|
|
1439
1439
|
|
|
1440
|
-
// bazel-out/
|
|
1440
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
|
|
1441
1441
|
var IndexingContext = class {
|
|
1442
1442
|
constructor() {
|
|
1443
1443
|
this.components = /* @__PURE__ */ new Set();
|
|
@@ -1447,10 +1447,10 @@ var IndexingContext = class {
|
|
|
1447
1447
|
}
|
|
1448
1448
|
};
|
|
1449
1449
|
|
|
1450
|
-
// bazel-out/
|
|
1450
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
|
|
1451
1451
|
import { ParseSourceFile } from "@angular/compiler";
|
|
1452
1452
|
|
|
1453
|
-
// bazel-out/
|
|
1453
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
|
|
1454
1454
|
import { ASTWithSource, ImplicitReceiver, PropertyRead, PropertyWrite, RecursiveAstVisitor, TmplAstElement, TmplAstRecursiveVisitor, TmplAstReference, TmplAstTemplate } from "@angular/compiler";
|
|
1455
1455
|
var ExpressionVisitor = class extends RecursiveAstVisitor {
|
|
1456
1456
|
constructor(expressionStr, absoluteOffset, boundTemplate, targetToIdentifier) {
|
|
@@ -1687,7 +1687,7 @@ function getTemplateIdentifiers(boundTemplate) {
|
|
|
1687
1687
|
return { identifiers: visitor.identifiers, errors: visitor.errors };
|
|
1688
1688
|
}
|
|
1689
1689
|
|
|
1690
|
-
// bazel-out/
|
|
1690
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
|
|
1691
1691
|
function generateAnalysis(context) {
|
|
1692
1692
|
const analysis = /* @__PURE__ */ new Map();
|
|
1693
1693
|
context.components.forEach(({ declaration, selector, boundTemplate, templateMeta }) => {
|
|
@@ -1723,7 +1723,7 @@ function generateAnalysis(context) {
|
|
|
1723
1723
|
return analysis;
|
|
1724
1724
|
}
|
|
1725
1725
|
|
|
1726
|
-
// bazel-out/
|
|
1726
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.mjs
|
|
1727
1727
|
var NgModuleIndexImpl = class {
|
|
1728
1728
|
constructor(metaReader, localReader) {
|
|
1729
1729
|
this.metaReader = metaReader;
|
|
@@ -1812,7 +1812,7 @@ var NgModuleIndexImpl = class {
|
|
|
1812
1812
|
}
|
|
1813
1813
|
};
|
|
1814
1814
|
|
|
1815
|
-
// bazel-out/
|
|
1815
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
|
|
1816
1816
|
import ts10 from "typescript";
|
|
1817
1817
|
var CSS_PREPROCESSOR_EXT = /(\.scss|\.sass|\.less|\.styl)$/;
|
|
1818
1818
|
var RESOURCE_MARKER = ".$ngresource$";
|
|
@@ -1958,7 +1958,7 @@ function createLookupResolutionHost(adapter) {
|
|
|
1958
1958
|
};
|
|
1959
1959
|
}
|
|
1960
1960
|
|
|
1961
|
-
// bazel-out/
|
|
1961
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
|
|
1962
1962
|
var StandaloneComponentScopeReader = class {
|
|
1963
1963
|
constructor(metaReader, localModuleReader, dtsModuleReader) {
|
|
1964
1964
|
this.metaReader = metaReader;
|
|
@@ -2036,10 +2036,10 @@ var StandaloneComponentScopeReader = class {
|
|
|
2036
2036
|
}
|
|
2037
2037
|
};
|
|
2038
2038
|
|
|
2039
|
-
// bazel-out/
|
|
2039
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
|
|
2040
2040
|
import { CssSelector, DomElementSchemaRegistry as DomElementSchemaRegistry2, ExternalExpr as ExternalExpr2, WrappedNodeExpr } from "@angular/compiler";
|
|
2041
2041
|
|
|
2042
|
-
// bazel-out/
|
|
2042
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
|
|
2043
2043
|
import ts11 from "typescript";
|
|
2044
2044
|
function makeTemplateDiagnostic(templateId, mapping, span, category, code, messageText, relatedMessages) {
|
|
2045
2045
|
var _a;
|
|
@@ -2146,7 +2146,7 @@ function parseTemplateAsSourceFile(fileName, template) {
|
|
|
2146
2146
|
return ts11.createSourceFile(fileName, template, ts11.ScriptTarget.Latest, false, ts11.ScriptKind.JSX);
|
|
2147
2147
|
}
|
|
2148
2148
|
|
|
2149
|
-
// bazel-out/
|
|
2149
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
|
|
2150
2150
|
var TEMPLATE_ID = Symbol("ngTemplateId");
|
|
2151
2151
|
var NEXT_TEMPLATE_ID = Symbol("ngNextTemplateId");
|
|
2152
2152
|
function getTemplateId(clazz) {
|
|
@@ -2163,11 +2163,11 @@ function allocateTemplateId(sf) {
|
|
|
2163
2163
|
return `tcb${sf[NEXT_TEMPLATE_ID]++}`;
|
|
2164
2164
|
}
|
|
2165
2165
|
|
|
2166
|
-
// bazel-out/
|
|
2166
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
2167
2167
|
import { EmptyExpr, ImplicitReceiver as ImplicitReceiver2, PropertyRead as PropertyRead2, PropertyWrite as PropertyWrite2, SafePropertyRead, TmplAstReference as TmplAstReference2, TmplAstTextAttribute } from "@angular/compiler";
|
|
2168
2168
|
import ts13 from "typescript";
|
|
2169
2169
|
|
|
2170
|
-
// bazel-out/
|
|
2170
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
|
|
2171
2171
|
import { AbsoluteSourceSpan as AbsoluteSourceSpan2 } from "@angular/compiler";
|
|
2172
2172
|
import ts12 from "typescript";
|
|
2173
2173
|
var parseSpanComment = /^(\d+),(\d+)$/;
|
|
@@ -2297,7 +2297,7 @@ function hasExpressionIdentifier(sourceFile, node, identifier) {
|
|
|
2297
2297
|
}) || false;
|
|
2298
2298
|
}
|
|
2299
2299
|
|
|
2300
|
-
// bazel-out/
|
|
2300
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
2301
2301
|
var CompletionEngine = class {
|
|
2302
2302
|
constructor(tcb, data, tcbPath, tcbIsShim) {
|
|
2303
2303
|
this.tcb = tcb;
|
|
@@ -2454,10 +2454,10 @@ var CompletionEngine = class {
|
|
|
2454
2454
|
}
|
|
2455
2455
|
};
|
|
2456
2456
|
|
|
2457
|
-
// bazel-out/
|
|
2457
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
2458
2458
|
import ts27 from "typescript";
|
|
2459
2459
|
|
|
2460
|
-
// bazel-out/
|
|
2460
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
|
|
2461
2461
|
import { DomElementSchemaRegistry } from "@angular/compiler";
|
|
2462
2462
|
import ts14 from "typescript";
|
|
2463
2463
|
var REGISTRY = new DomElementSchemaRegistry();
|
|
@@ -2510,11 +2510,11 @@ var RegistryDomSchemaChecker = class {
|
|
|
2510
2510
|
}
|
|
2511
2511
|
};
|
|
2512
2512
|
|
|
2513
|
-
// bazel-out/
|
|
2513
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
2514
2514
|
import { ExpressionType, ExternalExpr, TypeModifier } from "@angular/compiler";
|
|
2515
2515
|
import ts20 from "typescript";
|
|
2516
2516
|
|
|
2517
|
-
// bazel-out/
|
|
2517
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
|
|
2518
2518
|
import ts15 from "typescript";
|
|
2519
2519
|
var SAFE_TO_CAST_WITHOUT_PARENS = /* @__PURE__ */ new Set([
|
|
2520
2520
|
ts15.SyntaxKind.ParenthesizedExpression,
|
|
@@ -2588,16 +2588,16 @@ function isAccessExpression(node) {
|
|
|
2588
2588
|
return ts15.isPropertyAccessExpression(node) || ts15.isElementAccessExpression(node);
|
|
2589
2589
|
}
|
|
2590
2590
|
|
|
2591
|
-
// bazel-out/
|
|
2591
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
2592
2592
|
import ts19 from "typescript";
|
|
2593
2593
|
|
|
2594
|
-
// bazel-out/
|
|
2594
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
2595
2595
|
import ts18 from "typescript";
|
|
2596
2596
|
|
|
2597
|
-
// bazel-out/
|
|
2597
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
|
|
2598
2598
|
import ts17 from "typescript";
|
|
2599
2599
|
|
|
2600
|
-
// bazel-out/
|
|
2600
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_emitter.mjs
|
|
2601
2601
|
import ts16 from "typescript";
|
|
2602
2602
|
var INELIGIBLE = {};
|
|
2603
2603
|
function canEmitType(type, canEmit) {
|
|
@@ -2672,7 +2672,7 @@ var TypeEmitter = class {
|
|
|
2672
2672
|
}
|
|
2673
2673
|
};
|
|
2674
2674
|
|
|
2675
|
-
// bazel-out/
|
|
2675
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
|
|
2676
2676
|
var TypeParameterEmitter = class {
|
|
2677
2677
|
constructor(typeParameters, reflector) {
|
|
2678
2678
|
this.typeParameters = typeParameters;
|
|
@@ -2749,7 +2749,7 @@ var TypeParameterEmitter = class {
|
|
|
2749
2749
|
}
|
|
2750
2750
|
};
|
|
2751
2751
|
|
|
2752
|
-
// bazel-out/
|
|
2752
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
2753
2753
|
var TcbInliningRequirement;
|
|
2754
2754
|
(function(TcbInliningRequirement2) {
|
|
2755
2755
|
TcbInliningRequirement2[TcbInliningRequirement2["MustInline"] = 0] = "MustInline";
|
|
@@ -2829,7 +2829,7 @@ function checkIfGenericTypeBoundsCanBeEmitted(node, reflector, env) {
|
|
|
2829
2829
|
return emitter.canEmit((ref) => env.canReferenceType(ref));
|
|
2830
2830
|
}
|
|
2831
2831
|
|
|
2832
|
-
// bazel-out/
|
|
2832
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
2833
2833
|
function generateTypeCtorDeclarationFn(node, meta, nodeTypeRef, typeParams) {
|
|
2834
2834
|
const rawTypeArgs = typeParams !== void 0 ? generateGenericArgs(typeParams) : void 0;
|
|
2835
2835
|
const rawType = ts19.factory.createTypeReferenceNode(nodeTypeRef, rawTypeArgs);
|
|
@@ -2941,7 +2941,7 @@ function typeParametersWithDefaultTypes(params) {
|
|
|
2941
2941
|
});
|
|
2942
2942
|
}
|
|
2943
2943
|
|
|
2944
|
-
// bazel-out/
|
|
2944
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
2945
2945
|
var Environment = class {
|
|
2946
2946
|
constructor(config, importManager, refEmitter, reflector, contextFile) {
|
|
2947
2947
|
this.config = config;
|
|
@@ -3033,7 +3033,7 @@ var Environment = class {
|
|
|
3033
3033
|
}
|
|
3034
3034
|
};
|
|
3035
3035
|
|
|
3036
|
-
// bazel-out/
|
|
3036
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
|
|
3037
3037
|
import { TmplAstElement as TmplAstElement2 } from "@angular/compiler";
|
|
3038
3038
|
import ts21 from "typescript";
|
|
3039
3039
|
var OutOfBandDiagnosticRecorderImpl = class {
|
|
@@ -3166,7 +3166,7 @@ function makeInlineDiagnostic(templateId, code, node, messageText, relatedInform
|
|
|
3166
3166
|
};
|
|
3167
3167
|
}
|
|
3168
3168
|
|
|
3169
|
-
// bazel-out/
|
|
3169
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
|
|
3170
3170
|
import ts22 from "typescript";
|
|
3171
3171
|
var TypeCheckShimGenerator = class {
|
|
3172
3172
|
constructor() {
|
|
@@ -3184,11 +3184,11 @@ var TypeCheckShimGenerator = class {
|
|
|
3184
3184
|
}
|
|
3185
3185
|
};
|
|
3186
3186
|
|
|
3187
|
-
// bazel-out/
|
|
3187
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
3188
3188
|
import { BindingPipe, Call as Call2, DYNAMIC_TYPE, ImplicitReceiver as ImplicitReceiver4, PropertyRead as PropertyRead4, PropertyWrite as PropertyWrite3, SafeCall, SafePropertyRead as SafePropertyRead3, ThisReceiver, TmplAstBoundAttribute, TmplAstBoundText, TmplAstElement as TmplAstElement3, TmplAstIcu, TmplAstReference as TmplAstReference3, TmplAstTemplate as TmplAstTemplate2, TmplAstTextAttribute as TmplAstTextAttribute2, TmplAstVariable as TmplAstVariable2 } from "@angular/compiler";
|
|
3189
3189
|
import ts25 from "typescript";
|
|
3190
3190
|
|
|
3191
|
-
// bazel-out/
|
|
3191
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
|
|
3192
3192
|
import { AbsoluteSourceSpan as AbsoluteSourceSpan3 } from "@angular/compiler";
|
|
3193
3193
|
import ts23 from "typescript";
|
|
3194
3194
|
function wrapForDiagnostics(expr) {
|
|
@@ -3234,7 +3234,7 @@ function translateDiagnostic(diagnostic, resolver) {
|
|
|
3234
3234
|
return makeTemplateDiagnostic(sourceLocation.id, templateSourceMapping, span, diagnostic.category, diagnostic.code, diagnostic.messageText);
|
|
3235
3235
|
}
|
|
3236
3236
|
|
|
3237
|
-
// bazel-out/
|
|
3237
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
|
|
3238
3238
|
import { ASTWithSource as ASTWithSource2, Call, EmptyExpr as EmptyExpr2, PropertyRead as PropertyRead3, SafeKeyedRead, SafePropertyRead as SafePropertyRead2 } from "@angular/compiler";
|
|
3239
3239
|
import ts24 from "typescript";
|
|
3240
3240
|
var NULL_AS_ANY = ts24.factory.createAsExpression(ts24.factory.createNull(), ts24.factory.createKeywordTypeNode(ts24.SyntaxKind.AnyKeyword));
|
|
@@ -3564,7 +3564,7 @@ var VeSafeLhsInferenceBugDetector = class {
|
|
|
3564
3564
|
};
|
|
3565
3565
|
VeSafeLhsInferenceBugDetector.SINGLETON = new VeSafeLhsInferenceBugDetector();
|
|
3566
3566
|
|
|
3567
|
-
// bazel-out/
|
|
3567
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_semantics.mjs
|
|
3568
3568
|
import { ImplicitReceiver as ImplicitReceiver3, RecursiveAstVisitor as RecursiveAstVisitor2, TmplAstVariable } from "@angular/compiler";
|
|
3569
3569
|
var ExpressionSemanticVisitor = class extends RecursiveAstVisitor2 {
|
|
3570
3570
|
constructor(templateId, boundTarget, oob) {
|
|
@@ -3588,7 +3588,7 @@ var ExpressionSemanticVisitor = class extends RecursiveAstVisitor2 {
|
|
|
3588
3588
|
}
|
|
3589
3589
|
};
|
|
3590
3590
|
|
|
3591
|
-
// bazel-out/
|
|
3591
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
3592
3592
|
var TcbGenericContextBehavior;
|
|
3593
3593
|
(function(TcbGenericContextBehavior2) {
|
|
3594
3594
|
TcbGenericContextBehavior2[TcbGenericContextBehavior2["UseEmitter"] = 0] = "UseEmitter";
|
|
@@ -4691,7 +4691,7 @@ var TcbEventHandlerTranslator = class extends TcbExpressionTranslator {
|
|
|
4691
4691
|
}
|
|
4692
4692
|
};
|
|
4693
4693
|
|
|
4694
|
-
// bazel-out/
|
|
4694
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
|
|
4695
4695
|
import ts26 from "typescript";
|
|
4696
4696
|
var TypeCheckFile = class extends Environment {
|
|
4697
4697
|
constructor(fileName, config, refEmitter, reflector, compilerHost) {
|
|
@@ -4727,7 +4727,7 @@ var TypeCheckFile = class extends Environment {
|
|
|
4727
4727
|
}
|
|
4728
4728
|
};
|
|
4729
4729
|
|
|
4730
|
-
// bazel-out/
|
|
4730
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
4731
4731
|
var InliningMode;
|
|
4732
4732
|
(function(InliningMode2) {
|
|
4733
4733
|
InliningMode2[InliningMode2["InlineOps"] = 0] = "InlineOps";
|
|
@@ -4965,10 +4965,10 @@ function splitStringAtPoints(str, points) {
|
|
|
4965
4965
|
return splits;
|
|
4966
4966
|
}
|
|
4967
4967
|
|
|
4968
|
-
// bazel-out/
|
|
4968
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
|
|
4969
4969
|
import { ParseLocation, ParseSourceSpan } from "@angular/compiler";
|
|
4970
4970
|
|
|
4971
|
-
// bazel-out/
|
|
4971
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
|
|
4972
4972
|
var LF_CHAR = 10;
|
|
4973
4973
|
var CR_CHAR = 13;
|
|
4974
4974
|
var LINE_SEP_CHAR = 8232;
|
|
@@ -5009,7 +5009,7 @@ function findClosestLineStartPosition(linesMap, position, low = 0, high = linesM
|
|
|
5009
5009
|
return low - 1;
|
|
5010
5010
|
}
|
|
5011
5011
|
|
|
5012
|
-
// bazel-out/
|
|
5012
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
|
|
5013
5013
|
var TemplateSource = class {
|
|
5014
5014
|
constructor(mapping, file) {
|
|
5015
5015
|
this.mapping = mapping;
|
|
@@ -5060,7 +5060,7 @@ var TemplateSourceManager = class {
|
|
|
5060
5060
|
}
|
|
5061
5061
|
};
|
|
5062
5062
|
|
|
5063
|
-
// bazel-out/
|
|
5063
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
|
|
5064
5064
|
import { AST, ASTWithSource as ASTWithSource3, BindingPipe as BindingPipe2, PropertyRead as PropertyRead5, PropertyWrite as PropertyWrite4, SafePropertyRead as SafePropertyRead4, TmplAstBoundAttribute as TmplAstBoundAttribute2, TmplAstBoundEvent, TmplAstElement as TmplAstElement4, TmplAstReference as TmplAstReference4, TmplAstTemplate as TmplAstTemplate3, TmplAstTextAttribute as TmplAstTextAttribute3, TmplAstVariable as TmplAstVariable3 } from "@angular/compiler";
|
|
5065
5065
|
import ts28 from "typescript";
|
|
5066
5066
|
var SymbolBuilder = class {
|
|
@@ -5544,7 +5544,7 @@ function sourceSpanEqual(a, b) {
|
|
|
5544
5544
|
return a.start.offset === b.start.offset && a.end.offset === b.end.offset;
|
|
5545
5545
|
}
|
|
5546
5546
|
|
|
5547
|
-
// bazel-out/
|
|
5547
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
|
|
5548
5548
|
var REGISTRY2 = new DomElementSchemaRegistry2();
|
|
5549
5549
|
var TemplateTypeCheckerImpl = class {
|
|
5550
5550
|
constructor(originalProgram, programDriver, typeCheckAdapter, config, refEmitter, reflector, compilerHost, priorBuild, metaReader, localMetaReader, ngModuleIndex, componentScopeReader, typeCheckScopeRegistry, perf) {
|
|
@@ -6035,18 +6035,27 @@ var TemplateTypeCheckerImpl = class {
|
|
|
6035
6035
|
return scope.ngModule;
|
|
6036
6036
|
}
|
|
6037
6037
|
emit(kind, refTo, inContext) {
|
|
6038
|
+
var _a, _b;
|
|
6038
6039
|
const emittedRef = this.refEmitter.emit(refTo, inContext.getSourceFile());
|
|
6039
6040
|
if (emittedRef.kind === 1) {
|
|
6040
6041
|
return null;
|
|
6041
6042
|
}
|
|
6042
6043
|
const emitted = emittedRef.expression;
|
|
6043
6044
|
if (emitted instanceof WrappedNodeExpr) {
|
|
6044
|
-
|
|
6045
|
+
let isForwardReference = false;
|
|
6046
|
+
if (emitted.node.getStart() > inContext.getStart()) {
|
|
6047
|
+
const declaration = (_b = (_a = this.programDriver.getProgram().getTypeChecker().getTypeAtLocation(emitted.node).getSymbol()) == null ? void 0 : _a.declarations) == null ? void 0 : _b[0];
|
|
6048
|
+
if (declaration && declaration.getSourceFile() === inContext.getSourceFile()) {
|
|
6049
|
+
isForwardReference = true;
|
|
6050
|
+
}
|
|
6051
|
+
}
|
|
6052
|
+
return { kind, symbolName: emitted.node.text, isForwardReference };
|
|
6045
6053
|
} else if (emitted instanceof ExternalExpr2 && emitted.value.moduleName !== null && emitted.value.name !== null) {
|
|
6046
6054
|
return {
|
|
6047
6055
|
kind,
|
|
6048
6056
|
moduleSpecifier: emitted.value.moduleName,
|
|
6049
|
-
symbolName: emitted.value.name
|
|
6057
|
+
symbolName: emitted.value.name,
|
|
6058
|
+
isForwardReference: false
|
|
6050
6059
|
};
|
|
6051
6060
|
}
|
|
6052
6061
|
return null;
|
|
@@ -6229,10 +6238,10 @@ var SingleShimTypeCheckingHost = class extends SingleFileTypeCheckingHost {
|
|
|
6229
6238
|
}
|
|
6230
6239
|
};
|
|
6231
6240
|
|
|
6232
|
-
// bazel-out/
|
|
6241
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
|
|
6233
6242
|
import { TmplAstBoundEvent as TmplAstBoundEvent2 } from "@angular/compiler";
|
|
6234
6243
|
|
|
6235
|
-
// bazel-out/
|
|
6244
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
|
|
6236
6245
|
import { ASTWithSource as ASTWithSource4, RecursiveAstVisitor as RecursiveAstVisitor3 } from "@angular/compiler";
|
|
6237
6246
|
var TemplateCheckWithVisitor = class {
|
|
6238
6247
|
run(ctx, component, template) {
|
|
@@ -6309,7 +6318,7 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor3 {
|
|
|
6309
6318
|
}
|
|
6310
6319
|
};
|
|
6311
6320
|
|
|
6312
|
-
// bazel-out/
|
|
6321
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
|
|
6313
6322
|
var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
|
|
6314
6323
|
constructor() {
|
|
6315
6324
|
super(...arguments);
|
|
@@ -6334,7 +6343,7 @@ var factory = {
|
|
|
6334
6343
|
create: () => new InvalidBananaInBoxCheck()
|
|
6335
6344
|
};
|
|
6336
6345
|
|
|
6337
|
-
// bazel-out/
|
|
6346
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
|
|
6338
6347
|
import { TmplAstTemplate as TmplAstTemplate4 } from "@angular/compiler";
|
|
6339
6348
|
var KNOWN_CONTROL_FLOW_DIRECTIVES = /* @__PURE__ */ new Map([
|
|
6340
6349
|
["ngIf", "NgIf"],
|
|
@@ -6379,7 +6388,7 @@ var factory2 = {
|
|
|
6379
6388
|
}
|
|
6380
6389
|
};
|
|
6381
6390
|
|
|
6382
|
-
// bazel-out/
|
|
6391
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
|
|
6383
6392
|
import { TmplAstTemplate as TmplAstTemplate5 } from "@angular/compiler";
|
|
6384
6393
|
var MissingNgForOfLetCheck = class extends TemplateCheckWithVisitor {
|
|
6385
6394
|
constructor() {
|
|
@@ -6412,7 +6421,7 @@ var factory3 = {
|
|
|
6412
6421
|
create: () => new MissingNgForOfLetCheck()
|
|
6413
6422
|
};
|
|
6414
6423
|
|
|
6415
|
-
// bazel-out/
|
|
6424
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
|
|
6416
6425
|
import { Binary } from "@angular/compiler";
|
|
6417
6426
|
import ts29 from "typescript";
|
|
6418
6427
|
var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -6457,7 +6466,7 @@ var factory4 = {
|
|
|
6457
6466
|
}
|
|
6458
6467
|
};
|
|
6459
6468
|
|
|
6460
|
-
// bazel-out/
|
|
6469
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
|
|
6461
6470
|
import { SafeCall as SafeCall2, SafeKeyedRead as SafeKeyedRead2, SafePropertyRead as SafePropertyRead5 } from "@angular/compiler";
|
|
6462
6471
|
import ts30 from "typescript";
|
|
6463
6472
|
var OptionalChainNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -6503,7 +6512,7 @@ var factory5 = {
|
|
|
6503
6512
|
}
|
|
6504
6513
|
};
|
|
6505
6514
|
|
|
6506
|
-
// bazel-out/
|
|
6515
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
|
|
6507
6516
|
import { TmplAstBoundAttribute as TmplAstBoundAttribute3 } from "@angular/compiler";
|
|
6508
6517
|
var STYLE_SUFFIXES = ["px", "%", "em"];
|
|
6509
6518
|
var SuffixNotSupportedCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -6527,7 +6536,7 @@ var factory6 = {
|
|
|
6527
6536
|
create: () => new SuffixNotSupportedCheck()
|
|
6528
6537
|
};
|
|
6529
6538
|
|
|
6530
|
-
// bazel-out/
|
|
6539
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
|
|
6531
6540
|
import { TmplAstTextAttribute as TmplAstTextAttribute4 } from "@angular/compiler";
|
|
6532
6541
|
var TextAttributeNotBindingSpec = class extends TemplateCheckWithVisitor {
|
|
6533
6542
|
constructor() {
|
|
@@ -6566,10 +6575,10 @@ var factory7 = {
|
|
|
6566
6575
|
create: () => new TextAttributeNotBindingSpec()
|
|
6567
6576
|
};
|
|
6568
6577
|
|
|
6569
|
-
// bazel-out/
|
|
6578
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
6570
6579
|
import ts31 from "typescript";
|
|
6571
6580
|
|
|
6572
|
-
// bazel-out/
|
|
6581
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
|
|
6573
6582
|
var DiagnosticCategoryLabel;
|
|
6574
6583
|
(function(DiagnosticCategoryLabel2) {
|
|
6575
6584
|
DiagnosticCategoryLabel2["Warning"] = "warning";
|
|
@@ -6577,7 +6586,7 @@ var DiagnosticCategoryLabel;
|
|
|
6577
6586
|
DiagnosticCategoryLabel2["Suppress"] = "suppress";
|
|
6578
6587
|
})(DiagnosticCategoryLabel || (DiagnosticCategoryLabel = {}));
|
|
6579
6588
|
|
|
6580
|
-
// bazel-out/
|
|
6589
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
6581
6590
|
var ExtendedTemplateCheckerImpl = class {
|
|
6582
6591
|
constructor(templateTypeChecker, typeChecker, templateCheckFactories, options) {
|
|
6583
6592
|
var _a, _b, _c, _d, _e;
|
|
@@ -6630,7 +6639,7 @@ function assertNever(value) {
|
|
|
6630
6639
|
${value}`);
|
|
6631
6640
|
}
|
|
6632
6641
|
|
|
6633
|
-
// bazel-out/
|
|
6642
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
|
|
6634
6643
|
var ALL_DIAGNOSTIC_FACTORIES = [
|
|
6635
6644
|
factory,
|
|
6636
6645
|
factory4,
|
|
@@ -6641,7 +6650,7 @@ var ALL_DIAGNOSTIC_FACTORIES = [
|
|
|
6641
6650
|
factory6
|
|
6642
6651
|
];
|
|
6643
6652
|
|
|
6644
|
-
// bazel-out/
|
|
6653
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
6645
6654
|
var CompilationTicketKind;
|
|
6646
6655
|
(function(CompilationTicketKind2) {
|
|
6647
6656
|
CompilationTicketKind2[CompilationTicketKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -7347,7 +7356,7 @@ function versionMapFromProgram(program, driver) {
|
|
|
7347
7356
|
return versions;
|
|
7348
7357
|
}
|
|
7349
7358
|
|
|
7350
|
-
// bazel-out/
|
|
7359
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
|
|
7351
7360
|
import ts33 from "typescript";
|
|
7352
7361
|
var DelegatingCompilerHost2 = class {
|
|
7353
7362
|
constructor(delegate) {
|
|
@@ -7492,7 +7501,7 @@ var NgCompilerHost = class extends DelegatingCompilerHost2 {
|
|
|
7492
7501
|
}
|
|
7493
7502
|
};
|
|
7494
7503
|
|
|
7495
|
-
// bazel-out/
|
|
7504
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
7496
7505
|
var NgtscProgram = class {
|
|
7497
7506
|
constructor(rootNames, options, delegateHost, oldProgram) {
|
|
7498
7507
|
this.options = options;
|
|
@@ -7710,15 +7719,15 @@ function mergeEmitResults(emitResults) {
|
|
|
7710
7719
|
return { diagnostics, emitSkipped, emittedFiles };
|
|
7711
7720
|
}
|
|
7712
7721
|
|
|
7713
|
-
// bazel-out/
|
|
7722
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
|
|
7714
7723
|
function createProgram({ rootNames, options, host, oldProgram }) {
|
|
7715
7724
|
return new NgtscProgram(rootNames, options, host, oldProgram);
|
|
7716
7725
|
}
|
|
7717
7726
|
|
|
7718
|
-
// bazel-out/
|
|
7727
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
7719
7728
|
import ts36 from "typescript";
|
|
7720
7729
|
|
|
7721
|
-
// bazel-out/
|
|
7730
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
|
|
7722
7731
|
import ts35 from "typescript";
|
|
7723
7732
|
function createMessageDiagnostic(messageText) {
|
|
7724
7733
|
return {
|
|
@@ -7732,7 +7741,7 @@ function createMessageDiagnostic(messageText) {
|
|
|
7732
7741
|
};
|
|
7733
7742
|
}
|
|
7734
7743
|
|
|
7735
|
-
// bazel-out/
|
|
7744
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
7736
7745
|
var defaultFormatHost = {
|
|
7737
7746
|
getCurrentDirectory: () => ts36.sys.getCurrentDirectory(),
|
|
7738
7747
|
getCanonicalFileName: (fileName) => fileName,
|
|
@@ -7944,4 +7953,4 @@ export {
|
|
|
7944
7953
|
* found in the LICENSE file at https://angular.io/license
|
|
7945
7954
|
*/
|
|
7946
7955
|
// Closure Compiler ignores @suppress and similar if the comment contains @license.
|
|
7947
|
-
//# sourceMappingURL=chunk-
|
|
7956
|
+
//# sourceMappingURL=chunk-HYFCMILZ.js.map
|