@angular/compiler-cli 19.2.7 → 19.2.9
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-STORTTKY.js → chunk-37JMVF7H.js} +8 -8
- package/bundles/{chunk-5UDS2TPQ.js → chunk-77D5CI2U.js} +7 -7
- package/bundles/{chunk-GBKXY6BH.js → chunk-FKXFEX7K.js} +3 -3
- package/bundles/{chunk-UN7XKKEG.js → chunk-GGNEM2AI.js} +3 -3
- package/bundles/{chunk-DOIZMHHW.js → chunk-GGYBKDGO.js} +108 -94
- package/bundles/chunk-GGYBKDGO.js.map +6 -0
- package/bundles/{chunk-DQSPY33N.js → chunk-ISOL2WT5.js} +12 -12
- package/bundles/{chunk-TB4JL33M.js → chunk-IYDTONLQ.js} +31 -31
- package/bundles/{chunk-NJFWM5E6.js → chunk-NNCRCOQI.js} +5 -5
- package/bundles/{chunk-I6R3GL3L.js → chunk-Q2WE7ECN.js} +5 -5
- package/bundles/{chunk-2ACG2EMN.js → chunk-X2KDZPBI.js} +128 -126
- package/bundles/chunk-X2KDZPBI.js.map +6 -0
- package/bundles/{chunk-XAXYS4JB.js → chunk-XRSJELB6.js} +42 -42
- 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 +1 -1
- 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/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
- package/package.json +2 -2
- package/src/ngtsc/docs/src/entities.d.ts +2 -0
- package/src/ngtsc/metadata/src/api.d.ts +1 -0
- package/bundles/chunk-2ACG2EMN.js.map +0 -6
- package/bundles/chunk-DOIZMHHW.js.map +0 -6
- /package/bundles/{chunk-STORTTKY.js.map → chunk-37JMVF7H.js.map} +0 -0
- /package/bundles/{chunk-5UDS2TPQ.js.map → chunk-77D5CI2U.js.map} +0 -0
- /package/bundles/{chunk-GBKXY6BH.js.map → chunk-FKXFEX7K.js.map} +0 -0
- /package/bundles/{chunk-UN7XKKEG.js.map → chunk-GGNEM2AI.js.map} +0 -0
- /package/bundles/{chunk-DQSPY33N.js.map → chunk-ISOL2WT5.js.map} +0 -0
- /package/bundles/{chunk-TB4JL33M.js.map → chunk-IYDTONLQ.js.map} +0 -0
- /package/bundles/{chunk-NJFWM5E6.js.map → chunk-NNCRCOQI.js.map} +0 -0
- /package/bundles/{chunk-I6R3GL3L.js.map → chunk-Q2WE7ECN.js.map} +0 -0
- /package/bundles/{chunk-XAXYS4JB.js.map → chunk-XRSJELB6.js.map} +0 -0
|
@@ -48,23 +48,23 @@ import {
|
|
|
48
48
|
translateStatement,
|
|
49
49
|
translateType,
|
|
50
50
|
typeNodeToValueExpr
|
|
51
|
-
} from "./chunk-
|
|
51
|
+
} from "./chunk-XRSJELB6.js";
|
|
52
52
|
import {
|
|
53
53
|
PerfCheckpoint,
|
|
54
54
|
PerfEvent,
|
|
55
55
|
PerfPhase
|
|
56
|
-
} from "./chunk-
|
|
56
|
+
} from "./chunk-Q2WE7ECN.js";
|
|
57
57
|
import {
|
|
58
58
|
absoluteFrom,
|
|
59
59
|
absoluteFromSourceFile,
|
|
60
60
|
getSourceFileOrError,
|
|
61
61
|
relative
|
|
62
|
-
} from "./chunk-
|
|
62
|
+
} from "./chunk-37JMVF7H.js";
|
|
63
63
|
import {
|
|
64
64
|
__publicField
|
|
65
65
|
} from "./chunk-KPQ72R34.js";
|
|
66
66
|
|
|
67
|
-
// bazel-out/
|
|
67
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
|
|
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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
|
|
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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
426
426
|
import ts2 from "typescript";
|
|
427
427
|
|
|
428
|
-
// bazel-out/
|
|
428
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
|
|
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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
|
|
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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
|
|
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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
|
|
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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
|
|
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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
|
|
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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
|
|
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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
|
|
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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
|
|
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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
|
|
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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
|
|
1456
1456
|
import ts12 from "typescript";
|
|
1457
1457
|
|
|
1458
|
-
// bazel-out/
|
|
1458
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
|
|
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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
1472
1472
|
import ts6 from "typescript";
|
|
1473
1473
|
|
|
1474
|
-
// bazel-out/
|
|
1474
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
|
|
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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
|
|
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/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
1773
1773
|
var DtsMetadataReader = class {
|
|
1774
1774
|
checker;
|
|
1775
1775
|
reflector;
|
|
@@ -1877,6 +1877,7 @@ var DtsMetadataReader = class {
|
|
|
1877
1877
|
name,
|
|
1878
1878
|
nameExpr: null,
|
|
1879
1879
|
isStandalone,
|
|
1880
|
+
isPure: null,
|
|
1880
1881
|
decorator: null,
|
|
1881
1882
|
isExplicitlyDeferred: false
|
|
1882
1883
|
};
|
|
@@ -1968,7 +1969,7 @@ function readHostDirectivesType(checker, type, bestGuessOwningModule) {
|
|
|
1968
1969
|
return result.length > 0 ? { result, isIncomplete } : null;
|
|
1969
1970
|
}
|
|
1970
1971
|
|
|
1971
|
-
// bazel-out/
|
|
1972
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
|
|
1972
1973
|
function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
1973
1974
|
const topMeta = reader.getDirectiveMetadata(dir);
|
|
1974
1975
|
if (topMeta === null) {
|
|
@@ -2032,7 +2033,7 @@ function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
|
2032
2033
|
};
|
|
2033
2034
|
}
|
|
2034
2035
|
|
|
2035
|
-
// bazel-out/
|
|
2036
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
|
|
2036
2037
|
var LocalMetadataRegistry = class {
|
|
2037
2038
|
directives = /* @__PURE__ */ new Map();
|
|
2038
2039
|
ngModules = /* @__PURE__ */ new Map();
|
|
@@ -2088,7 +2089,7 @@ var CompoundMetadataRegistry = class {
|
|
|
2088
2089
|
}
|
|
2089
2090
|
};
|
|
2090
2091
|
|
|
2091
|
-
// bazel-out/
|
|
2092
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
|
|
2092
2093
|
var ResourceRegistry = class {
|
|
2093
2094
|
externalTemplateToComponentsMap = /* @__PURE__ */ new Map();
|
|
2094
2095
|
componentToTemplateMap = /* @__PURE__ */ new Map();
|
|
@@ -2153,7 +2154,7 @@ var ResourceRegistry = class {
|
|
|
2153
2154
|
}
|
|
2154
2155
|
};
|
|
2155
2156
|
|
|
2156
|
-
// bazel-out/
|
|
2157
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
|
|
2157
2158
|
var ExportedProviderStatusResolver = class {
|
|
2158
2159
|
metaReader;
|
|
2159
2160
|
calculating = /* @__PURE__ */ new Set();
|
|
@@ -2198,7 +2199,7 @@ var ExportedProviderStatusResolver = class {
|
|
|
2198
2199
|
}
|
|
2199
2200
|
};
|
|
2200
2201
|
|
|
2201
|
-
// bazel-out/
|
|
2202
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
|
|
2202
2203
|
var EMPTY_ARRAY = [];
|
|
2203
2204
|
var HostDirectivesResolver = class {
|
|
2204
2205
|
metaReader;
|
|
@@ -2265,7 +2266,7 @@ function resolveOutput(bindingName) {
|
|
|
2265
2266
|
return bindingName;
|
|
2266
2267
|
}
|
|
2267
2268
|
|
|
2268
|
-
// bazel-out/
|
|
2269
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
|
|
2269
2270
|
var CompilationMode;
|
|
2270
2271
|
(function(CompilationMode2) {
|
|
2271
2272
|
CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
|
|
@@ -2279,7 +2280,7 @@ var HandlerPrecedence;
|
|
|
2279
2280
|
HandlerPrecedence2[HandlerPrecedence2["WEAK"] = 2] = "WEAK";
|
|
2280
2281
|
})(HandlerPrecedence || (HandlerPrecedence = {}));
|
|
2281
2282
|
|
|
2282
|
-
// bazel-out/
|
|
2283
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
|
|
2283
2284
|
import ts7 from "typescript";
|
|
2284
2285
|
function aliasTransformFactory(exportStatements) {
|
|
2285
2286
|
return () => {
|
|
@@ -2304,10 +2305,10 @@ function aliasTransformFactory(exportStatements) {
|
|
|
2304
2305
|
};
|
|
2305
2306
|
}
|
|
2306
2307
|
|
|
2307
|
-
// bazel-out/
|
|
2308
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
2308
2309
|
import ts8 from "typescript";
|
|
2309
2310
|
|
|
2310
|
-
// bazel-out/
|
|
2311
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
|
|
2311
2312
|
var TraitState;
|
|
2312
2313
|
(function(TraitState2) {
|
|
2313
2314
|
TraitState2[TraitState2["Pending"] = 0] = "Pending";
|
|
@@ -2366,7 +2367,7 @@ var TraitImpl = class {
|
|
|
2366
2367
|
}
|
|
2367
2368
|
};
|
|
2368
2369
|
|
|
2369
|
-
// bazel-out/
|
|
2370
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
2370
2371
|
var TraitCompiler = class {
|
|
2371
2372
|
handlers;
|
|
2372
2373
|
reflector;
|
|
@@ -2847,7 +2848,7 @@ function containsErrors(diagnostics) {
|
|
|
2847
2848
|
return diagnostics !== null && diagnostics.some((diag) => diag.category === ts8.DiagnosticCategory.Error);
|
|
2848
2849
|
}
|
|
2849
2850
|
|
|
2850
|
-
// bazel-out/
|
|
2851
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
2851
2852
|
import ts9 from "typescript";
|
|
2852
2853
|
var DtsTransformRegistry = class {
|
|
2853
2854
|
ivyDeclarationTransforms = /* @__PURE__ */ new Map();
|
|
@@ -2997,11 +2998,11 @@ function markForEmitAsSingleLine(node) {
|
|
|
2997
2998
|
ts9.forEachChild(node, markForEmitAsSingleLine);
|
|
2998
2999
|
}
|
|
2999
3000
|
|
|
3000
|
-
// bazel-out/
|
|
3001
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
3001
3002
|
import { ConstantPool } from "@angular/compiler";
|
|
3002
3003
|
import ts11 from "typescript";
|
|
3003
3004
|
|
|
3004
|
-
// bazel-out/
|
|
3005
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
|
|
3005
3006
|
import ts10 from "typescript";
|
|
3006
3007
|
function visit(node, visitor, context) {
|
|
3007
3008
|
return visitor._visit(node, context);
|
|
@@ -3060,7 +3061,7 @@ var Visitor = class {
|
|
|
3060
3061
|
}
|
|
3061
3062
|
};
|
|
3062
3063
|
|
|
3063
|
-
// bazel-out/
|
|
3064
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
3064
3065
|
var NO_DECORATORS = /* @__PURE__ */ new Set();
|
|
3065
3066
|
var CLOSURE_FILE_OVERVIEW_REGEXP = /\s+@fileoverview\s+/i;
|
|
3066
3067
|
function ivyTransformFactory(compilation, reflector, importRewriter, defaultImportTracker, localCompilationExtraImportsTracker, perf, isCore, isClosureCompilerEnabled) {
|
|
@@ -3306,7 +3307,7 @@ function nodeArrayFromDecoratorsArray(decorators) {
|
|
|
3306
3307
|
return array;
|
|
3307
3308
|
}
|
|
3308
3309
|
|
|
3309
|
-
// bazel-out/
|
|
3310
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
|
|
3310
3311
|
function makeDuplicateDeclarationError(node, data, kind) {
|
|
3311
3312
|
const context = [];
|
|
3312
3313
|
for (const decl of data) {
|
|
@@ -3515,7 +3516,7 @@ function assertLocalCompilationUnresolvedConst(compilationMode, value, nodeToHig
|
|
|
3515
3516
|
}
|
|
3516
3517
|
}
|
|
3517
3518
|
|
|
3518
|
-
// bazel-out/
|
|
3519
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
|
|
3519
3520
|
import { ViewEncapsulation } from "@angular/compiler";
|
|
3520
3521
|
import ts13 from "typescript";
|
|
3521
3522
|
function resolveEnumValue(evaluator, metadata, field, enumSymbolName, isCore) {
|
|
@@ -3566,7 +3567,7 @@ function resolveLiteral(decorator, literalCache) {
|
|
|
3566
3567
|
return meta;
|
|
3567
3568
|
}
|
|
3568
3569
|
|
|
3569
|
-
// bazel-out/
|
|
3570
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
|
|
3570
3571
|
import { compileDeclareFactoryFunction, compileFactoryFunction } from "@angular/compiler";
|
|
3571
3572
|
function compileNgFactoryDefField(metadata) {
|
|
3572
3573
|
const res = compileFactoryFunction(metadata);
|
|
@@ -3589,7 +3590,7 @@ function compileDeclareFactory(metadata) {
|
|
|
3589
3590
|
};
|
|
3590
3591
|
}
|
|
3591
3592
|
|
|
3592
|
-
// bazel-out/
|
|
3593
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
|
|
3593
3594
|
var InjectableClassRegistry = class {
|
|
3594
3595
|
host;
|
|
3595
3596
|
isCore;
|
|
@@ -3617,7 +3618,7 @@ var InjectableClassRegistry = class {
|
|
|
3617
3618
|
}
|
|
3618
3619
|
};
|
|
3619
3620
|
|
|
3620
|
-
// bazel-out/
|
|
3621
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
|
|
3621
3622
|
import { ArrowFunctionExpr, LiteralArrayExpr, LiteralExpr as LiteralExpr2, literalMap, WrappedNodeExpr as WrappedNodeExpr3 } from "@angular/compiler";
|
|
3622
3623
|
import ts14 from "typescript";
|
|
3623
3624
|
function extractClassMetadata(clazz, reflection, isCore, annotateForClosureCompiler, angularDecoratorTransform = (dec) => dec) {
|
|
@@ -3705,7 +3706,7 @@ function removeIdentifierReferences(node, names) {
|
|
|
3705
3706
|
return result.transformed[0];
|
|
3706
3707
|
}
|
|
3707
3708
|
|
|
3708
|
-
// bazel-out/
|
|
3709
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/debug_info.mjs
|
|
3709
3710
|
import { literal as literal2, WrappedNodeExpr as WrappedNodeExpr4 } from "@angular/compiler";
|
|
3710
3711
|
function extractClassDebugInfo(clazz, reflection, compilerHost, rootDirs, forbidOrphanRendering) {
|
|
3711
3712
|
if (!reflection.isClass(clazz)) {
|
|
@@ -3722,13 +3723,13 @@ function extractClassDebugInfo(clazz, reflection, compilerHost, rootDirs, forbid
|
|
|
3722
3723
|
};
|
|
3723
3724
|
}
|
|
3724
3725
|
|
|
3725
|
-
// bazel-out/
|
|
3726
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
|
|
3726
3727
|
var NoopReferencesRegistry = class {
|
|
3727
3728
|
add(source, ...references) {
|
|
3728
3729
|
}
|
|
3729
3730
|
};
|
|
3730
3731
|
|
|
3731
|
-
// bazel-out/
|
|
3732
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
|
|
3732
3733
|
import { CUSTOM_ELEMENTS_SCHEMA, NO_ERRORS_SCHEMA } from "@angular/compiler";
|
|
3733
3734
|
function extractSchemas(rawExpr, evaluator, context) {
|
|
3734
3735
|
const schemas = [];
|
|
@@ -3758,7 +3759,7 @@ function extractSchemas(rawExpr, evaluator, context) {
|
|
|
3758
3759
|
return schemas;
|
|
3759
3760
|
}
|
|
3760
3761
|
|
|
3761
|
-
// bazel-out/
|
|
3762
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/input_transforms.mjs
|
|
3762
3763
|
import { outputAst } from "@angular/compiler";
|
|
3763
3764
|
function compileInputTransformFields(inputs) {
|
|
3764
3765
|
const extraFields = [];
|
|
@@ -3776,16 +3777,16 @@ function compileInputTransformFields(inputs) {
|
|
|
3776
3777
|
return extraFields;
|
|
3777
3778
|
}
|
|
3778
3779
|
|
|
3779
|
-
// bazel-out/
|
|
3780
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/jit_declaration_registry.mjs
|
|
3780
3781
|
var JitDeclarationRegistry = class {
|
|
3781
3782
|
jitDeclarations = /* @__PURE__ */ new Set();
|
|
3782
3783
|
};
|
|
3783
3784
|
|
|
3784
|
-
// bazel-out/
|
|
3785
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
3785
3786
|
import { compileClassDebugInfo, compileHmrInitializer, compileComponentClassMetadata, compileComponentDeclareClassMetadata, compileComponentFromMetadata, compileDeclareComponentFromMetadata, compileDeferResolverFunction, ConstantPool as ConstantPool2, CssSelector as CssSelector4, DEFAULT_INTERPOLATION_CONFIG as DEFAULT_INTERPOLATION_CONFIG2, DomElementSchemaRegistry as DomElementSchemaRegistry3, ExternalExpr as ExternalExpr8, FactoryTarget as FactoryTarget3, makeBindingParser as makeBindingParser2, outputAst as o4, R3TargetBinder, R3TemplateDependencyKind, SelectorMatcher as SelectorMatcher3, ViewEncapsulation as ViewEncapsulation2 } from "@angular/compiler";
|
|
3786
3787
|
import ts49 from "typescript";
|
|
3787
3788
|
|
|
3788
|
-
// bazel-out/
|
|
3789
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
|
|
3789
3790
|
import ts15 from "typescript";
|
|
3790
3791
|
var SemanticSymbol = class {
|
|
3791
3792
|
decl;
|
|
@@ -3804,7 +3805,7 @@ function getSymbolIdentifier(decl) {
|
|
|
3804
3805
|
return decl.name.text;
|
|
3805
3806
|
}
|
|
3806
3807
|
|
|
3807
|
-
// bazel-out/
|
|
3808
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
|
|
3808
3809
|
import { ExternalExpr as ExternalExpr2 } from "@angular/compiler";
|
|
3809
3810
|
var OpaqueSymbol = class extends SemanticSymbol {
|
|
3810
3811
|
isPublicApiAffected() {
|
|
@@ -3946,10 +3947,10 @@ function getImportPath(expr) {
|
|
|
3946
3947
|
}
|
|
3947
3948
|
}
|
|
3948
3949
|
|
|
3949
|
-
// bazel-out/
|
|
3950
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
3950
3951
|
import ts16 from "typescript";
|
|
3951
3952
|
|
|
3952
|
-
// bazel-out/
|
|
3953
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
|
|
3953
3954
|
function isSymbolEqual(a, b) {
|
|
3954
3955
|
if (a.decl === b.decl) {
|
|
3955
3956
|
return true;
|
|
@@ -3999,7 +4000,7 @@ function isSetEqual(a, b, equalityTester = referenceEquality) {
|
|
|
3999
4000
|
return true;
|
|
4000
4001
|
}
|
|
4001
4002
|
|
|
4002
|
-
// bazel-out/
|
|
4003
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
4003
4004
|
function extractSemanticTypeParameters(node) {
|
|
4004
4005
|
if (!ts16.isClassDeclaration(node) || node.typeParameters === void 0) {
|
|
4005
4006
|
return null;
|
|
@@ -4021,14 +4022,14 @@ function isTypeParameterEqual(a, b) {
|
|
|
4021
4022
|
return a.hasGenericTypeBound === b.hasGenericTypeBound;
|
|
4022
4023
|
}
|
|
4023
4024
|
|
|
4024
|
-
// bazel-out/
|
|
4025
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
|
|
4025
4026
|
var ComponentScopeKind;
|
|
4026
4027
|
(function(ComponentScopeKind2) {
|
|
4027
4028
|
ComponentScopeKind2[ComponentScopeKind2["NgModule"] = 0] = "NgModule";
|
|
4028
4029
|
ComponentScopeKind2[ComponentScopeKind2["Standalone"] = 1] = "Standalone";
|
|
4029
4030
|
})(ComponentScopeKind || (ComponentScopeKind = {}));
|
|
4030
4031
|
|
|
4031
|
-
// bazel-out/
|
|
4032
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
|
|
4032
4033
|
var CompoundComponentScopeReader = class {
|
|
4033
4034
|
readers;
|
|
4034
4035
|
constructor(readers) {
|
|
@@ -4054,7 +4055,7 @@ var CompoundComponentScopeReader = class {
|
|
|
4054
4055
|
}
|
|
4055
4056
|
};
|
|
4056
4057
|
|
|
4057
|
-
// bazel-out/
|
|
4058
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
|
|
4058
4059
|
var MetadataDtsModuleScopeResolver = class {
|
|
4059
4060
|
dtsMetaReader;
|
|
4060
4061
|
aliasingHost;
|
|
@@ -4132,11 +4133,11 @@ var MetadataDtsModuleScopeResolver = class {
|
|
|
4132
4133
|
}
|
|
4133
4134
|
};
|
|
4134
4135
|
|
|
4135
|
-
// bazel-out/
|
|
4136
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
4136
4137
|
import { ExternalExpr as ExternalExpr3 } from "@angular/compiler";
|
|
4137
4138
|
import ts17 from "typescript";
|
|
4138
4139
|
|
|
4139
|
-
// bazel-out/
|
|
4140
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
|
|
4140
4141
|
function getDiagnosticNode(ref, rawExpr) {
|
|
4141
4142
|
return rawExpr !== null ? ref.getOriginForDiagnostics(rawExpr) : ref.node.name;
|
|
4142
4143
|
}
|
|
@@ -4162,7 +4163,7 @@ function makeUnknownComponentDeferredImportDiagnostic(ref, rawExpr) {
|
|
|
4162
4163
|
return makeDiagnostic(ErrorCode.COMPONENT_UNKNOWN_DEFERRED_IMPORT, getDiagnosticNode(ref, rawExpr), `Component deferred imports must be standalone components, directives or pipes.`);
|
|
4163
4164
|
}
|
|
4164
4165
|
|
|
4165
|
-
// bazel-out/
|
|
4166
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
4166
4167
|
var IN_PROGRESS_RESOLUTION = {};
|
|
4167
4168
|
var LocalModuleScopeRegistry = class {
|
|
4168
4169
|
localReader;
|
|
@@ -4521,7 +4522,7 @@ function reexportCollision(module, refA, refB) {
|
|
|
4521
4522
|
]);
|
|
4522
4523
|
}
|
|
4523
4524
|
|
|
4524
|
-
// bazel-out/
|
|
4525
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
|
|
4525
4526
|
import { CssSelector, SelectorMatcher } from "@angular/compiler";
|
|
4526
4527
|
import ts18 from "typescript";
|
|
4527
4528
|
var TypeCheckScopeRegistry = class {
|
|
@@ -4605,14 +4606,14 @@ var TypeCheckScopeRegistry = class {
|
|
|
4605
4606
|
}
|
|
4606
4607
|
};
|
|
4607
4608
|
|
|
4608
|
-
// bazel-out/
|
|
4609
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
|
|
4609
4610
|
import { compileClassMetadata, compileDeclareClassMetadata, compileDeclareDirectiveFromMetadata, compileDirectiveFromMetadata, FactoryTarget, makeBindingParser, WrappedNodeExpr as WrappedNodeExpr6 } from "@angular/compiler";
|
|
4610
4611
|
|
|
4611
|
-
// bazel-out/
|
|
4612
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
|
|
4612
4613
|
import { createMayBeForwardRefExpression as createMayBeForwardRefExpression2, emitDistinctChangesOnlyDefaultValue, ExternalExpr as ExternalExpr4, getSafePropertyAccessString, parseHostBindings, ParserError, verifyHostBindings, WrappedNodeExpr as WrappedNodeExpr5 } from "@angular/compiler";
|
|
4613
4614
|
import ts22 from "typescript";
|
|
4614
4615
|
|
|
4615
|
-
// bazel-out/
|
|
4616
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_function_access.mjs
|
|
4616
4617
|
function validateAccessOfInitializerApiMember({ api, call }, member) {
|
|
4617
4618
|
if (!api.allowedAccessLevels.includes(member.accessLevel)) {
|
|
4618
4619
|
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)}.`, [
|
|
@@ -4621,7 +4622,7 @@ function validateAccessOfInitializerApiMember({ api, call }, member) {
|
|
|
4621
4622
|
}
|
|
4622
4623
|
}
|
|
4623
4624
|
|
|
4624
|
-
// bazel-out/
|
|
4625
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_functions.mjs
|
|
4625
4626
|
import ts19 from "typescript";
|
|
4626
4627
|
function tryParseInitializerApi(functions, expression, reflector, importTracker) {
|
|
4627
4628
|
if (!ts19.isCallExpression(expression)) {
|
|
@@ -4690,7 +4691,7 @@ function parseTopLevelCallFromNamespace(call, functions, importTracker) {
|
|
|
4690
4691
|
return { api: matchingApi, apiReference, isRequired };
|
|
4691
4692
|
}
|
|
4692
4693
|
|
|
4693
|
-
// bazel-out/
|
|
4694
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_output_parse_options.mjs
|
|
4694
4695
|
import ts20 from "typescript";
|
|
4695
4696
|
function parseAndValidateInputAndOutputOptions(optionsNode) {
|
|
4696
4697
|
if (!ts20.isObjectLiteralExpression(optionsNode)) {
|
|
@@ -4708,7 +4709,7 @@ function parseAndValidateInputAndOutputOptions(optionsNode) {
|
|
|
4708
4709
|
return { alias };
|
|
4709
4710
|
}
|
|
4710
4711
|
|
|
4711
|
-
// bazel-out/
|
|
4712
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_function.mjs
|
|
4712
4713
|
var INPUT_INITIALIZER_FN = {
|
|
4713
4714
|
functionName: "input",
|
|
4714
4715
|
owningModule: "@angular/core",
|
|
@@ -4740,7 +4741,7 @@ function tryParseSignalInputMapping(member, reflector, importTracker) {
|
|
|
4740
4741
|
};
|
|
4741
4742
|
}
|
|
4742
4743
|
|
|
4743
|
-
// bazel-out/
|
|
4744
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/model_function.mjs
|
|
4744
4745
|
var MODEL_INITIALIZER_FN = {
|
|
4745
4746
|
functionName: "model",
|
|
4746
4747
|
owningModule: "@angular/core",
|
|
@@ -4781,7 +4782,7 @@ function tryParseSignalModelMapping(member, reflector, importTracker) {
|
|
|
4781
4782
|
};
|
|
4782
4783
|
}
|
|
4783
4784
|
|
|
4784
|
-
// bazel-out/
|
|
4785
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/output_function.mjs
|
|
4785
4786
|
var allowedAccessLevels = [
|
|
4786
4787
|
ClassMemberAccessLevel.PublicWritable,
|
|
4787
4788
|
ClassMemberAccessLevel.PublicReadonly,
|
|
@@ -4825,7 +4826,7 @@ function tryParseInitializerBasedOutput(member, reflector, importTracker) {
|
|
|
4825
4826
|
};
|
|
4826
4827
|
}
|
|
4827
4828
|
|
|
4828
|
-
// bazel-out/
|
|
4829
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/query_functions.mjs
|
|
4829
4830
|
import { createMayBeForwardRefExpression, outputAst as o } from "@angular/compiler";
|
|
4830
4831
|
import ts21 from "typescript";
|
|
4831
4832
|
var queryFunctionNames = [
|
|
@@ -4910,7 +4911,7 @@ function parseDescendantsOption(value) {
|
|
|
4910
4911
|
throw new FatalDiagnosticError(ErrorCode.VALUE_HAS_WRONG_TYPE, value, `Expected "descendants" option to be a boolean literal.`);
|
|
4911
4912
|
}
|
|
4912
4913
|
|
|
4913
|
-
// bazel-out/
|
|
4914
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
|
|
4914
4915
|
var EMPTY_OBJECT = {};
|
|
4915
4916
|
var queryDecoratorNames = [
|
|
4916
4917
|
"ViewChild",
|
|
@@ -5721,7 +5722,7 @@ function toR3InputMetadata(mapping) {
|
|
|
5721
5722
|
};
|
|
5722
5723
|
}
|
|
5723
5724
|
|
|
5724
|
-
// bazel-out/
|
|
5725
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
|
|
5725
5726
|
var DirectiveSymbol = class extends SemanticSymbol {
|
|
5726
5727
|
selector;
|
|
5727
5728
|
inputs;
|
|
@@ -5807,7 +5808,7 @@ function isBaseClassEqual(current, previous) {
|
|
|
5807
5808
|
return isSymbolEqual(current, previous);
|
|
5808
5809
|
}
|
|
5809
5810
|
|
|
5810
|
-
// bazel-out/
|
|
5811
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
|
|
5811
5812
|
var FIELD_DECORATORS = [
|
|
5812
5813
|
"Input",
|
|
5813
5814
|
"Output",
|
|
@@ -6027,11 +6028,11 @@ var DirectiveDecoratorHandler = class {
|
|
|
6027
6028
|
}
|
|
6028
6029
|
};
|
|
6029
6030
|
|
|
6030
|
-
// bazel-out/
|
|
6031
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
6031
6032
|
import { compileClassMetadata as compileClassMetadata2, compileDeclareClassMetadata as compileDeclareClassMetadata2, compileDeclareInjectorFromMetadata, compileDeclareNgModuleFromMetadata, compileInjector, compileNgModule, ExternalExpr as ExternalExpr5, FactoryTarget as FactoryTarget2, FunctionExpr, InvokeFunctionExpr, LiteralArrayExpr as LiteralArrayExpr2, R3Identifiers, R3NgModuleMetadataKind, R3SelectorScopeMode, ReturnStatement, WrappedNodeExpr as WrappedNodeExpr7 } from "@angular/compiler";
|
|
6032
6033
|
import ts24 from "typescript";
|
|
6033
6034
|
|
|
6034
|
-
// bazel-out/
|
|
6035
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
|
|
6035
6036
|
import ts23 from "typescript";
|
|
6036
6037
|
function createModuleWithProvidersResolver(reflector, isCore) {
|
|
6037
6038
|
function _reflectModuleFromTypeParam(type, node) {
|
|
@@ -6103,7 +6104,7 @@ function isResolvedModuleWithProviders(sv) {
|
|
|
6103
6104
|
return typeof sv.value === "object" && sv.value != null && sv.value.hasOwnProperty("ngModule") && sv.value.hasOwnProperty("mwpCall");
|
|
6104
6105
|
}
|
|
6105
6106
|
|
|
6106
|
-
// bazel-out/
|
|
6107
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
6107
6108
|
var NgModuleSymbol = class extends SemanticSymbol {
|
|
6108
6109
|
hasProviders;
|
|
6109
6110
|
remotelyScopedComponents = [];
|
|
@@ -6744,7 +6745,7 @@ function isSyntheticReference(ref) {
|
|
|
6744
6745
|
return ref.synthetic;
|
|
6745
6746
|
}
|
|
6746
6747
|
|
|
6747
|
-
// bazel-out/
|
|
6748
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
|
|
6748
6749
|
function makeCyclicImportInfo(ref, type, cycle) {
|
|
6749
6750
|
const name = ref.debugName || "(unknown)";
|
|
6750
6751
|
const path = cycle.getPath().map((sf) => sf.fileName).join(" -> ");
|
|
@@ -6767,7 +6768,7 @@ function checkCustomElementSelectorForErrors(selector) {
|
|
|
6767
6768
|
return null;
|
|
6768
6769
|
}
|
|
6769
6770
|
|
|
6770
|
-
// bazel-out/
|
|
6771
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
|
|
6771
6772
|
import { DEFAULT_INTERPOLATION_CONFIG, InterpolationConfig, ParseSourceFile as ParseSourceFile2, parseTemplate } from "@angular/compiler";
|
|
6772
6773
|
import ts25 from "typescript";
|
|
6773
6774
|
function getTemplateDeclarationNodeForError(declaration) {
|
|
@@ -7105,7 +7106,7 @@ function _extractTemplateStyleUrls(template) {
|
|
|
7105
7106
|
}));
|
|
7106
7107
|
}
|
|
7107
7108
|
|
|
7108
|
-
// bazel-out/
|
|
7109
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
|
|
7109
7110
|
var ComponentSymbol = class extends DirectiveSymbol {
|
|
7110
7111
|
usedDirectives = [];
|
|
7111
7112
|
usedPipes = [];
|
|
@@ -7137,7 +7138,7 @@ var ComponentSymbol = class extends DirectiveSymbol {
|
|
|
7137
7138
|
}
|
|
7138
7139
|
};
|
|
7139
7140
|
|
|
7140
|
-
// bazel-out/
|
|
7141
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
|
|
7141
7142
|
import ts26 from "typescript";
|
|
7142
7143
|
function collectAnimationNames(value, animationTriggerNames) {
|
|
7143
7144
|
if (value instanceof Map) {
|
|
@@ -7228,10 +7229,10 @@ function isLikelyModuleWithProviders(value) {
|
|
|
7228
7229
|
return false;
|
|
7229
7230
|
}
|
|
7230
7231
|
|
|
7231
|
-
// bazel-out/
|
|
7232
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
|
|
7232
7233
|
import { CssSelector as CssSelector3, DomElementSchemaRegistry as DomElementSchemaRegistry2, ExternalExpr as ExternalExpr7, WrappedNodeExpr as WrappedNodeExpr9 } from "@angular/compiler";
|
|
7233
7234
|
|
|
7234
|
-
// bazel-out/
|
|
7235
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
|
|
7235
7236
|
var NgOriginalFile = Symbol("NgOriginalFile");
|
|
7236
7237
|
var UpdateMode;
|
|
7237
7238
|
(function(UpdateMode2) {
|
|
@@ -7239,13 +7240,13 @@ var UpdateMode;
|
|
|
7239
7240
|
UpdateMode2[UpdateMode2["Incremental"] = 1] = "Incremental";
|
|
7240
7241
|
})(UpdateMode || (UpdateMode = {}));
|
|
7241
7242
|
|
|
7242
|
-
// bazel-out/
|
|
7243
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
|
|
7243
7244
|
import ts28 from "typescript";
|
|
7244
7245
|
|
|
7245
|
-
// bazel-out/
|
|
7246
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
7246
7247
|
import ts27 from "typescript";
|
|
7247
7248
|
|
|
7248
|
-
// bazel-out/
|
|
7249
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
|
|
7249
7250
|
var NgExtension = Symbol("NgExtension");
|
|
7250
7251
|
function isExtended(sf) {
|
|
7251
7252
|
return sf[NgExtension] !== void 0;
|
|
@@ -7305,13 +7306,13 @@ function retagTsFile(sf) {
|
|
|
7305
7306
|
}
|
|
7306
7307
|
}
|
|
7307
7308
|
|
|
7308
|
-
// bazel-out/
|
|
7309
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
|
|
7309
7310
|
var TS_EXTENSIONS = /\.tsx?$/i;
|
|
7310
7311
|
function makeShimFileName(fileName, suffix) {
|
|
7311
7312
|
return absoluteFrom(fileName.replace(TS_EXTENSIONS, suffix));
|
|
7312
7313
|
}
|
|
7313
7314
|
|
|
7314
|
-
// bazel-out/
|
|
7315
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
7315
7316
|
var ShimAdapter = class {
|
|
7316
7317
|
delegate;
|
|
7317
7318
|
shims = /* @__PURE__ */ new Map();
|
|
@@ -7408,7 +7409,7 @@ var ShimAdapter = class {
|
|
|
7408
7409
|
}
|
|
7409
7410
|
};
|
|
7410
7411
|
|
|
7411
|
-
// bazel-out/
|
|
7412
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
|
|
7412
7413
|
var ShimReferenceTagger = class {
|
|
7413
7414
|
suffixes;
|
|
7414
7415
|
tagged = /* @__PURE__ */ new Set();
|
|
@@ -7443,7 +7444,7 @@ var ShimReferenceTagger = class {
|
|
|
7443
7444
|
}
|
|
7444
7445
|
};
|
|
7445
7446
|
|
|
7446
|
-
// bazel-out/
|
|
7447
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
|
|
7447
7448
|
var DelegatingCompilerHost = class {
|
|
7448
7449
|
delegate;
|
|
7449
7450
|
createHash;
|
|
@@ -7594,7 +7595,7 @@ var TsCreateProgramDriver = class {
|
|
|
7594
7595
|
}
|
|
7595
7596
|
};
|
|
7596
7597
|
|
|
7597
|
-
// bazel-out/
|
|
7598
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
|
|
7598
7599
|
import ts29 from "typescript";
|
|
7599
7600
|
function makeTemplateDiagnostic(id, mapping, span, category, code, messageText, relatedMessages) {
|
|
7600
7601
|
var _a;
|
|
@@ -7705,7 +7706,7 @@ function parseTemplateAsSourceFile(fileName, template) {
|
|
|
7705
7706
|
);
|
|
7706
7707
|
}
|
|
7707
7708
|
|
|
7708
|
-
// bazel-out/
|
|
7709
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
|
|
7709
7710
|
var TYPE_CHECK_ID_MAP = Symbol("TypeCheckId");
|
|
7710
7711
|
function getTypeCheckId(clazz) {
|
|
7711
7712
|
const sf = clazz.getSourceFile();
|
|
@@ -7718,11 +7719,11 @@ function getTypeCheckId(clazz) {
|
|
|
7718
7719
|
return sf[TYPE_CHECK_ID_MAP].get(clazz);
|
|
7719
7720
|
}
|
|
7720
7721
|
|
|
7721
|
-
// bazel-out/
|
|
7722
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
7722
7723
|
import { EmptyExpr, ImplicitReceiver, PropertyRead, PropertyWrite, SafePropertyRead, TmplAstLetDeclaration, TmplAstReference, TmplAstTextAttribute } from "@angular/compiler";
|
|
7723
7724
|
import ts31 from "typescript";
|
|
7724
7725
|
|
|
7725
|
-
// bazel-out/
|
|
7726
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
|
|
7726
7727
|
import { AbsoluteSourceSpan } from "@angular/compiler";
|
|
7727
7728
|
import ts30 from "typescript";
|
|
7728
7729
|
var parseSpanComment = /^(\d+),(\d+)$/;
|
|
@@ -7853,7 +7854,7 @@ function hasExpressionIdentifier(sourceFile, node, identifier) {
|
|
|
7853
7854
|
}) || false;
|
|
7854
7855
|
}
|
|
7855
7856
|
|
|
7856
|
-
// bazel-out/
|
|
7857
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
7857
7858
|
var CompletionEngine = class {
|
|
7858
7859
|
tcb;
|
|
7859
7860
|
data;
|
|
@@ -9060,10 +9061,10 @@ var MagicString = class {
|
|
|
9060
9061
|
}
|
|
9061
9062
|
};
|
|
9062
9063
|
|
|
9063
|
-
// bazel-out/
|
|
9064
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
9064
9065
|
import ts44 from "typescript";
|
|
9065
9066
|
|
|
9066
|
-
// bazel-out/
|
|
9067
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
|
|
9067
9068
|
import { DomElementSchemaRegistry } from "@angular/compiler";
|
|
9068
9069
|
import ts32 from "typescript";
|
|
9069
9070
|
var REGISTRY = new DomElementSchemaRegistry();
|
|
@@ -9117,10 +9118,10 @@ var RegistryDomSchemaChecker = class {
|
|
|
9117
9118
|
}
|
|
9118
9119
|
};
|
|
9119
9120
|
|
|
9120
|
-
// bazel-out/
|
|
9121
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
9121
9122
|
import ts37 from "typescript";
|
|
9122
9123
|
|
|
9123
|
-
// bazel-out/
|
|
9124
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/reference_emit_environment.mjs
|
|
9124
9125
|
import { ExpressionType, ExternalExpr as ExternalExpr6, TypeModifier } from "@angular/compiler";
|
|
9125
9126
|
var ReferenceEmitEnvironment = class {
|
|
9126
9127
|
importManager;
|
|
@@ -9155,7 +9156,7 @@ var ReferenceEmitEnvironment = class {
|
|
|
9155
9156
|
}
|
|
9156
9157
|
};
|
|
9157
9158
|
|
|
9158
|
-
// bazel-out/
|
|
9159
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
|
|
9159
9160
|
import ts33 from "typescript";
|
|
9160
9161
|
var SAFE_TO_CAST_WITHOUT_PARENS = /* @__PURE__ */ new Set([
|
|
9161
9162
|
ts33.SyntaxKind.ParenthesizedExpression,
|
|
@@ -9238,15 +9239,15 @@ function tsNumericExpression(value) {
|
|
|
9238
9239
|
return ts33.factory.createNumericLiteral(value);
|
|
9239
9240
|
}
|
|
9240
9241
|
|
|
9241
|
-
// bazel-out/
|
|
9242
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
9242
9243
|
import { ExpressionType as ExpressionType2, R3Identifiers as R3Identifiers3, WrappedNodeExpr as WrappedNodeExpr8 } from "@angular/compiler";
|
|
9243
9244
|
import ts36 from "typescript";
|
|
9244
9245
|
|
|
9245
|
-
// bazel-out/
|
|
9246
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
9246
9247
|
import { R3Identifiers as R3Identifiers2 } from "@angular/compiler";
|
|
9247
9248
|
import ts35 from "typescript";
|
|
9248
9249
|
|
|
9249
|
-
// bazel-out/
|
|
9250
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
|
|
9250
9251
|
import ts34 from "typescript";
|
|
9251
9252
|
var TypeParameterEmitter = class {
|
|
9252
9253
|
typeParameters;
|
|
@@ -9326,7 +9327,7 @@ var TypeParameterEmitter = class {
|
|
|
9326
9327
|
}
|
|
9327
9328
|
};
|
|
9328
9329
|
|
|
9329
|
-
// bazel-out/
|
|
9330
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
9330
9331
|
var TCB_FILE_IMPORT_GRAPH_PREPARE_IDENTIFIERS = [
|
|
9331
9332
|
R3Identifiers2.InputSignalBrandWriteType
|
|
9332
9333
|
];
|
|
@@ -9418,7 +9419,7 @@ function checkIfGenericTypeBoundsCanBeEmitted(node, reflector, env) {
|
|
|
9418
9419
|
return emitter.canEmit((ref) => env.canReferenceType(ref));
|
|
9419
9420
|
}
|
|
9420
9421
|
|
|
9421
|
-
// bazel-out/
|
|
9422
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
9422
9423
|
function generateTypeCtorDeclarationFn(env, meta, nodeTypeRef, typeParams) {
|
|
9423
9424
|
const rawTypeArgs = typeParams !== void 0 ? generateGenericArgs(typeParams) : void 0;
|
|
9424
9425
|
const rawType = ts36.factory.createTypeReferenceNode(nodeTypeRef, rawTypeArgs);
|
|
@@ -9541,7 +9542,7 @@ function typeParametersWithDefaultTypes(params) {
|
|
|
9541
9542
|
});
|
|
9542
9543
|
}
|
|
9543
9544
|
|
|
9544
|
-
// bazel-out/
|
|
9545
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
9545
9546
|
var Environment = class extends ReferenceEmitEnvironment {
|
|
9546
9547
|
config;
|
|
9547
9548
|
nextIds = {
|
|
@@ -9614,7 +9615,7 @@ var Environment = class extends ReferenceEmitEnvironment {
|
|
|
9614
9615
|
}
|
|
9615
9616
|
};
|
|
9616
9617
|
|
|
9617
|
-
// bazel-out/
|
|
9618
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
|
|
9618
9619
|
import { AbsoluteSourceSpan as AbsoluteSourceSpan2, TmplAstElement } from "@angular/compiler";
|
|
9619
9620
|
import ts38 from "typescript";
|
|
9620
9621
|
var OutOfBandDiagnosticRecorderImpl = class {
|
|
@@ -9817,7 +9818,7 @@ function makeInlineDiagnostic(id, code, node, messageText, relatedInformation) {
|
|
|
9817
9818
|
};
|
|
9818
9819
|
}
|
|
9819
9820
|
|
|
9820
|
-
// bazel-out/
|
|
9821
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
|
|
9821
9822
|
import ts39 from "typescript";
|
|
9822
9823
|
var TypeCheckShimGenerator = class {
|
|
9823
9824
|
extensionPrefix = "ngtypecheck";
|
|
@@ -9833,11 +9834,11 @@ var TypeCheckShimGenerator = class {
|
|
|
9833
9834
|
}
|
|
9834
9835
|
};
|
|
9835
9836
|
|
|
9836
|
-
// bazel-out/
|
|
9837
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
9837
9838
|
import { BindingPipe, BindingType, Call as Call2, createCssSelectorFromNode, CssSelector as CssSelector2, DYNAMIC_TYPE, ImplicitReceiver as ImplicitReceiver2, ParsedEventType, PropertyRead as PropertyRead3, PropertyWrite as PropertyWrite2, R3Identifiers as R3Identifiers4, SafeCall, SafePropertyRead as SafePropertyRead3, SelectorMatcher as SelectorMatcher2, ThisReceiver, TmplAstBoundAttribute, TmplAstBoundText, TmplAstContent, TmplAstDeferredBlock, TmplAstElement as TmplAstElement2, TmplAstForLoopBlock, TmplAstIcu, TmplAstIfBlock, TmplAstIfBlockBranch, TmplAstLetDeclaration as TmplAstLetDeclaration2, TmplAstReference as TmplAstReference2, TmplAstSwitchBlock, TmplAstTemplate, TmplAstText, TmplAstTextAttribute as TmplAstTextAttribute2, TmplAstVariable, TransplantedType } from "@angular/compiler";
|
|
9838
9839
|
import ts42 from "typescript";
|
|
9839
9840
|
|
|
9840
|
-
// bazel-out/
|
|
9841
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
|
|
9841
9842
|
import { AbsoluteSourceSpan as AbsoluteSourceSpan3 } from "@angular/compiler";
|
|
9842
9843
|
import ts40 from "typescript";
|
|
9843
9844
|
function wrapForDiagnostics(expr) {
|
|
@@ -9893,7 +9894,7 @@ function translateDiagnostic(diagnostic, resolver) {
|
|
|
9893
9894
|
return makeTemplateDiagnostic(sourceLocation.id, templateSourceMapping, span, diagnostic.category, diagnostic.code, diagnostic.messageText);
|
|
9894
9895
|
}
|
|
9895
9896
|
|
|
9896
|
-
// bazel-out/
|
|
9897
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
|
|
9897
9898
|
import { ASTWithSource, Call, EmptyExpr as EmptyExpr2, PropertyRead as PropertyRead2, SafeKeyedRead, SafePropertyRead as SafePropertyRead2 } from "@angular/compiler";
|
|
9898
9899
|
import ts41 from "typescript";
|
|
9899
9900
|
var ANY_EXPRESSION = ts41.factory.createAsExpression(ts41.factory.createNumericLiteral("0"), ts41.factory.createKeywordTypeNode(ts41.SyntaxKind.AnyKeyword));
|
|
@@ -10264,7 +10265,7 @@ var _VeSafeLhsInferenceBugDetector = class {
|
|
|
10264
10265
|
var VeSafeLhsInferenceBugDetector = _VeSafeLhsInferenceBugDetector;
|
|
10265
10266
|
__publicField(VeSafeLhsInferenceBugDetector, "SINGLETON", new _VeSafeLhsInferenceBugDetector());
|
|
10266
10267
|
|
|
10267
|
-
// bazel-out/
|
|
10268
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
10268
10269
|
var TcbGenericContextBehavior;
|
|
10269
10270
|
(function(TcbGenericContextBehavior2) {
|
|
10270
10271
|
TcbGenericContextBehavior2[TcbGenericContextBehavior2["UseEmitter"] = 0] = "UseEmitter";
|
|
@@ -11959,7 +11960,7 @@ var TcbForLoopTrackTranslator = class extends TcbExpressionTranslator {
|
|
|
11959
11960
|
}
|
|
11960
11961
|
};
|
|
11961
11962
|
|
|
11962
|
-
// bazel-out/
|
|
11963
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
|
|
11963
11964
|
import ts43 from "typescript";
|
|
11964
11965
|
var TypeCheckFile = class extends Environment {
|
|
11965
11966
|
fileName;
|
|
@@ -12008,7 +12009,7 @@ var TypeCheckFile = class extends Environment {
|
|
|
12008
12009
|
}
|
|
12009
12010
|
};
|
|
12010
12011
|
|
|
12011
|
-
// bazel-out/
|
|
12012
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
12012
12013
|
var InliningMode;
|
|
12013
12014
|
(function(InliningMode2) {
|
|
12014
12015
|
InliningMode2[InliningMode2["InlineOps"] = 0] = "InlineOps";
|
|
@@ -12281,10 +12282,10 @@ var TypeCtorOp = class {
|
|
|
12281
12282
|
}
|
|
12282
12283
|
};
|
|
12283
12284
|
|
|
12284
|
-
// bazel-out/
|
|
12285
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
|
|
12285
12286
|
import { ParseLocation as ParseLocation2, ParseSourceSpan as ParseSourceSpan2 } from "@angular/compiler";
|
|
12286
12287
|
|
|
12287
|
-
// bazel-out/
|
|
12288
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
|
|
12288
12289
|
var LF_CHAR = 10;
|
|
12289
12290
|
var CR_CHAR = 13;
|
|
12290
12291
|
var LINE_SEP_CHAR = 8232;
|
|
@@ -12325,7 +12326,7 @@ function findClosestLineStartPosition(linesMap, position, low = 0, high = linesM
|
|
|
12325
12326
|
return low - 1;
|
|
12326
12327
|
}
|
|
12327
12328
|
|
|
12328
|
-
// bazel-out/
|
|
12329
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
|
|
12329
12330
|
var TemplateSource = class {
|
|
12330
12331
|
mapping;
|
|
12331
12332
|
file;
|
|
@@ -12374,7 +12375,7 @@ var DirectiveSourceManager = class {
|
|
|
12374
12375
|
}
|
|
12375
12376
|
};
|
|
12376
12377
|
|
|
12377
|
-
// bazel-out/
|
|
12378
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
|
|
12378
12379
|
import { AST, ASTWithName, ASTWithSource as ASTWithSource2, BindingPipe as BindingPipe2, PropertyRead as PropertyRead4, PropertyWrite as PropertyWrite3, R3Identifiers as R3Identifiers5, SafePropertyRead as SafePropertyRead4, TmplAstBoundAttribute as TmplAstBoundAttribute2, TmplAstBoundEvent, TmplAstElement as TmplAstElement3, TmplAstLetDeclaration as TmplAstLetDeclaration3, TmplAstReference as TmplAstReference3, TmplAstTemplate as TmplAstTemplate2, TmplAstTextAttribute as TmplAstTextAttribute3, TmplAstVariable as TmplAstVariable2 } from "@angular/compiler";
|
|
12379
12380
|
import ts45 from "typescript";
|
|
12380
12381
|
var SymbolBuilder = class {
|
|
@@ -12956,7 +12957,7 @@ function unwrapSignalInputWriteTAccessor(expr) {
|
|
|
12956
12957
|
};
|
|
12957
12958
|
}
|
|
12958
12959
|
|
|
12959
|
-
// bazel-out/
|
|
12960
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
|
|
12960
12961
|
var REGISTRY2 = new DomElementSchemaRegistry2();
|
|
12961
12962
|
var TemplateTypeCheckerImpl = class {
|
|
12962
12963
|
originalProgram;
|
|
@@ -13680,10 +13681,10 @@ var SingleShimTypeCheckingHost = class extends SingleFileTypeCheckingHost {
|
|
|
13680
13681
|
}
|
|
13681
13682
|
};
|
|
13682
13683
|
|
|
13683
|
-
// bazel-out/
|
|
13684
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/hmr/src/metadata.mjs
|
|
13684
13685
|
import { outputAst as o3 } from "@angular/compiler";
|
|
13685
13686
|
|
|
13686
|
-
// bazel-out/
|
|
13687
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/hmr/src/extract_dependencies.mjs
|
|
13687
13688
|
import { outputAst as o2 } from "@angular/compiler";
|
|
13688
13689
|
import ts46 from "typescript";
|
|
13689
13690
|
function extractHmrDependencies(node, definition, factory, deferBlockMetadata, classMetadata, debugInfo, reflection, evaluator) {
|
|
@@ -13895,7 +13896,7 @@ function isConstEnumReference(node, reflection) {
|
|
|
13895
13896
|
return declaration !== null && ts46.isEnumDeclaration(declaration.node) && !!((_a = declaration.node.modifiers) == null ? void 0 : _a.some((m) => m.kind === ts46.SyntaxKind.ConstKeyword));
|
|
13896
13897
|
}
|
|
13897
13898
|
|
|
13898
|
-
// bazel-out/
|
|
13899
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/hmr/src/metadata.mjs
|
|
13899
13900
|
import ts47 from "typescript";
|
|
13900
13901
|
function extractHmrMetatadata(clazz, reflection, evaluator, compilerHost, rootDirs, definition, factory, deferBlockMetadata, classMetadata, debugInfo) {
|
|
13901
13902
|
if (!reflection.isClass(clazz)) {
|
|
@@ -13917,7 +13918,7 @@ function extractHmrMetatadata(clazz, reflection, evaluator, compilerHost, rootDi
|
|
|
13917
13918
|
return meta;
|
|
13918
13919
|
}
|
|
13919
13920
|
|
|
13920
|
-
// bazel-out/
|
|
13921
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/hmr/src/update_declaration.mjs
|
|
13921
13922
|
import { compileHmrUpdateCallback } from "@angular/compiler";
|
|
13922
13923
|
import ts48 from "typescript";
|
|
13923
13924
|
function getHmrUpdateDeclaration(compilationResults, constantStatements, meta, declaration) {
|
|
@@ -13954,7 +13955,7 @@ var HmrModuleImportRewriter = class {
|
|
|
13954
13955
|
}
|
|
13955
13956
|
};
|
|
13956
13957
|
|
|
13957
|
-
// bazel-out/
|
|
13958
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
13958
13959
|
var EMPTY_ARRAY2 = [];
|
|
13959
13960
|
var isUsedDirective = (decl) => decl.kind === R3TemplateDependencyKind.Directive;
|
|
13960
13961
|
var isUsedPipe = (decl) => decl.kind === R3TemplateDependencyKind.Pipe;
|
|
@@ -15140,7 +15141,7 @@ function isDefaultImport(node) {
|
|
|
15140
15141
|
return node.importClause !== void 0 && node.importClause.namedBindings === void 0;
|
|
15141
15142
|
}
|
|
15142
15143
|
|
|
15143
|
-
// bazel-out/
|
|
15144
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
|
|
15144
15145
|
import { compileClassMetadata as compileClassMetadata3, compileDeclareClassMetadata as compileDeclareClassMetadata3, compileDeclareInjectableFromMetadata, compileInjectable, createMayBeForwardRefExpression as createMayBeForwardRefExpression3, FactoryTarget as FactoryTarget4, LiteralExpr as LiteralExpr3, WrappedNodeExpr as WrappedNodeExpr10 } from "@angular/compiler";
|
|
15145
15146
|
import ts50 from "typescript";
|
|
15146
15147
|
var InjectableDecoratorHandler = class {
|
|
@@ -15381,7 +15382,7 @@ function getDep(dep, reflector) {
|
|
|
15381
15382
|
return meta;
|
|
15382
15383
|
}
|
|
15383
15384
|
|
|
15384
|
-
// bazel-out/
|
|
15385
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
|
|
15385
15386
|
import { compileClassMetadata as compileClassMetadata4, compileDeclareClassMetadata as compileDeclareClassMetadata4, compileDeclarePipeFromMetadata, compilePipeFromMetadata, FactoryTarget as FactoryTarget5 } from "@angular/compiler";
|
|
15386
15387
|
import ts51 from "typescript";
|
|
15387
15388
|
var PipeSymbol = class extends SemanticSymbol {
|
|
@@ -15518,7 +15519,8 @@ var PipeDecoratorHandler = class {
|
|
|
15518
15519
|
nameExpr: analysis.pipeNameExpr,
|
|
15519
15520
|
isStandalone: analysis.meta.isStandalone,
|
|
15520
15521
|
decorator: analysis.decorator,
|
|
15521
|
-
isExplicitlyDeferred: false
|
|
15522
|
+
isExplicitlyDeferred: false,
|
|
15523
|
+
isPure: analysis.meta.pure
|
|
15522
15524
|
});
|
|
15523
15525
|
this.injectableRegistry.registerInjectable(node, {
|
|
15524
15526
|
ctorDeps: analysis.meta.deps
|
|
@@ -15629,4 +15631,4 @@ export {
|
|
|
15629
15631
|
* Use of this source code is governed by an MIT-style license that can be
|
|
15630
15632
|
* found in the LICENSE file at https://angular.dev/license
|
|
15631
15633
|
*/
|
|
15632
|
-
//# sourceMappingURL=chunk-
|
|
15634
|
+
//# sourceMappingURL=chunk-X2KDZPBI.js.map
|