@angular/compiler-cli 20.0.0-rc.0 → 20.0.0-rc.1
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-SBWQVXJA.js → chunk-B24NLAZZ.js} +42 -42
- package/bundles/{chunk-SBWQVXJA.js.map → chunk-B24NLAZZ.js.map} +1 -1
- package/bundles/{chunk-2F5IGGXH.js → chunk-BGRGIORD.js} +12 -12
- package/bundles/{chunk-2F5IGGXH.js.map → chunk-BGRGIORD.js.map} +1 -1
- package/bundles/{chunk-UTYYMB4Z.js → chunk-GTZJJ3FS.js} +3 -3
- package/bundles/{chunk-Q6YAKOMH.js → chunk-GU2OJWV5.js} +5 -5
- package/bundles/{chunk-FKXFEX7K.js → chunk-H5Y7P5GQ.js} +3 -3
- package/bundles/{chunk-FKXFEX7K.js.map → chunk-H5Y7P5GQ.js.map} +1 -1
- package/bundles/{chunk-77D5CI2U.js → chunk-NVYT6OPE.js} +7 -7
- package/bundles/{chunk-77D5CI2U.js.map → chunk-NVYT6OPE.js.map} +1 -1
- package/bundles/{chunk-KIC4TVVW.js → chunk-TQ6LMH6Y.js} +31 -31
- package/bundles/{chunk-WNWOEBZS.js → chunk-TTRWAZF3.js} +138 -128
- package/bundles/{chunk-WNWOEBZS.js.map → chunk-TTRWAZF3.js.map} +2 -2
- package/bundles/{chunk-5HL3AR4R.js → chunk-UWOD5VHW.js} +84 -84
- package/bundles/{chunk-5HL3AR4R.js.map → chunk-UWOD5VHW.js.map} +1 -1
- package/bundles/{chunk-37JMVF7H.js → chunk-WIAPFYJX.js} +8 -8
- package/bundles/{chunk-37JMVF7H.js.map → chunk-WIAPFYJX.js.map} +1 -1
- package/bundles/{chunk-Q2WE7ECN.js → chunk-WUCT7QTW.js} +5 -5
- package/bundles/{chunk-Q2WE7ECN.js.map → chunk-WUCT7QTW.js.map} +1 -1
- package/bundles/index.js +12 -12
- package/bundles/index.js.map +1 -1
- package/bundles/linker/babel/index.js +12 -12
- package/bundles/linker/index.js +4 -4
- package/bundles/private/bazel.js +1 -1
- package/bundles/private/localize.js +3 -3
- package/bundles/private/migrations.js +4 -4
- package/bundles/private/tooling.js +6 -6
- 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 +0 -1
- package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
- package/package.json +6 -3
- package/src/ngtsc/annotations/directive/src/query_functions.d.ts +4 -5
- package/src/ngtsc/docs/index.d.ts +1 -1
- /package/bundles/{chunk-UTYYMB4Z.js.map → chunk-GTZJJ3FS.js.map} +0 -0
- /package/bundles/{chunk-Q6YAKOMH.js.map → chunk-GU2OJWV5.js.map} +0 -0
- /package/bundles/{chunk-KIC4TVVW.js.map → chunk-TQ6LMH6Y.js.map} +0 -0
|
@@ -48,23 +48,23 @@ import {
|
|
|
48
48
|
translateStatement,
|
|
49
49
|
translateType,
|
|
50
50
|
typeNodeToValueExpr
|
|
51
|
-
} from "./chunk-
|
|
51
|
+
} from "./chunk-B24NLAZZ.js";
|
|
52
52
|
import {
|
|
53
53
|
PerfCheckpoint,
|
|
54
54
|
PerfEvent,
|
|
55
55
|
PerfPhase
|
|
56
|
-
} from "./chunk-
|
|
56
|
+
} from "./chunk-WUCT7QTW.js";
|
|
57
57
|
import {
|
|
58
58
|
absoluteFrom,
|
|
59
59
|
absoluteFromSourceFile,
|
|
60
60
|
getSourceFileOrError,
|
|
61
61
|
relative
|
|
62
|
-
} from "./chunk-
|
|
62
|
+
} from "./chunk-WIAPFYJX.js";
|
|
63
63
|
import {
|
|
64
64
|
__publicField
|
|
65
65
|
} from "./chunk-KPQ72R34.js";
|
|
66
66
|
|
|
67
|
-
// bazel-out/
|
|
67
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.js
|
|
68
68
|
import { ExternalExpr, ParseLocation, ParseSourceFile, ParseSourceSpan, ReadPropExpr, WrappedNodeExpr } from "@angular/compiler";
|
|
69
69
|
import ts from "typescript";
|
|
70
70
|
var CORE_MODULE = "@angular/core";
|
|
@@ -329,7 +329,7 @@ function isAbstractClassDeclaration(clazz) {
|
|
|
329
329
|
return ts.canHaveModifiers(clazz) && clazz.modifiers !== void 0 ? clazz.modifiers.some((mod) => mod.kind === ts.SyntaxKind.AbstractKeyword) : false;
|
|
330
330
|
}
|
|
331
331
|
|
|
332
|
-
// bazel-out/
|
|
332
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.js
|
|
333
333
|
var DynamicValue = class {
|
|
334
334
|
node;
|
|
335
335
|
reason;
|
|
@@ -422,10 +422,10 @@ var DynamicValue = class {
|
|
|
422
422
|
}
|
|
423
423
|
};
|
|
424
424
|
|
|
425
|
-
// bazel-out/
|
|
425
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.js
|
|
426
426
|
import ts2 from "typescript";
|
|
427
427
|
|
|
428
|
-
// bazel-out/
|
|
428
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.js
|
|
429
429
|
var ResolvedModule = class {
|
|
430
430
|
exports;
|
|
431
431
|
evaluate;
|
|
@@ -460,7 +460,7 @@ var EnumValue = class {
|
|
|
460
460
|
var KnownFn = class {
|
|
461
461
|
};
|
|
462
462
|
|
|
463
|
-
// bazel-out/
|
|
463
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.js
|
|
464
464
|
var ArraySliceBuiltinFn = class extends KnownFn {
|
|
465
465
|
lhs;
|
|
466
466
|
constructor(lhs) {
|
|
@@ -515,7 +515,7 @@ var StringConcatBuiltinFn = class extends KnownFn {
|
|
|
515
515
|
}
|
|
516
516
|
};
|
|
517
517
|
|
|
518
|
-
// bazel-out/
|
|
518
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.js
|
|
519
519
|
var SyntheticValue = class {
|
|
520
520
|
value;
|
|
521
521
|
constructor(value) {
|
|
@@ -523,7 +523,7 @@ var SyntheticValue = class {
|
|
|
523
523
|
}
|
|
524
524
|
};
|
|
525
525
|
|
|
526
|
-
// bazel-out/
|
|
526
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.js
|
|
527
527
|
function literalBinaryOp(op) {
|
|
528
528
|
return { op, literal: true };
|
|
529
529
|
}
|
|
@@ -1104,7 +1104,7 @@ function owningModule(context, override = null) {
|
|
|
1104
1104
|
}
|
|
1105
1105
|
}
|
|
1106
1106
|
|
|
1107
|
-
// bazel-out/
|
|
1107
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.js
|
|
1108
1108
|
var PartialEvaluator = class {
|
|
1109
1109
|
host;
|
|
1110
1110
|
checker;
|
|
@@ -1127,7 +1127,7 @@ var PartialEvaluator = class {
|
|
|
1127
1127
|
}
|
|
1128
1128
|
};
|
|
1129
1129
|
|
|
1130
|
-
// bazel-out/
|
|
1130
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.js
|
|
1131
1131
|
import ts3 from "typescript";
|
|
1132
1132
|
function describeResolvedType(value, maxDepth = 1) {
|
|
1133
1133
|
var _a, _b;
|
|
@@ -1262,14 +1262,14 @@ function getContainerNode(node) {
|
|
|
1262
1262
|
return node.getSourceFile();
|
|
1263
1263
|
}
|
|
1264
1264
|
|
|
1265
|
-
// bazel-out/
|
|
1265
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.js
|
|
1266
1266
|
var OptimizeFor;
|
|
1267
1267
|
(function(OptimizeFor2) {
|
|
1268
1268
|
OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
|
|
1269
1269
|
OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
|
|
1270
1270
|
})(OptimizeFor || (OptimizeFor = {}));
|
|
1271
1271
|
|
|
1272
|
-
// bazel-out/
|
|
1272
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.js
|
|
1273
1273
|
var PotentialImportKind;
|
|
1274
1274
|
(function(PotentialImportKind2) {
|
|
1275
1275
|
PotentialImportKind2[PotentialImportKind2["NgModule"] = 0] = "NgModule";
|
|
@@ -1281,7 +1281,7 @@ var PotentialImportMode;
|
|
|
1281
1281
|
PotentialImportMode2[PotentialImportMode2["ForceDirect"] = 1] = "ForceDirect";
|
|
1282
1282
|
})(PotentialImportMode || (PotentialImportMode = {}));
|
|
1283
1283
|
|
|
1284
|
-
// bazel-out/
|
|
1284
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.js
|
|
1285
1285
|
var CompletionKind;
|
|
1286
1286
|
(function(CompletionKind2) {
|
|
1287
1287
|
CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
|
|
@@ -1289,7 +1289,7 @@ var CompletionKind;
|
|
|
1289
1289
|
CompletionKind2[CompletionKind2["LetDeclaration"] = 2] = "LetDeclaration";
|
|
1290
1290
|
})(CompletionKind || (CompletionKind = {}));
|
|
1291
1291
|
|
|
1292
|
-
// bazel-out/
|
|
1292
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.js
|
|
1293
1293
|
var SymbolKind;
|
|
1294
1294
|
(function(SymbolKind2) {
|
|
1295
1295
|
SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
|
|
@@ -1306,7 +1306,7 @@ var SymbolKind;
|
|
|
1306
1306
|
SymbolKind2[SymbolKind2["LetDeclaration"] = 11] = "LetDeclaration";
|
|
1307
1307
|
})(SymbolKind || (SymbolKind = {}));
|
|
1308
1308
|
|
|
1309
|
-
// bazel-out/
|
|
1309
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.js
|
|
1310
1310
|
import { LiteralExpr, WrappedNodeExpr as WrappedNodeExpr2 } from "@angular/compiler";
|
|
1311
1311
|
import ts4 from "typescript";
|
|
1312
1312
|
function getConstructorDependencies(clazz, reflector, isCore) {
|
|
@@ -1452,10 +1452,10 @@ function createUnsuitableInjectionTokenError(clazz, error) {
|
|
|
1452
1452
|
return new FatalDiagnosticError(ErrorCode.PARAM_MISSING_TOKEN, param.nameNode, chain, hints);
|
|
1453
1453
|
}
|
|
1454
1454
|
|
|
1455
|
-
// bazel-out/
|
|
1455
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.js
|
|
1456
1456
|
import ts12 from "typescript";
|
|
1457
1457
|
|
|
1458
|
-
// bazel-out/
|
|
1458
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.js
|
|
1459
1459
|
var MetaKind;
|
|
1460
1460
|
(function(MetaKind2) {
|
|
1461
1461
|
MetaKind2[MetaKind2["Directive"] = 0] = "Directive";
|
|
@@ -1468,10 +1468,10 @@ var MatchSource;
|
|
|
1468
1468
|
MatchSource2[MatchSource2["HostDirective"] = 1] = "HostDirective";
|
|
1469
1469
|
})(MatchSource || (MatchSource = {}));
|
|
1470
1470
|
|
|
1471
|
-
// bazel-out/
|
|
1471
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.js
|
|
1472
1472
|
import ts6 from "typescript";
|
|
1473
1473
|
|
|
1474
|
-
// bazel-out/
|
|
1474
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.js
|
|
1475
1475
|
var ClassPropertyMapping = class {
|
|
1476
1476
|
forwardMap;
|
|
1477
1477
|
reverseMap;
|
|
@@ -1553,7 +1553,7 @@ function reverseMapFromForwardMap(forwardMap) {
|
|
|
1553
1553
|
return reverseMap;
|
|
1554
1554
|
}
|
|
1555
1555
|
|
|
1556
|
-
// bazel-out/
|
|
1556
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.js
|
|
1557
1557
|
import ts5 from "typescript";
|
|
1558
1558
|
function extractReferencesFromType(checker, def, bestGuessOwningModule) {
|
|
1559
1559
|
if (!ts5.isTupleTypeNode(def)) {
|
|
@@ -1769,7 +1769,7 @@ function isHostDirectiveMetaForGlobalMode(hostDirectiveMeta) {
|
|
|
1769
1769
|
return hostDirectiveMeta.directive instanceof Reference;
|
|
1770
1770
|
}
|
|
1771
1771
|
|
|
1772
|
-
// bazel-out/
|
|
1772
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.js
|
|
1773
1773
|
var DtsMetadataReader = class {
|
|
1774
1774
|
checker;
|
|
1775
1775
|
reflector;
|
|
@@ -1969,7 +1969,7 @@ function readHostDirectivesType(checker, type, bestGuessOwningModule) {
|
|
|
1969
1969
|
return result.length > 0 ? { result, isIncomplete } : null;
|
|
1970
1970
|
}
|
|
1971
1971
|
|
|
1972
|
-
// bazel-out/
|
|
1972
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.js
|
|
1973
1973
|
function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
1974
1974
|
const topMeta = reader.getDirectiveMetadata(dir);
|
|
1975
1975
|
if (topMeta === null) {
|
|
@@ -2033,7 +2033,7 @@ function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
|
2033
2033
|
};
|
|
2034
2034
|
}
|
|
2035
2035
|
|
|
2036
|
-
// bazel-out/
|
|
2036
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.js
|
|
2037
2037
|
var LocalMetadataRegistry = class {
|
|
2038
2038
|
directives = /* @__PURE__ */ new Map();
|
|
2039
2039
|
ngModules = /* @__PURE__ */ new Map();
|
|
@@ -2089,7 +2089,7 @@ var CompoundMetadataRegistry = class {
|
|
|
2089
2089
|
}
|
|
2090
2090
|
};
|
|
2091
2091
|
|
|
2092
|
-
// bazel-out/
|
|
2092
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.js
|
|
2093
2093
|
var ResourceRegistry = class {
|
|
2094
2094
|
externalTemplateToComponentsMap = /* @__PURE__ */ new Map();
|
|
2095
2095
|
componentToTemplateMap = /* @__PURE__ */ new Map();
|
|
@@ -2162,7 +2162,7 @@ var ResourceRegistry = class {
|
|
|
2162
2162
|
}
|
|
2163
2163
|
};
|
|
2164
2164
|
|
|
2165
|
-
// bazel-out/
|
|
2165
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.js
|
|
2166
2166
|
var ExportedProviderStatusResolver = class {
|
|
2167
2167
|
metaReader;
|
|
2168
2168
|
calculating = /* @__PURE__ */ new Set();
|
|
@@ -2207,7 +2207,7 @@ var ExportedProviderStatusResolver = class {
|
|
|
2207
2207
|
}
|
|
2208
2208
|
};
|
|
2209
2209
|
|
|
2210
|
-
// bazel-out/
|
|
2210
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.js
|
|
2211
2211
|
var EMPTY_ARRAY = [];
|
|
2212
2212
|
var HostDirectivesResolver = class {
|
|
2213
2213
|
metaReader;
|
|
@@ -2274,7 +2274,7 @@ function resolveOutput(bindingName) {
|
|
|
2274
2274
|
return bindingName;
|
|
2275
2275
|
}
|
|
2276
2276
|
|
|
2277
|
-
// bazel-out/
|
|
2277
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.js
|
|
2278
2278
|
var CompilationMode;
|
|
2279
2279
|
(function(CompilationMode2) {
|
|
2280
2280
|
CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
|
|
@@ -2288,7 +2288,7 @@ var HandlerPrecedence;
|
|
|
2288
2288
|
HandlerPrecedence2[HandlerPrecedence2["WEAK"] = 2] = "WEAK";
|
|
2289
2289
|
})(HandlerPrecedence || (HandlerPrecedence = {}));
|
|
2290
2290
|
|
|
2291
|
-
// bazel-out/
|
|
2291
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.js
|
|
2292
2292
|
import ts7 from "typescript";
|
|
2293
2293
|
function aliasTransformFactory(exportStatements) {
|
|
2294
2294
|
return () => {
|
|
@@ -2313,10 +2313,10 @@ function aliasTransformFactory(exportStatements) {
|
|
|
2313
2313
|
};
|
|
2314
2314
|
}
|
|
2315
2315
|
|
|
2316
|
-
// bazel-out/
|
|
2316
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.js
|
|
2317
2317
|
import ts8 from "typescript";
|
|
2318
2318
|
|
|
2319
|
-
// bazel-out/
|
|
2319
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.js
|
|
2320
2320
|
var TraitState;
|
|
2321
2321
|
(function(TraitState2) {
|
|
2322
2322
|
TraitState2[TraitState2["Pending"] = 0] = "Pending";
|
|
@@ -2375,7 +2375,7 @@ var TraitImpl = class {
|
|
|
2375
2375
|
}
|
|
2376
2376
|
};
|
|
2377
2377
|
|
|
2378
|
-
// bazel-out/
|
|
2378
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.js
|
|
2379
2379
|
var TraitCompiler = class {
|
|
2380
2380
|
handlers;
|
|
2381
2381
|
reflector;
|
|
@@ -2856,7 +2856,7 @@ function containsErrors(diagnostics) {
|
|
|
2856
2856
|
return diagnostics !== null && diagnostics.some((diag) => diag.category === ts8.DiagnosticCategory.Error);
|
|
2857
2857
|
}
|
|
2858
2858
|
|
|
2859
|
-
// bazel-out/
|
|
2859
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.js
|
|
2860
2860
|
import ts9 from "typescript";
|
|
2861
2861
|
var DtsTransformRegistry = class {
|
|
2862
2862
|
ivyDeclarationTransforms = /* @__PURE__ */ new Map();
|
|
@@ -3006,11 +3006,11 @@ function markForEmitAsSingleLine(node) {
|
|
|
3006
3006
|
ts9.forEachChild(node, markForEmitAsSingleLine);
|
|
3007
3007
|
}
|
|
3008
3008
|
|
|
3009
|
-
// bazel-out/
|
|
3009
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.js
|
|
3010
3010
|
import { ConstantPool } from "@angular/compiler";
|
|
3011
3011
|
import ts11 from "typescript";
|
|
3012
3012
|
|
|
3013
|
-
// bazel-out/
|
|
3013
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.js
|
|
3014
3014
|
import ts10 from "typescript";
|
|
3015
3015
|
function visit(node, visitor, context) {
|
|
3016
3016
|
return visitor._visit(node, context);
|
|
@@ -3069,7 +3069,7 @@ var Visitor = class {
|
|
|
3069
3069
|
}
|
|
3070
3070
|
};
|
|
3071
3071
|
|
|
3072
|
-
// bazel-out/
|
|
3072
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.js
|
|
3073
3073
|
var NO_DECORATORS = /* @__PURE__ */ new Set();
|
|
3074
3074
|
var CLOSURE_FILE_OVERVIEW_REGEXP = /\s+@fileoverview\s+/i;
|
|
3075
3075
|
function ivyTransformFactory(compilation, reflector, importRewriter, defaultImportTracker, localCompilationExtraImportsTracker, perf, isCore, isClosureCompilerEnabled) {
|
|
@@ -3315,7 +3315,7 @@ function nodeArrayFromDecoratorsArray(decorators) {
|
|
|
3315
3315
|
return array;
|
|
3316
3316
|
}
|
|
3317
3317
|
|
|
3318
|
-
// bazel-out/
|
|
3318
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.js
|
|
3319
3319
|
function makeDuplicateDeclarationError(node, data, kind) {
|
|
3320
3320
|
const context = [];
|
|
3321
3321
|
for (const decl of data) {
|
|
@@ -3524,7 +3524,7 @@ function assertLocalCompilationUnresolvedConst(compilationMode, value, nodeToHig
|
|
|
3524
3524
|
}
|
|
3525
3525
|
}
|
|
3526
3526
|
|
|
3527
|
-
// bazel-out/
|
|
3527
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.js
|
|
3528
3528
|
import { ViewEncapsulation } from "@angular/compiler";
|
|
3529
3529
|
import ts13 from "typescript";
|
|
3530
3530
|
function resolveEnumValue(evaluator, metadata, field, enumSymbolName, isCore) {
|
|
@@ -3575,7 +3575,7 @@ function resolveLiteral(decorator, literalCache) {
|
|
|
3575
3575
|
return meta;
|
|
3576
3576
|
}
|
|
3577
3577
|
|
|
3578
|
-
// bazel-out/
|
|
3578
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.js
|
|
3579
3579
|
import { compileDeclareFactoryFunction, compileFactoryFunction } from "@angular/compiler";
|
|
3580
3580
|
function compileNgFactoryDefField(metadata) {
|
|
3581
3581
|
const res = compileFactoryFunction(metadata);
|
|
@@ -3598,7 +3598,7 @@ function compileDeclareFactory(metadata) {
|
|
|
3598
3598
|
};
|
|
3599
3599
|
}
|
|
3600
3600
|
|
|
3601
|
-
// bazel-out/
|
|
3601
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.js
|
|
3602
3602
|
var InjectableClassRegistry = class {
|
|
3603
3603
|
host;
|
|
3604
3604
|
isCore;
|
|
@@ -3626,7 +3626,7 @@ var InjectableClassRegistry = class {
|
|
|
3626
3626
|
}
|
|
3627
3627
|
};
|
|
3628
3628
|
|
|
3629
|
-
// bazel-out/
|
|
3629
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.js
|
|
3630
3630
|
import { ArrowFunctionExpr, LiteralArrayExpr, LiteralExpr as LiteralExpr2, literalMap, WrappedNodeExpr as WrappedNodeExpr3 } from "@angular/compiler";
|
|
3631
3631
|
import ts14 from "typescript";
|
|
3632
3632
|
function extractClassMetadata(clazz, reflection, isCore, annotateForClosureCompiler, angularDecoratorTransform = (dec) => dec) {
|
|
@@ -3714,7 +3714,7 @@ function removeIdentifierReferences(node, names) {
|
|
|
3714
3714
|
return result.transformed[0];
|
|
3715
3715
|
}
|
|
3716
3716
|
|
|
3717
|
-
// bazel-out/
|
|
3717
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/debug_info.js
|
|
3718
3718
|
import { literal as literal2, WrappedNodeExpr as WrappedNodeExpr4 } from "@angular/compiler";
|
|
3719
3719
|
function extractClassDebugInfo(clazz, reflection, compilerHost, rootDirs, forbidOrphanRendering) {
|
|
3720
3720
|
if (!reflection.isClass(clazz)) {
|
|
@@ -3731,13 +3731,13 @@ function extractClassDebugInfo(clazz, reflection, compilerHost, rootDirs, forbid
|
|
|
3731
3731
|
};
|
|
3732
3732
|
}
|
|
3733
3733
|
|
|
3734
|
-
// bazel-out/
|
|
3734
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.js
|
|
3735
3735
|
var NoopReferencesRegistry = class {
|
|
3736
3736
|
add(source, ...references) {
|
|
3737
3737
|
}
|
|
3738
3738
|
};
|
|
3739
3739
|
|
|
3740
|
-
// bazel-out/
|
|
3740
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.js
|
|
3741
3741
|
import { CUSTOM_ELEMENTS_SCHEMA, NO_ERRORS_SCHEMA } from "@angular/compiler";
|
|
3742
3742
|
function extractSchemas(rawExpr, evaluator, context) {
|
|
3743
3743
|
const schemas = [];
|
|
@@ -3767,7 +3767,7 @@ function extractSchemas(rawExpr, evaluator, context) {
|
|
|
3767
3767
|
return schemas;
|
|
3768
3768
|
}
|
|
3769
3769
|
|
|
3770
|
-
// bazel-out/
|
|
3770
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/input_transforms.js
|
|
3771
3771
|
import { outputAst } from "@angular/compiler";
|
|
3772
3772
|
function compileInputTransformFields(inputs) {
|
|
3773
3773
|
const extraFields = [];
|
|
@@ -3785,16 +3785,16 @@ function compileInputTransformFields(inputs) {
|
|
|
3785
3785
|
return extraFields;
|
|
3786
3786
|
}
|
|
3787
3787
|
|
|
3788
|
-
// bazel-out/
|
|
3788
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/jit_declaration_registry.js
|
|
3789
3789
|
var JitDeclarationRegistry = class {
|
|
3790
3790
|
jitDeclarations = /* @__PURE__ */ new Set();
|
|
3791
3791
|
};
|
|
3792
3792
|
|
|
3793
|
-
// bazel-out/
|
|
3793
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.js
|
|
3794
3794
|
import { compileClassDebugInfo, compileHmrInitializer, compileComponentClassMetadata, compileComponentDeclareClassMetadata, compileComponentFromMetadata, compileDeclareComponentFromMetadata, compileDeferResolverFunction, ConstantPool as ConstantPool2, CssSelector as CssSelector5, DEFAULT_INTERPOLATION_CONFIG as DEFAULT_INTERPOLATION_CONFIG2, DomElementSchemaRegistry as DomElementSchemaRegistry3, ExternalExpr as ExternalExpr8, FactoryTarget as FactoryTarget3, makeBindingParser as makeBindingParser3, outputAst as o4, R3TargetBinder as R3TargetBinder2, R3TemplateDependencyKind, SelectorMatcher as SelectorMatcher3, ViewEncapsulation as ViewEncapsulation2 } from "@angular/compiler";
|
|
3795
3795
|
import ts51 from "typescript";
|
|
3796
3796
|
|
|
3797
|
-
// bazel-out/
|
|
3797
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.js
|
|
3798
3798
|
import ts15 from "typescript";
|
|
3799
3799
|
var SemanticSymbol = class {
|
|
3800
3800
|
decl;
|
|
@@ -3813,7 +3813,7 @@ function getSymbolIdentifier(decl) {
|
|
|
3813
3813
|
return decl.name.text;
|
|
3814
3814
|
}
|
|
3815
3815
|
|
|
3816
|
-
// bazel-out/
|
|
3816
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.js
|
|
3817
3817
|
import { ExternalExpr as ExternalExpr2 } from "@angular/compiler";
|
|
3818
3818
|
var OpaqueSymbol = class extends SemanticSymbol {
|
|
3819
3819
|
isPublicApiAffected() {
|
|
@@ -3955,10 +3955,10 @@ function getImportPath(expr) {
|
|
|
3955
3955
|
}
|
|
3956
3956
|
}
|
|
3957
3957
|
|
|
3958
|
-
// bazel-out/
|
|
3958
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.js
|
|
3959
3959
|
import ts16 from "typescript";
|
|
3960
3960
|
|
|
3961
|
-
// bazel-out/
|
|
3961
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.js
|
|
3962
3962
|
function isSymbolEqual(a, b) {
|
|
3963
3963
|
if (a.decl === b.decl) {
|
|
3964
3964
|
return true;
|
|
@@ -4008,7 +4008,7 @@ function isSetEqual(a, b, equalityTester = referenceEquality) {
|
|
|
4008
4008
|
return true;
|
|
4009
4009
|
}
|
|
4010
4010
|
|
|
4011
|
-
// bazel-out/
|
|
4011
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.js
|
|
4012
4012
|
function extractSemanticTypeParameters(node) {
|
|
4013
4013
|
if (!ts16.isClassDeclaration(node) || node.typeParameters === void 0) {
|
|
4014
4014
|
return null;
|
|
@@ -4030,14 +4030,14 @@ function isTypeParameterEqual(a, b) {
|
|
|
4030
4030
|
return a.hasGenericTypeBound === b.hasGenericTypeBound;
|
|
4031
4031
|
}
|
|
4032
4032
|
|
|
4033
|
-
// bazel-out/
|
|
4033
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.js
|
|
4034
4034
|
var ComponentScopeKind;
|
|
4035
4035
|
(function(ComponentScopeKind2) {
|
|
4036
4036
|
ComponentScopeKind2[ComponentScopeKind2["NgModule"] = 0] = "NgModule";
|
|
4037
4037
|
ComponentScopeKind2[ComponentScopeKind2["Standalone"] = 1] = "Standalone";
|
|
4038
4038
|
})(ComponentScopeKind || (ComponentScopeKind = {}));
|
|
4039
4039
|
|
|
4040
|
-
// bazel-out/
|
|
4040
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.js
|
|
4041
4041
|
var CompoundComponentScopeReader = class {
|
|
4042
4042
|
readers;
|
|
4043
4043
|
constructor(readers) {
|
|
@@ -4063,7 +4063,7 @@ var CompoundComponentScopeReader = class {
|
|
|
4063
4063
|
}
|
|
4064
4064
|
};
|
|
4065
4065
|
|
|
4066
|
-
// bazel-out/
|
|
4066
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.js
|
|
4067
4067
|
var MetadataDtsModuleScopeResolver = class {
|
|
4068
4068
|
dtsMetaReader;
|
|
4069
4069
|
aliasingHost;
|
|
@@ -4141,11 +4141,11 @@ var MetadataDtsModuleScopeResolver = class {
|
|
|
4141
4141
|
}
|
|
4142
4142
|
};
|
|
4143
4143
|
|
|
4144
|
-
// bazel-out/
|
|
4144
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.js
|
|
4145
4145
|
import { ExternalExpr as ExternalExpr3 } from "@angular/compiler";
|
|
4146
4146
|
import ts17 from "typescript";
|
|
4147
4147
|
|
|
4148
|
-
// bazel-out/
|
|
4148
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.js
|
|
4149
4149
|
function getDiagnosticNode(ref, rawExpr) {
|
|
4150
4150
|
return rawExpr !== null ? ref.getOriginForDiagnostics(rawExpr) : ref.node.name;
|
|
4151
4151
|
}
|
|
@@ -4171,7 +4171,7 @@ function makeUnknownComponentDeferredImportDiagnostic(ref, rawExpr) {
|
|
|
4171
4171
|
return makeDiagnostic(ErrorCode.COMPONENT_UNKNOWN_DEFERRED_IMPORT, getDiagnosticNode(ref, rawExpr), `Component deferred imports must be standalone components, directives or pipes.`);
|
|
4172
4172
|
}
|
|
4173
4173
|
|
|
4174
|
-
// bazel-out/
|
|
4174
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.js
|
|
4175
4175
|
var IN_PROGRESS_RESOLUTION = {};
|
|
4176
4176
|
var LocalModuleScopeRegistry = class {
|
|
4177
4177
|
localReader;
|
|
@@ -4530,7 +4530,7 @@ function reexportCollision(module, refA, refB) {
|
|
|
4530
4530
|
]);
|
|
4531
4531
|
}
|
|
4532
4532
|
|
|
4533
|
-
// bazel-out/
|
|
4533
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.js
|
|
4534
4534
|
import { CssSelector, SelectorMatcher } from "@angular/compiler";
|
|
4535
4535
|
import ts18 from "typescript";
|
|
4536
4536
|
var TypeCheckScopeRegistry = class {
|
|
@@ -4614,15 +4614,15 @@ var TypeCheckScopeRegistry = class {
|
|
|
4614
4614
|
}
|
|
4615
4615
|
};
|
|
4616
4616
|
|
|
4617
|
-
// bazel-out/
|
|
4617
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.js
|
|
4618
4618
|
import { compileClassMetadata, compileDeclareClassMetadata, compileDeclareDirectiveFromMetadata, compileDirectiveFromMetadata, FactoryTarget, makeBindingParser as makeBindingParser2, R3TargetBinder, WrappedNodeExpr as WrappedNodeExpr8 } from "@angular/compiler";
|
|
4619
4619
|
import ts43 from "typescript";
|
|
4620
4620
|
|
|
4621
|
-
// bazel-out/
|
|
4621
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.js
|
|
4622
4622
|
import { createMayBeForwardRefExpression as createMayBeForwardRefExpression2, emitDistinctChangesOnlyDefaultValue, ExternalExpr as ExternalExpr4, getSafePropertyAccessString, parseHostBindings, ParserError, verifyHostBindings, WrappedNodeExpr as WrappedNodeExpr5 } from "@angular/compiler";
|
|
4623
4623
|
import ts22 from "typescript";
|
|
4624
4624
|
|
|
4625
|
-
// bazel-out/
|
|
4625
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_function_access.js
|
|
4626
4626
|
function validateAccessOfInitializerApiMember({ api, call }, member) {
|
|
4627
4627
|
if (!api.allowedAccessLevels.includes(member.accessLevel)) {
|
|
4628
4628
|
throw new FatalDiagnosticError(ErrorCode.INITIALIZER_API_DISALLOWED_MEMBER_VISIBILITY, call, makeDiagnosticChain(`Cannot use "${api.functionName}" on a class member that is declared as ${classMemberAccessLevelToString(member.accessLevel)}.`, [
|
|
@@ -4631,7 +4631,7 @@ function validateAccessOfInitializerApiMember({ api, call }, member) {
|
|
|
4631
4631
|
}
|
|
4632
4632
|
}
|
|
4633
4633
|
|
|
4634
|
-
// bazel-out/
|
|
4634
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_functions.js
|
|
4635
4635
|
import ts19 from "typescript";
|
|
4636
4636
|
function tryParseInitializerApi(functions, expression, reflector, importTracker) {
|
|
4637
4637
|
if (!ts19.isCallExpression(expression)) {
|
|
@@ -4700,7 +4700,7 @@ function parseTopLevelCallFromNamespace(call, functions, importTracker) {
|
|
|
4700
4700
|
return { api: matchingApi, apiReference, isRequired };
|
|
4701
4701
|
}
|
|
4702
4702
|
|
|
4703
|
-
// bazel-out/
|
|
4703
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_output_parse_options.js
|
|
4704
4704
|
import ts20 from "typescript";
|
|
4705
4705
|
function parseAndValidateInputAndOutputOptions(optionsNode) {
|
|
4706
4706
|
if (!ts20.isObjectLiteralExpression(optionsNode)) {
|
|
@@ -4718,7 +4718,7 @@ function parseAndValidateInputAndOutputOptions(optionsNode) {
|
|
|
4718
4718
|
return { alias };
|
|
4719
4719
|
}
|
|
4720
4720
|
|
|
4721
|
-
// bazel-out/
|
|
4721
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_function.js
|
|
4722
4722
|
var INPUT_INITIALIZER_FN = {
|
|
4723
4723
|
functionName: "input",
|
|
4724
4724
|
owningModule: "@angular/core",
|
|
@@ -4750,7 +4750,7 @@ function tryParseSignalInputMapping(member, reflector, importTracker) {
|
|
|
4750
4750
|
};
|
|
4751
4751
|
}
|
|
4752
4752
|
|
|
4753
|
-
// bazel-out/
|
|
4753
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/model_function.js
|
|
4754
4754
|
var MODEL_INITIALIZER_FN = {
|
|
4755
4755
|
functionName: "model",
|
|
4756
4756
|
owningModule: "@angular/core",
|
|
@@ -4791,7 +4791,7 @@ function tryParseSignalModelMapping(member, reflector, importTracker) {
|
|
|
4791
4791
|
};
|
|
4792
4792
|
}
|
|
4793
4793
|
|
|
4794
|
-
// bazel-out/
|
|
4794
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/output_function.js
|
|
4795
4795
|
var allowedAccessLevels = [
|
|
4796
4796
|
ClassMemberAccessLevel.PublicWritable,
|
|
4797
4797
|
ClassMemberAccessLevel.PublicReadonly,
|
|
@@ -4835,7 +4835,7 @@ function tryParseInitializerBasedOutput(member, reflector, importTracker) {
|
|
|
4835
4835
|
};
|
|
4836
4836
|
}
|
|
4837
4837
|
|
|
4838
|
-
// bazel-out/
|
|
4838
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/query_functions.js
|
|
4839
4839
|
import { createMayBeForwardRefExpression, outputAst as o } from "@angular/compiler";
|
|
4840
4840
|
import ts21 from "typescript";
|
|
4841
4841
|
var queryFunctionNames = [
|
|
@@ -4920,7 +4920,7 @@ function parseDescendantsOption(value) {
|
|
|
4920
4920
|
throw new FatalDiagnosticError(ErrorCode.VALUE_HAS_WRONG_TYPE, value, `Expected "descendants" option to be a boolean literal.`);
|
|
4921
4921
|
}
|
|
4922
4922
|
|
|
4923
|
-
// bazel-out/
|
|
4923
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.js
|
|
4924
4924
|
var EMPTY_OBJECT = {};
|
|
4925
4925
|
var queryDecoratorNames = [
|
|
4926
4926
|
"ViewChild",
|
|
@@ -5760,7 +5760,7 @@ function extractHostBindingResources(nodes) {
|
|
|
5760
5760
|
return result;
|
|
5761
5761
|
}
|
|
5762
5762
|
|
|
5763
|
-
// bazel-out/
|
|
5763
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.js
|
|
5764
5764
|
var DirectiveSymbol = class extends SemanticSymbol {
|
|
5765
5765
|
selector;
|
|
5766
5766
|
inputs;
|
|
@@ -5846,10 +5846,10 @@ function isBaseClassEqual(current, previous) {
|
|
|
5846
5846
|
return isSymbolEqual(current, previous);
|
|
5847
5847
|
}
|
|
5848
5848
|
|
|
5849
|
-
// bazel-out/
|
|
5849
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.js
|
|
5850
5850
|
import { CssSelector as CssSelector4, DomElementSchemaRegistry as DomElementSchemaRegistry2, ExternalExpr as ExternalExpr6, WrappedNodeExpr as WrappedNodeExpr7 } from "@angular/compiler";
|
|
5851
5851
|
|
|
5852
|
-
// bazel-out/
|
|
5852
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.js
|
|
5853
5853
|
var NgOriginalFile = Symbol("NgOriginalFile");
|
|
5854
5854
|
var UpdateMode;
|
|
5855
5855
|
(function(UpdateMode2) {
|
|
@@ -5857,13 +5857,13 @@ var UpdateMode;
|
|
|
5857
5857
|
UpdateMode2[UpdateMode2["Incremental"] = 1] = "Incremental";
|
|
5858
5858
|
})(UpdateMode || (UpdateMode = {}));
|
|
5859
5859
|
|
|
5860
|
-
// bazel-out/
|
|
5860
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.js
|
|
5861
5861
|
import ts24 from "typescript";
|
|
5862
5862
|
|
|
5863
|
-
// bazel-out/
|
|
5863
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.js
|
|
5864
5864
|
import ts23 from "typescript";
|
|
5865
5865
|
|
|
5866
|
-
// bazel-out/
|
|
5866
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.js
|
|
5867
5867
|
var NgExtension = Symbol("NgExtension");
|
|
5868
5868
|
function isExtended(sf) {
|
|
5869
5869
|
return sf[NgExtension] !== void 0;
|
|
@@ -5923,13 +5923,13 @@ function retagTsFile(sf) {
|
|
|
5923
5923
|
}
|
|
5924
5924
|
}
|
|
5925
5925
|
|
|
5926
|
-
// bazel-out/
|
|
5926
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.js
|
|
5927
5927
|
var TS_EXTENSIONS = /\.tsx?$/i;
|
|
5928
5928
|
function makeShimFileName(fileName, suffix) {
|
|
5929
5929
|
return absoluteFrom(fileName.replace(TS_EXTENSIONS, suffix));
|
|
5930
5930
|
}
|
|
5931
5931
|
|
|
5932
|
-
// bazel-out/
|
|
5932
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.js
|
|
5933
5933
|
var ShimAdapter = class {
|
|
5934
5934
|
delegate;
|
|
5935
5935
|
shims = /* @__PURE__ */ new Map();
|
|
@@ -6026,7 +6026,7 @@ var ShimAdapter = class {
|
|
|
6026
6026
|
}
|
|
6027
6027
|
};
|
|
6028
6028
|
|
|
6029
|
-
// bazel-out/
|
|
6029
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.js
|
|
6030
6030
|
var ShimReferenceTagger = class {
|
|
6031
6031
|
suffixes;
|
|
6032
6032
|
tagged = /* @__PURE__ */ new Set();
|
|
@@ -6061,7 +6061,7 @@ var ShimReferenceTagger = class {
|
|
|
6061
6061
|
}
|
|
6062
6062
|
};
|
|
6063
6063
|
|
|
6064
|
-
// bazel-out/
|
|
6064
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.js
|
|
6065
6065
|
var DelegatingCompilerHost = class {
|
|
6066
6066
|
delegate;
|
|
6067
6067
|
createHash;
|
|
@@ -6212,7 +6212,7 @@ var TsCreateProgramDriver = class {
|
|
|
6212
6212
|
}
|
|
6213
6213
|
};
|
|
6214
6214
|
|
|
6215
|
-
// bazel-out/
|
|
6215
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.js
|
|
6216
6216
|
import ts25 from "typescript";
|
|
6217
6217
|
function makeTemplateDiagnostic(id, mapping, span, category, code, messageText, relatedMessages) {
|
|
6218
6218
|
var _a;
|
|
@@ -6323,7 +6323,7 @@ function parseTemplateAsSourceFile(fileName, template) {
|
|
|
6323
6323
|
);
|
|
6324
6324
|
}
|
|
6325
6325
|
|
|
6326
|
-
// bazel-out/
|
|
6326
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.js
|
|
6327
6327
|
var TYPE_CHECK_ID_MAP = Symbol("TypeCheckId");
|
|
6328
6328
|
function getTypeCheckId(clazz) {
|
|
6329
6329
|
const sf = clazz.getSourceFile();
|
|
@@ -6336,11 +6336,11 @@ function getTypeCheckId(clazz) {
|
|
|
6336
6336
|
return sf[TYPE_CHECK_ID_MAP].get(clazz);
|
|
6337
6337
|
}
|
|
6338
6338
|
|
|
6339
|
-
// bazel-out/
|
|
6339
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.js
|
|
6340
6340
|
import { EmptyExpr, ImplicitReceiver, PropertyRead, PropertyWrite, SafePropertyRead, TmplAstLetDeclaration, TmplAstReference, TmplAstTextAttribute } from "@angular/compiler";
|
|
6341
6341
|
import ts27 from "typescript";
|
|
6342
6342
|
|
|
6343
|
-
// bazel-out/
|
|
6343
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.js
|
|
6344
6344
|
import { AbsoluteSourceSpan } from "@angular/compiler";
|
|
6345
6345
|
import ts26 from "typescript";
|
|
6346
6346
|
var parseSpanComment = /^(\d+),(\d+)$/;
|
|
@@ -6471,7 +6471,7 @@ function hasExpressionIdentifier(sourceFile, node, identifier) {
|
|
|
6471
6471
|
}) || false;
|
|
6472
6472
|
}
|
|
6473
6473
|
|
|
6474
|
-
// bazel-out/
|
|
6474
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.js
|
|
6475
6475
|
var CompletionEngine = class {
|
|
6476
6476
|
tcb;
|
|
6477
6477
|
data;
|
|
@@ -6638,7 +6638,7 @@ var CompletionEngine = class {
|
|
|
6638
6638
|
}
|
|
6639
6639
|
};
|
|
6640
6640
|
|
|
6641
|
-
// bazel-out/
|
|
6641
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.js
|
|
6642
6642
|
import { ParseSourceFile as ParseSourceFile2 } from "@angular/compiler";
|
|
6643
6643
|
|
|
6644
6644
|
// node_modules/magic-string/dist/magic-string.es.mjs
|
|
@@ -7681,10 +7681,10 @@ var MagicString = class {
|
|
|
7681
7681
|
}
|
|
7682
7682
|
};
|
|
7683
7683
|
|
|
7684
|
-
// bazel-out/
|
|
7684
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.js
|
|
7685
7685
|
import ts41 from "typescript";
|
|
7686
7686
|
|
|
7687
|
-
// bazel-out/
|
|
7687
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.js
|
|
7688
7688
|
import { DomElementSchemaRegistry } from "@angular/compiler";
|
|
7689
7689
|
import ts28 from "typescript";
|
|
7690
7690
|
var REGISTRY = new DomElementSchemaRegistry();
|
|
@@ -7750,10 +7750,10 @@ var RegistryDomSchemaChecker = class {
|
|
|
7750
7750
|
}
|
|
7751
7751
|
};
|
|
7752
7752
|
|
|
7753
|
-
// bazel-out/
|
|
7753
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.js
|
|
7754
7754
|
import ts34 from "typescript";
|
|
7755
7755
|
|
|
7756
|
-
// bazel-out/
|
|
7756
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/reference_emit_environment.js
|
|
7757
7757
|
import { ExpressionType, ExternalExpr as ExternalExpr5, TypeModifier } from "@angular/compiler";
|
|
7758
7758
|
var ReferenceEmitEnvironment = class {
|
|
7759
7759
|
importManager;
|
|
@@ -7788,7 +7788,7 @@ var ReferenceEmitEnvironment = class {
|
|
|
7788
7788
|
}
|
|
7789
7789
|
};
|
|
7790
7790
|
|
|
7791
|
-
// bazel-out/
|
|
7791
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.js
|
|
7792
7792
|
import ts29 from "typescript";
|
|
7793
7793
|
var SAFE_TO_CAST_WITHOUT_PARENS = /* @__PURE__ */ new Set([
|
|
7794
7794
|
ts29.SyntaxKind.ParenthesizedExpression,
|
|
@@ -7879,15 +7879,15 @@ function tsNumericExpression(value) {
|
|
|
7879
7879
|
return ts29.factory.createNumericLiteral(value);
|
|
7880
7880
|
}
|
|
7881
7881
|
|
|
7882
|
-
// bazel-out/
|
|
7882
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.js
|
|
7883
7883
|
import { ExpressionType as ExpressionType2, R3Identifiers as R3Identifiers2, WrappedNodeExpr as WrappedNodeExpr6 } from "@angular/compiler";
|
|
7884
7884
|
import ts33 from "typescript";
|
|
7885
7885
|
|
|
7886
|
-
// bazel-out/
|
|
7886
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.js
|
|
7887
7887
|
import { R3Identifiers } from "@angular/compiler";
|
|
7888
7888
|
import ts32 from "typescript";
|
|
7889
7889
|
|
|
7890
|
-
// bazel-out/
|
|
7890
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.js
|
|
7891
7891
|
import ts30 from "typescript";
|
|
7892
7892
|
var TypeParameterEmitter = class {
|
|
7893
7893
|
typeParameters;
|
|
@@ -7967,7 +7967,7 @@ var TypeParameterEmitter = class {
|
|
|
7967
7967
|
}
|
|
7968
7968
|
};
|
|
7969
7969
|
|
|
7970
|
-
// bazel-out/
|
|
7970
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/host_bindings.js
|
|
7971
7971
|
import { BindingType, CssSelector as CssSelector2, makeBindingParser, TmplAstBoundAttribute, TmplAstBoundEvent, TmplAstHostElement, AbsoluteSourceSpan as AbsoluteSourceSpan2, ParseSpan, PropertyRead as PropertyRead2, ParsedEventType, Call, ThisReceiver, KeyedRead, LiteralPrimitive, RecursiveAstVisitor, ASTWithName, SafeCall, ImplicitReceiver as ImplicitReceiver2 } from "@angular/compiler";
|
|
7972
7972
|
import ts31 from "typescript";
|
|
7973
7973
|
var GUARD_COMMENT_TEXT = "hostBindingsBlockGuard";
|
|
@@ -8193,7 +8193,7 @@ var ReplaceSpanVisitor = class extends RecursiveAstVisitor {
|
|
|
8193
8193
|
}
|
|
8194
8194
|
};
|
|
8195
8195
|
|
|
8196
|
-
// bazel-out/
|
|
8196
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.js
|
|
8197
8197
|
var TCB_FILE_IMPORT_GRAPH_PREPARE_IDENTIFIERS = [
|
|
8198
8198
|
R3Identifiers.InputSignalBrandWriteType
|
|
8199
8199
|
];
|
|
@@ -8317,7 +8317,7 @@ function findNodeInFile(file, predicate) {
|
|
|
8317
8317
|
return (_a = ts32.forEachChild(file, visit2)) != null ? _a : null;
|
|
8318
8318
|
}
|
|
8319
8319
|
|
|
8320
|
-
// bazel-out/
|
|
8320
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.js
|
|
8321
8321
|
function generateTypeCtorDeclarationFn(env, meta, nodeTypeRef, typeParams) {
|
|
8322
8322
|
const rawTypeArgs = typeParams !== void 0 ? generateGenericArgs(typeParams) : void 0;
|
|
8323
8323
|
const rawType = ts33.factory.createTypeReferenceNode(nodeTypeRef, rawTypeArgs);
|
|
@@ -8440,7 +8440,7 @@ function typeParametersWithDefaultTypes(params) {
|
|
|
8440
8440
|
});
|
|
8441
8441
|
}
|
|
8442
8442
|
|
|
8443
|
-
// bazel-out/
|
|
8443
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.js
|
|
8444
8444
|
var Environment = class extends ReferenceEmitEnvironment {
|
|
8445
8445
|
config;
|
|
8446
8446
|
nextIds = {
|
|
@@ -8513,7 +8513,7 @@ var Environment = class extends ReferenceEmitEnvironment {
|
|
|
8513
8513
|
}
|
|
8514
8514
|
};
|
|
8515
8515
|
|
|
8516
|
-
// bazel-out/
|
|
8516
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.js
|
|
8517
8517
|
import { AbsoluteSourceSpan as AbsoluteSourceSpan3, TmplAstBoundEvent as TmplAstBoundEvent2, TmplAstComponent, TmplAstDirective, TmplAstElement } from "@angular/compiler";
|
|
8518
8518
|
import ts35 from "typescript";
|
|
8519
8519
|
var OutOfBandDiagnosticRecorderImpl = class {
|
|
@@ -8733,7 +8733,7 @@ function makeInlineDiagnostic(id, code, node, messageText, relatedInformation) {
|
|
|
8733
8733
|
};
|
|
8734
8734
|
}
|
|
8735
8735
|
|
|
8736
|
-
// bazel-out/
|
|
8736
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.js
|
|
8737
8737
|
import ts36 from "typescript";
|
|
8738
8738
|
var TypeCheckShimGenerator = class {
|
|
8739
8739
|
extensionPrefix = "ngtypecheck";
|
|
@@ -8749,11 +8749,11 @@ var TypeCheckShimGenerator = class {
|
|
|
8749
8749
|
}
|
|
8750
8750
|
};
|
|
8751
8751
|
|
|
8752
|
-
// bazel-out/
|
|
8752
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.js
|
|
8753
8753
|
import { BindingPipe, BindingType as BindingType2, Call as Call3, createCssSelectorFromNode, CssSelector as CssSelector3, DYNAMIC_TYPE, ImplicitReceiver as ImplicitReceiver3, ParsedEventType as ParsedEventType2, PropertyRead as PropertyRead4, PropertyWrite as PropertyWrite2, R3Identifiers as R3Identifiers3, SafeCall as SafeCall2, SafePropertyRead as SafePropertyRead3, SelectorMatcher as SelectorMatcher2, ThisReceiver as ThisReceiver2, TmplAstBoundAttribute as TmplAstBoundAttribute2, TmplAstBoundText, TmplAstContent, TmplAstDeferredBlock, TmplAstElement as TmplAstElement2, TmplAstForLoopBlock, TmplAstIcu, TmplAstIfBlock, TmplAstIfBlockBranch, TmplAstLetDeclaration as TmplAstLetDeclaration2, TmplAstReference as TmplAstReference2, TmplAstSwitchBlock, TmplAstTemplate, TmplAstText, TmplAstTextAttribute as TmplAstTextAttribute2, TmplAstVariable, TmplAstHostElement as TmplAstHostElement2, TransplantedType, TmplAstComponent as TmplAstComponent2, TmplAstDirective as TmplAstDirective2 } from "@angular/compiler";
|
|
8754
8754
|
import ts39 from "typescript";
|
|
8755
8755
|
|
|
8756
|
-
// bazel-out/
|
|
8756
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.js
|
|
8757
8757
|
import { AbsoluteSourceSpan as AbsoluteSourceSpan4 } from "@angular/compiler";
|
|
8758
8758
|
import ts37 from "typescript";
|
|
8759
8759
|
function wrapForDiagnostics(expr) {
|
|
@@ -8809,7 +8809,7 @@ function translateDiagnostic(diagnostic, resolver) {
|
|
|
8809
8809
|
return makeTemplateDiagnostic(sourceLocation.id, templateSourceMapping, span, diagnostic.category, diagnostic.code, diagnostic.messageText);
|
|
8810
8810
|
}
|
|
8811
8811
|
|
|
8812
|
-
// bazel-out/
|
|
8812
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.js
|
|
8813
8813
|
import { ASTWithSource, Call as Call2, EmptyExpr as EmptyExpr2, PropertyRead as PropertyRead3, SafeKeyedRead, SafePropertyRead as SafePropertyRead2 } from "@angular/compiler";
|
|
8814
8814
|
import ts38 from "typescript";
|
|
8815
8815
|
var ANY_EXPRESSION = ts38.factory.createAsExpression(ts38.factory.createNumericLiteral("0"), ts38.factory.createKeywordTypeNode(ts38.SyntaxKind.AnyKeyword));
|
|
@@ -9203,7 +9203,7 @@ var _VeSafeLhsInferenceBugDetector = class {
|
|
|
9203
9203
|
var VeSafeLhsInferenceBugDetector = _VeSafeLhsInferenceBugDetector;
|
|
9204
9204
|
__publicField(VeSafeLhsInferenceBugDetector, "SINGLETON", new _VeSafeLhsInferenceBugDetector());
|
|
9205
9205
|
|
|
9206
|
-
// bazel-out/
|
|
9206
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.js
|
|
9207
9207
|
var TcbGenericContextBehavior;
|
|
9208
9208
|
(function(TcbGenericContextBehavior2) {
|
|
9209
9209
|
TcbGenericContextBehavior2[TcbGenericContextBehavior2["UseEmitter"] = 0] = "UseEmitter";
|
|
@@ -11092,7 +11092,7 @@ function getComponentTagName(node) {
|
|
|
11092
11092
|
return node.tagName || "ng-component";
|
|
11093
11093
|
}
|
|
11094
11094
|
|
|
11095
|
-
// bazel-out/
|
|
11095
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.js
|
|
11096
11096
|
import ts40 from "typescript";
|
|
11097
11097
|
var TypeCheckFile = class extends Environment {
|
|
11098
11098
|
fileName;
|
|
@@ -11141,7 +11141,7 @@ var TypeCheckFile = class extends Environment {
|
|
|
11141
11141
|
}
|
|
11142
11142
|
};
|
|
11143
11143
|
|
|
11144
|
-
// bazel-out/
|
|
11144
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.js
|
|
11145
11145
|
var InliningMode;
|
|
11146
11146
|
(function(InliningMode2) {
|
|
11147
11147
|
InliningMode2[InliningMode2["InlineOps"] = 0] = "InlineOps";
|
|
@@ -11426,10 +11426,10 @@ var TypeCtorOp = class {
|
|
|
11426
11426
|
}
|
|
11427
11427
|
};
|
|
11428
11428
|
|
|
11429
|
-
// bazel-out/
|
|
11429
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.js
|
|
11430
11430
|
import { ParseLocation as ParseLocation2, ParseSourceSpan as ParseSourceSpan2 } from "@angular/compiler";
|
|
11431
11431
|
|
|
11432
|
-
// bazel-out/
|
|
11432
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.js
|
|
11433
11433
|
var LF_CHAR = 10;
|
|
11434
11434
|
var CR_CHAR = 13;
|
|
11435
11435
|
var LINE_SEP_CHAR = 8232;
|
|
@@ -11470,7 +11470,7 @@ function findClosestLineStartPosition(linesMap, position, low = 0, high = linesM
|
|
|
11470
11470
|
return low - 1;
|
|
11471
11471
|
}
|
|
11472
11472
|
|
|
11473
|
-
// bazel-out/
|
|
11473
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.js
|
|
11474
11474
|
var Source = class {
|
|
11475
11475
|
mapping;
|
|
11476
11476
|
file;
|
|
@@ -11536,7 +11536,7 @@ var DirectiveSourceManager = class {
|
|
|
11536
11536
|
}
|
|
11537
11537
|
};
|
|
11538
11538
|
|
|
11539
|
-
// bazel-out/
|
|
11539
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.js
|
|
11540
11540
|
import { AST, ASTWithName as ASTWithName2, ASTWithSource as ASTWithSource2, BindingPipe as BindingPipe2, PropertyRead as PropertyRead5, PropertyWrite as PropertyWrite3, R3Identifiers as R3Identifiers4, SafePropertyRead as SafePropertyRead4, TmplAstBoundAttribute as TmplAstBoundAttribute3, TmplAstBoundEvent as TmplAstBoundEvent3, TmplAstElement as TmplAstElement3, TmplAstLetDeclaration as TmplAstLetDeclaration3, TmplAstReference as TmplAstReference3, TmplAstTemplate as TmplAstTemplate2, TmplAstTextAttribute as TmplAstTextAttribute3, TmplAstVariable as TmplAstVariable2 } from "@angular/compiler";
|
|
11541
11541
|
import ts42 from "typescript";
|
|
11542
11542
|
var SymbolBuilder = class {
|
|
@@ -12154,7 +12154,7 @@ function collectClassesWithName(sourceFile, className) {
|
|
|
12154
12154
|
return classes;
|
|
12155
12155
|
}
|
|
12156
12156
|
|
|
12157
|
-
// bazel-out/
|
|
12157
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.js
|
|
12158
12158
|
var REGISTRY2 = new DomElementSchemaRegistry2();
|
|
12159
12159
|
var TemplateTypeCheckerImpl = class {
|
|
12160
12160
|
originalProgram;
|
|
@@ -12881,7 +12881,7 @@ var SingleShimTypeCheckingHost = class extends SingleFileTypeCheckingHost {
|
|
|
12881
12881
|
}
|
|
12882
12882
|
};
|
|
12883
12883
|
|
|
12884
|
-
// bazel-out/
|
|
12884
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.js
|
|
12885
12885
|
var FIELD_DECORATORS = [
|
|
12886
12886
|
"Input",
|
|
12887
12887
|
"Output",
|
|
@@ -13140,11 +13140,11 @@ var DirectiveDecoratorHandler = class {
|
|
|
13140
13140
|
}
|
|
13141
13141
|
};
|
|
13142
13142
|
|
|
13143
|
-
// bazel-out/
|
|
13143
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.js
|
|
13144
13144
|
import { compileClassMetadata as compileClassMetadata2, compileDeclareClassMetadata as compileDeclareClassMetadata2, compileDeclareInjectorFromMetadata, compileDeclareNgModuleFromMetadata, compileInjector, compileNgModule, ExternalExpr as ExternalExpr7, FactoryTarget as FactoryTarget2, FunctionExpr, InvokeFunctionExpr, LiteralArrayExpr as LiteralArrayExpr2, R3Identifiers as R3Identifiers5, R3NgModuleMetadataKind, R3SelectorScopeMode, ReturnStatement, WrappedNodeExpr as WrappedNodeExpr9 } from "@angular/compiler";
|
|
13145
13145
|
import ts45 from "typescript";
|
|
13146
13146
|
|
|
13147
|
-
// bazel-out/
|
|
13147
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.js
|
|
13148
13148
|
import ts44 from "typescript";
|
|
13149
13149
|
function createModuleWithProvidersResolver(reflector, isCore) {
|
|
13150
13150
|
function _reflectModuleFromTypeParam(type, node) {
|
|
@@ -13216,7 +13216,7 @@ function isResolvedModuleWithProviders(sv) {
|
|
|
13216
13216
|
return typeof sv.value === "object" && sv.value != null && sv.value.hasOwnProperty("ngModule") && sv.value.hasOwnProperty("mwpCall");
|
|
13217
13217
|
}
|
|
13218
13218
|
|
|
13219
|
-
// bazel-out/
|
|
13219
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.js
|
|
13220
13220
|
var NgModuleSymbol = class extends SemanticSymbol {
|
|
13221
13221
|
hasProviders;
|
|
13222
13222
|
remotelyScopedComponents = [];
|
|
@@ -13416,7 +13416,17 @@ var NgModuleDecoratorHandler = class {
|
|
|
13416
13416
|
}
|
|
13417
13417
|
}
|
|
13418
13418
|
}
|
|
13419
|
-
|
|
13419
|
+
let schemas;
|
|
13420
|
+
try {
|
|
13421
|
+
schemas = this.compilationMode !== CompilationMode.LOCAL && ngModule.has("schemas") ? extractSchemas(ngModule.get("schemas"), this.evaluator, "NgModule") : [];
|
|
13422
|
+
} catch (e) {
|
|
13423
|
+
if (e instanceof FatalDiagnosticError) {
|
|
13424
|
+
diagnostics.push(e.toDiagnostic());
|
|
13425
|
+
schemas = [];
|
|
13426
|
+
} else {
|
|
13427
|
+
throw e;
|
|
13428
|
+
}
|
|
13429
|
+
}
|
|
13420
13430
|
let id = null;
|
|
13421
13431
|
if (ngModule.has("id")) {
|
|
13422
13432
|
const idExpr = ngModule.get("id");
|
|
@@ -13857,7 +13867,7 @@ function isSyntheticReference(ref) {
|
|
|
13857
13867
|
return ref.synthetic;
|
|
13858
13868
|
}
|
|
13859
13869
|
|
|
13860
|
-
// bazel-out/
|
|
13870
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.js
|
|
13861
13871
|
function makeCyclicImportInfo(ref, type, cycle) {
|
|
13862
13872
|
const name = ref.debugName || "(unknown)";
|
|
13863
13873
|
const path = cycle.getPath().map((sf) => sf.fileName).join(" -> ");
|
|
@@ -13880,7 +13890,7 @@ function checkCustomElementSelectorForErrors(selector) {
|
|
|
13880
13890
|
return null;
|
|
13881
13891
|
}
|
|
13882
13892
|
|
|
13883
|
-
// bazel-out/
|
|
13893
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.js
|
|
13884
13894
|
import { DEFAULT_INTERPOLATION_CONFIG, InterpolationConfig, ParseSourceFile as ParseSourceFile3, parseTemplate } from "@angular/compiler";
|
|
13885
13895
|
import ts46 from "typescript";
|
|
13886
13896
|
function getTemplateDeclarationNodeForError(declaration) {
|
|
@@ -14255,7 +14265,7 @@ function _extractTemplateStyleUrls(template) {
|
|
|
14255
14265
|
}));
|
|
14256
14266
|
}
|
|
14257
14267
|
|
|
14258
|
-
// bazel-out/
|
|
14268
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.js
|
|
14259
14269
|
var ComponentSymbol = class extends DirectiveSymbol {
|
|
14260
14270
|
usedDirectives = [];
|
|
14261
14271
|
usedPipes = [];
|
|
@@ -14287,7 +14297,7 @@ var ComponentSymbol = class extends DirectiveSymbol {
|
|
|
14287
14297
|
}
|
|
14288
14298
|
};
|
|
14289
14299
|
|
|
14290
|
-
// bazel-out/
|
|
14300
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.js
|
|
14291
14301
|
import ts47 from "typescript";
|
|
14292
14302
|
function collectAnimationNames(value, animationTriggerNames) {
|
|
14293
14303
|
if (value instanceof Map) {
|
|
@@ -14378,10 +14388,10 @@ function isLikelyModuleWithProviders(value) {
|
|
|
14378
14388
|
return false;
|
|
14379
14389
|
}
|
|
14380
14390
|
|
|
14381
|
-
// bazel-out/
|
|
14391
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/hmr/src/metadata.js
|
|
14382
14392
|
import { outputAst as o3 } from "@angular/compiler";
|
|
14383
14393
|
|
|
14384
|
-
// bazel-out/
|
|
14394
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/hmr/src/extract_dependencies.js
|
|
14385
14395
|
import { outputAst as o2 } from "@angular/compiler";
|
|
14386
14396
|
import ts48 from "typescript";
|
|
14387
14397
|
function extractHmrDependencies(node, definition, factory, deferBlockMetadata, classMetadata, debugInfo, reflection, evaluator) {
|
|
@@ -14593,7 +14603,7 @@ function isConstEnumReference(node, reflection) {
|
|
|
14593
14603
|
return declaration !== null && ts48.isEnumDeclaration(declaration.node) && !!((_a = declaration.node.modifiers) == null ? void 0 : _a.some((m) => m.kind === ts48.SyntaxKind.ConstKeyword));
|
|
14594
14604
|
}
|
|
14595
14605
|
|
|
14596
|
-
// bazel-out/
|
|
14606
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/hmr/src/metadata.js
|
|
14597
14607
|
import ts49 from "typescript";
|
|
14598
14608
|
function extractHmrMetatadata(clazz, reflection, evaluator, compilerHost, rootDirs, definition, factory, deferBlockMetadata, classMetadata, debugInfo) {
|
|
14599
14609
|
if (!reflection.isClass(clazz)) {
|
|
@@ -14615,7 +14625,7 @@ function extractHmrMetatadata(clazz, reflection, evaluator, compilerHost, rootDi
|
|
|
14615
14625
|
return meta;
|
|
14616
14626
|
}
|
|
14617
14627
|
|
|
14618
|
-
// bazel-out/
|
|
14628
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/hmr/src/update_declaration.js
|
|
14619
14629
|
import { compileHmrUpdateCallback } from "@angular/compiler";
|
|
14620
14630
|
import ts50 from "typescript";
|
|
14621
14631
|
function getHmrUpdateDeclaration(compilationResults, constantStatements, meta, declaration) {
|
|
@@ -14652,7 +14662,7 @@ var HmrModuleImportRewriter = class {
|
|
|
14652
14662
|
}
|
|
14653
14663
|
};
|
|
14654
14664
|
|
|
14655
|
-
// bazel-out/
|
|
14665
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.js
|
|
14656
14666
|
var EMPTY_ARRAY2 = [];
|
|
14657
14667
|
var isUsedDirective = (decl) => decl.kind === R3TemplateDependencyKind.Directive;
|
|
14658
14668
|
var isUsedPipe = (decl) => decl.kind === R3TemplateDependencyKind.Pipe;
|
|
@@ -15888,7 +15898,7 @@ function isDefaultImport(node) {
|
|
|
15888
15898
|
return node.importClause !== void 0 && node.importClause.namedBindings === void 0;
|
|
15889
15899
|
}
|
|
15890
15900
|
|
|
15891
|
-
// bazel-out/
|
|
15901
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.js
|
|
15892
15902
|
import { compileClassMetadata as compileClassMetadata3, compileDeclareClassMetadata as compileDeclareClassMetadata3, compileDeclareInjectableFromMetadata, compileInjectable, createMayBeForwardRefExpression as createMayBeForwardRefExpression3, FactoryTarget as FactoryTarget4, LiteralExpr as LiteralExpr3, WrappedNodeExpr as WrappedNodeExpr10 } from "@angular/compiler";
|
|
15893
15903
|
import ts52 from "typescript";
|
|
15894
15904
|
var InjectableDecoratorHandler = class {
|
|
@@ -16129,7 +16139,7 @@ function getDep(dep, reflector) {
|
|
|
16129
16139
|
return meta;
|
|
16130
16140
|
}
|
|
16131
16141
|
|
|
16132
|
-
// bazel-out/
|
|
16142
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.js
|
|
16133
16143
|
import { compileClassMetadata as compileClassMetadata4, compileDeclareClassMetadata as compileDeclareClassMetadata4, compileDeclarePipeFromMetadata, compilePipeFromMetadata, FactoryTarget as FactoryTarget5 } from "@angular/compiler";
|
|
16134
16144
|
import ts53 from "typescript";
|
|
16135
16145
|
var PipeSymbol = class extends SemanticSymbol {
|
|
@@ -16378,4 +16388,4 @@ export {
|
|
|
16378
16388
|
* Use of this source code is governed by an MIT-style license that can be
|
|
16379
16389
|
* found in the LICENSE file at https://angular.dev/license
|
|
16380
16390
|
*/
|
|
16381
|
-
//# sourceMappingURL=chunk-
|
|
16391
|
+
//# sourceMappingURL=chunk-TTRWAZF3.js.map
|