@angular/compiler-cli 16.2.0-next.2 → 16.2.0-next.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/{chunk-URH5LEAG.js → chunk-7PCPPTTO.js} +5 -5
- package/bundles/{chunk-BFWVGVWL.js → chunk-DKWZY2MH.js} +31 -31
- package/bundles/{chunk-MDJQRJIS.js → chunk-E72KZKRK.js} +135 -96
- package/bundles/chunk-E72KZKRK.js.map +6 -0
- package/bundles/{chunk-OULZQUKT.js → chunk-EKTJ7622.js} +7 -7
- package/bundles/{chunk-2TZDDYW6.js → chunk-GRJYX2PA.js} +5 -5
- package/bundles/{chunk-4KV4DPNH.js → chunk-IPC76KA7.js} +21 -8
- package/bundles/chunk-IPC76KA7.js.map +6 -0
- package/bundles/{chunk-CF2CT7RQ.js → chunk-LYJKWJUC.js} +3 -3
- package/bundles/{chunk-ZE33XMQ7.js → chunk-NIK4FIWB.js} +6 -6
- package/bundles/{chunk-UZO5WCWI.js → chunk-SJLWUYXS.js} +5 -5
- package/bundles/{chunk-K2U2VZ7S.js → chunk-TBUSSXUA.js} +7 -7
- package/bundles/{chunk-2PV6GDIB.js → chunk-WF3L5COT.js} +21 -21
- package/bundles/{chunk-HHLM4WSJ.js → chunk-YZ3WOD5G.js} +85 -81
- package/bundles/{chunk-HHLM4WSJ.js.map → chunk-YZ3WOD5G.js.map} +1 -1
- package/bundles/index.js +13 -13
- package/bundles/linker/babel/index.js +16 -13
- package/bundles/linker/babel/index.js.map +1 -1
- package/bundles/linker/index.js +5 -5
- 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 +6 -6
- package/bundles/private/tooling.js +4 -4
- package/bundles/src/bin/ng_xi18n.js +11 -11
- package/bundles/src/bin/ngc.js +9 -9
- package/bundles_metadata.json +1 -1
- package/linker/babel/src/ast/babel_ast_factory.d.ts +1 -0
- package/package.json +2 -2
- package/src/ngtsc/annotations/component/src/handler.d.ts +2 -1
- package/src/ngtsc/annotations/component/src/resources.d.ts +1 -0
- package/src/ngtsc/core/src/compiler.d.ts +1 -0
- package/src/ngtsc/translator/src/api/ast_factory.d.ts +7 -0
- package/src/ngtsc/translator/src/translator.d.ts +1 -0
- package/src/ngtsc/translator/src/typescript_ast_factory.d.ts +1 -0
- package/bundles/chunk-4KV4DPNH.js.map +0 -6
- package/bundles/chunk-MDJQRJIS.js.map +0 -6
- /package/bundles/{chunk-URH5LEAG.js.map → chunk-7PCPPTTO.js.map} +0 -0
- /package/bundles/{chunk-BFWVGVWL.js.map → chunk-DKWZY2MH.js.map} +0 -0
- /package/bundles/{chunk-OULZQUKT.js.map → chunk-EKTJ7622.js.map} +0 -0
- /package/bundles/{chunk-2TZDDYW6.js.map → chunk-GRJYX2PA.js.map} +0 -0
- /package/bundles/{chunk-CF2CT7RQ.js.map → chunk-LYJKWJUC.js.map} +0 -0
- /package/bundles/{chunk-ZE33XMQ7.js.map → chunk-NIK4FIWB.js.map} +0 -0
- /package/bundles/{chunk-UZO5WCWI.js.map → chunk-SJLWUYXS.js.map} +0 -0
- /package/bundles/{chunk-K2U2VZ7S.js.map → chunk-TBUSSXUA.js.map} +0 -0
- /package/bundles/{chunk-2PV6GDIB.js.map → chunk-WF3L5COT.js.map} +0 -0
|
@@ -9,13 +9,13 @@ import {
|
|
|
9
9
|
reflectObjectLiteral,
|
|
10
10
|
reflectTypeEntityToDeclaration,
|
|
11
11
|
typeNodeToValueExpr
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-NIK4FIWB.js";
|
|
13
13
|
import {
|
|
14
14
|
ImportManager,
|
|
15
15
|
translateExpression,
|
|
16
16
|
translateStatement,
|
|
17
17
|
translateType
|
|
18
|
-
} from "./chunk-
|
|
18
|
+
} from "./chunk-IPC76KA7.js";
|
|
19
19
|
import {
|
|
20
20
|
ErrorCode,
|
|
21
21
|
FatalDiagnosticError,
|
|
@@ -32,18 +32,18 @@ import {
|
|
|
32
32
|
makeRelatedInformation,
|
|
33
33
|
nodeDebugInfo,
|
|
34
34
|
nodeNameForError
|
|
35
|
-
} from "./chunk-
|
|
35
|
+
} from "./chunk-WF3L5COT.js";
|
|
36
36
|
import {
|
|
37
37
|
PerfEvent,
|
|
38
38
|
PerfPhase
|
|
39
|
-
} from "./chunk-
|
|
39
|
+
} from "./chunk-7PCPPTTO.js";
|
|
40
40
|
import {
|
|
41
41
|
absoluteFrom,
|
|
42
42
|
absoluteFromSourceFile,
|
|
43
43
|
relative
|
|
44
|
-
} from "./chunk-
|
|
44
|
+
} from "./chunk-TBUSSXUA.js";
|
|
45
45
|
|
|
46
|
-
// bazel-out/
|
|
46
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
|
|
47
47
|
import { ExternalExpr, ParseLocation, ParseSourceFile, ParseSourceSpan, ReadPropExpr, WrappedNodeExpr } from "@angular/compiler";
|
|
48
48
|
import ts from "typescript";
|
|
49
49
|
function valueReferenceToExpression(valueRef) {
|
|
@@ -284,7 +284,7 @@ function isAbstractClassDeclaration(clazz) {
|
|
|
284
284
|
return ts.canHaveModifiers(clazz) && clazz.modifiers !== void 0 ? clazz.modifiers.some((mod) => mod.kind === ts.SyntaxKind.AbstractKeyword) : false;
|
|
285
285
|
}
|
|
286
286
|
|
|
287
|
-
// bazel-out/
|
|
287
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
|
|
288
288
|
var DynamicValue = class {
|
|
289
289
|
constructor(node, reason, code) {
|
|
290
290
|
this.node = node;
|
|
@@ -374,10 +374,10 @@ var DynamicValue = class {
|
|
|
374
374
|
}
|
|
375
375
|
};
|
|
376
376
|
|
|
377
|
-
// bazel-out/
|
|
377
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
378
378
|
import ts2 from "typescript";
|
|
379
379
|
|
|
380
|
-
// bazel-out/
|
|
380
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
|
|
381
381
|
var ResolvedModule = class {
|
|
382
382
|
constructor(exports, evaluate) {
|
|
383
383
|
this.exports = exports;
|
|
@@ -407,7 +407,7 @@ var EnumValue = class {
|
|
|
407
407
|
var KnownFn = class {
|
|
408
408
|
};
|
|
409
409
|
|
|
410
|
-
// bazel-out/
|
|
410
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
|
|
411
411
|
var ArraySliceBuiltinFn = class extends KnownFn {
|
|
412
412
|
constructor(lhs) {
|
|
413
413
|
super();
|
|
@@ -459,14 +459,14 @@ var StringConcatBuiltinFn = class extends KnownFn {
|
|
|
459
459
|
}
|
|
460
460
|
};
|
|
461
461
|
|
|
462
|
-
// bazel-out/
|
|
462
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
|
|
463
463
|
var SyntheticValue = class {
|
|
464
464
|
constructor(value) {
|
|
465
465
|
this.value = value;
|
|
466
466
|
}
|
|
467
467
|
};
|
|
468
468
|
|
|
469
|
-
// bazel-out/
|
|
469
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
470
470
|
function literalBinaryOp(op) {
|
|
471
471
|
return { op, literal: true };
|
|
472
472
|
}
|
|
@@ -1047,7 +1047,7 @@ function getOriginalKeywordKind(identifier) {
|
|
|
1047
1047
|
return typeof ts2.identifierToKeywordKind === "function" ? ts2.identifierToKeywordKind(identifier) : identifier.originalKeywordKind;
|
|
1048
1048
|
}
|
|
1049
1049
|
|
|
1050
|
-
// bazel-out/
|
|
1050
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
|
|
1051
1051
|
var PartialEvaluator = class {
|
|
1052
1052
|
constructor(host, checker, dependencyTracker) {
|
|
1053
1053
|
this.host = host;
|
|
@@ -1067,7 +1067,7 @@ var PartialEvaluator = class {
|
|
|
1067
1067
|
}
|
|
1068
1068
|
};
|
|
1069
1069
|
|
|
1070
|
-
// bazel-out/
|
|
1070
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
|
|
1071
1071
|
import ts3 from "typescript";
|
|
1072
1072
|
function describeResolvedType(value, maxDepth = 1) {
|
|
1073
1073
|
var _a, _b;
|
|
@@ -1197,7 +1197,7 @@ function getContainerNode(node) {
|
|
|
1197
1197
|
return node.getSourceFile();
|
|
1198
1198
|
}
|
|
1199
1199
|
|
|
1200
|
-
// bazel-out/
|
|
1200
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
|
|
1201
1201
|
import { LiteralExpr, WrappedNodeExpr as WrappedNodeExpr2 } from "@angular/compiler";
|
|
1202
1202
|
import ts4 from "typescript";
|
|
1203
1203
|
function getConstructorDependencies(clazz, reflector, isCore) {
|
|
@@ -1341,10 +1341,10 @@ function createUnsuitableInjectionTokenError(clazz, error) {
|
|
|
1341
1341
|
return new FatalDiagnosticError(ErrorCode.PARAM_MISSING_TOKEN, param.nameNode, chain, hints);
|
|
1342
1342
|
}
|
|
1343
1343
|
|
|
1344
|
-
// bazel-out/
|
|
1344
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
|
|
1345
1345
|
import ts7 from "typescript";
|
|
1346
1346
|
|
|
1347
|
-
// bazel-out/
|
|
1347
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
|
|
1348
1348
|
var MetaKind;
|
|
1349
1349
|
(function(MetaKind2) {
|
|
1350
1350
|
MetaKind2[MetaKind2["Directive"] = 0] = "Directive";
|
|
@@ -1357,10 +1357,10 @@ var MatchSource;
|
|
|
1357
1357
|
MatchSource2[MatchSource2["HostDirective"] = 1] = "HostDirective";
|
|
1358
1358
|
})(MatchSource || (MatchSource = {}));
|
|
1359
1359
|
|
|
1360
|
-
// bazel-out/
|
|
1360
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
1361
1361
|
import ts6 from "typescript";
|
|
1362
1362
|
|
|
1363
|
-
// bazel-out/
|
|
1363
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
|
|
1364
1364
|
var ClassPropertyMapping = class {
|
|
1365
1365
|
constructor(forwardMap) {
|
|
1366
1366
|
this.forwardMap = forwardMap;
|
|
@@ -1438,7 +1438,7 @@ function reverseMapFromForwardMap(forwardMap) {
|
|
|
1438
1438
|
return reverseMap;
|
|
1439
1439
|
}
|
|
1440
1440
|
|
|
1441
|
-
// bazel-out/
|
|
1441
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
|
|
1442
1442
|
import ts5 from "typescript";
|
|
1443
1443
|
function extractReferencesFromType(checker, def, bestGuessOwningModule) {
|
|
1444
1444
|
if (!ts5.isTupleTypeNode(def)) {
|
|
@@ -1623,7 +1623,7 @@ function hasInjectableFields(clazz, host) {
|
|
|
1623
1623
|
return members.some(({ isStatic, name }) => isStatic && (name === "\u0275prov" || name === "\u0275fac"));
|
|
1624
1624
|
}
|
|
1625
1625
|
|
|
1626
|
-
// bazel-out/
|
|
1626
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
1627
1627
|
var DtsMetadataReader = class {
|
|
1628
1628
|
constructor(checker, reflector) {
|
|
1629
1629
|
this.checker = checker;
|
|
@@ -1798,7 +1798,7 @@ function readHostDirectivesType(checker, type, bestGuessOwningModule) {
|
|
|
1798
1798
|
return result.length > 0 ? result : null;
|
|
1799
1799
|
}
|
|
1800
1800
|
|
|
1801
|
-
// bazel-out/
|
|
1801
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
|
|
1802
1802
|
function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
1803
1803
|
const topMeta = reader.getDirectiveMetadata(dir);
|
|
1804
1804
|
if (topMeta === null) {
|
|
@@ -1856,7 +1856,7 @@ function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
|
1856
1856
|
};
|
|
1857
1857
|
}
|
|
1858
1858
|
|
|
1859
|
-
// bazel-out/
|
|
1859
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
|
|
1860
1860
|
var LocalMetadataRegistry = class {
|
|
1861
1861
|
constructor() {
|
|
1862
1862
|
this.directives = /* @__PURE__ */ new Map();
|
|
@@ -1913,7 +1913,7 @@ var CompoundMetadataRegistry = class {
|
|
|
1913
1913
|
}
|
|
1914
1914
|
};
|
|
1915
1915
|
|
|
1916
|
-
// bazel-out/
|
|
1916
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
|
|
1917
1917
|
var ResourceRegistry = class {
|
|
1918
1918
|
constructor() {
|
|
1919
1919
|
this.externalTemplateToComponentsMap = /* @__PURE__ */ new Map();
|
|
@@ -1978,7 +1978,7 @@ var ResourceRegistry = class {
|
|
|
1978
1978
|
}
|
|
1979
1979
|
};
|
|
1980
1980
|
|
|
1981
|
-
// bazel-out/
|
|
1981
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
|
|
1982
1982
|
var ExportedProviderStatusResolver = class {
|
|
1983
1983
|
constructor(metaReader) {
|
|
1984
1984
|
this.metaReader = metaReader;
|
|
@@ -2022,7 +2022,7 @@ var ExportedProviderStatusResolver = class {
|
|
|
2022
2022
|
}
|
|
2023
2023
|
};
|
|
2024
2024
|
|
|
2025
|
-
// bazel-out/
|
|
2025
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
|
|
2026
2026
|
var EMPTY_ARRAY = [];
|
|
2027
2027
|
var HostDirectivesResolver = class {
|
|
2028
2028
|
constructor(metaReader) {
|
|
@@ -2084,7 +2084,7 @@ function resolveOutput(bindingName) {
|
|
|
2084
2084
|
return bindingName;
|
|
2085
2085
|
}
|
|
2086
2086
|
|
|
2087
|
-
// bazel-out/
|
|
2087
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
|
|
2088
2088
|
function makeDuplicateDeclarationError(node, data, kind) {
|
|
2089
2089
|
const context = [];
|
|
2090
2090
|
for (const decl of data) {
|
|
@@ -2280,7 +2280,7 @@ function getInheritedUndecoratedCtorDiagnostic(node, baseClass, kind) {
|
|
|
2280
2280
|
return makeDiagnostic(ErrorCode.DIRECTIVE_INHERITS_UNDECORATED_CTOR, node.name, `The ${kind.toLowerCase()} ${node.name.text} inherits its constructor from ${baseClassName}, but the latter does not have an Angular decorator of its own. Dependency injection will not be able to resolve the parameters of ${baseClassName}'s constructor. Either add a @${baseNeedsDecorator} decorator to ${baseClassName}, or add an explicit constructor to ${node.name.text}.`);
|
|
2281
2281
|
}
|
|
2282
2282
|
|
|
2283
|
-
// bazel-out/
|
|
2283
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
|
|
2284
2284
|
import ts8 from "typescript";
|
|
2285
2285
|
function resolveEnumValue(evaluator, metadata, field, enumSymbolName) {
|
|
2286
2286
|
let resolved = null;
|
|
@@ -2313,7 +2313,7 @@ function resolveLiteral(decorator, literalCache) {
|
|
|
2313
2313
|
return meta;
|
|
2314
2314
|
}
|
|
2315
2315
|
|
|
2316
|
-
// bazel-out/
|
|
2316
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
|
|
2317
2317
|
import { compileDeclareFactoryFunction, compileFactoryFunction } from "@angular/compiler";
|
|
2318
2318
|
function compileNgFactoryDefField(metadata) {
|
|
2319
2319
|
const res = compileFactoryFunction(metadata);
|
|
@@ -2324,7 +2324,7 @@ function compileDeclareFactory(metadata) {
|
|
|
2324
2324
|
return { name: "\u0275fac", initializer: res.expression, statements: res.statements, type: res.type };
|
|
2325
2325
|
}
|
|
2326
2326
|
|
|
2327
|
-
// bazel-out/
|
|
2327
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
|
|
2328
2328
|
var InjectableClassRegistry = class {
|
|
2329
2329
|
constructor(host, isCore) {
|
|
2330
2330
|
this.host = host;
|
|
@@ -2350,7 +2350,7 @@ var InjectableClassRegistry = class {
|
|
|
2350
2350
|
}
|
|
2351
2351
|
};
|
|
2352
2352
|
|
|
2353
|
-
// bazel-out/
|
|
2353
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
|
|
2354
2354
|
import { FunctionExpr, LiteralArrayExpr, LiteralExpr as LiteralExpr2, literalMap, ReturnStatement, WrappedNodeExpr as WrappedNodeExpr3 } from "@angular/compiler";
|
|
2355
2355
|
import ts9 from "typescript";
|
|
2356
2356
|
function extractClassMetadata(clazz, reflection, isCore, annotateForClosureCompiler, angularDecoratorTransform = (dec) => dec) {
|
|
@@ -2437,13 +2437,13 @@ function removeIdentifierReferences(node, name) {
|
|
|
2437
2437
|
return result.transformed[0];
|
|
2438
2438
|
}
|
|
2439
2439
|
|
|
2440
|
-
// bazel-out/
|
|
2440
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
|
|
2441
2441
|
var NoopReferencesRegistry = class {
|
|
2442
2442
|
add(source, ...references) {
|
|
2443
2443
|
}
|
|
2444
2444
|
};
|
|
2445
2445
|
|
|
2446
|
-
// bazel-out/
|
|
2446
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
|
|
2447
2447
|
import { CUSTOM_ELEMENTS_SCHEMA, NO_ERRORS_SCHEMA } from "@angular/compiler";
|
|
2448
2448
|
function extractSchemas(rawExpr, evaluator, context) {
|
|
2449
2449
|
const schemas = [];
|
|
@@ -2473,7 +2473,7 @@ function extractSchemas(rawExpr, evaluator, context) {
|
|
|
2473
2473
|
return schemas;
|
|
2474
2474
|
}
|
|
2475
2475
|
|
|
2476
|
-
// bazel-out/
|
|
2476
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/input_transforms.mjs
|
|
2477
2477
|
import { outputAst } from "@angular/compiler";
|
|
2478
2478
|
function compileInputTransformFields(inputs) {
|
|
2479
2479
|
const extraFields = [];
|
|
@@ -2490,11 +2490,11 @@ function compileInputTransformFields(inputs) {
|
|
|
2490
2490
|
return extraFields;
|
|
2491
2491
|
}
|
|
2492
2492
|
|
|
2493
|
-
// bazel-out/
|
|
2493
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
2494
2494
|
import { compileClassMetadata as compileClassMetadata3, compileComponentFromMetadata, compileDeclareClassMetadata as compileDeclareClassMetadata3, compileDeclareComponentFromMetadata, CssSelector as CssSelector2, DEFAULT_INTERPOLATION_CONFIG as DEFAULT_INTERPOLATION_CONFIG2, DomElementSchemaRegistry, FactoryTarget as FactoryTarget3, makeBindingParser as makeBindingParser2, R3TargetBinder, R3TemplateDependencyKind, SelectorMatcher as SelectorMatcher2, ViewEncapsulation, WrappedNodeExpr as WrappedNodeExpr7 } from "@angular/compiler";
|
|
2495
2495
|
import ts24 from "typescript";
|
|
2496
2496
|
|
|
2497
|
-
// bazel-out/
|
|
2497
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
|
|
2498
2498
|
import ts10 from "typescript";
|
|
2499
2499
|
var SemanticSymbol = class {
|
|
2500
2500
|
constructor(decl) {
|
|
@@ -2510,7 +2510,7 @@ function getSymbolIdentifier(decl) {
|
|
|
2510
2510
|
return decl.name.text;
|
|
2511
2511
|
}
|
|
2512
2512
|
|
|
2513
|
-
// bazel-out/
|
|
2513
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
|
|
2514
2514
|
import { ExternalExpr as ExternalExpr2 } from "@angular/compiler";
|
|
2515
2515
|
var OpaqueSymbol = class extends SemanticSymbol {
|
|
2516
2516
|
isPublicApiAffected() {
|
|
@@ -2653,10 +2653,10 @@ function getImportPath(expr) {
|
|
|
2653
2653
|
}
|
|
2654
2654
|
}
|
|
2655
2655
|
|
|
2656
|
-
// bazel-out/
|
|
2656
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
2657
2657
|
import ts11 from "typescript";
|
|
2658
2658
|
|
|
2659
|
-
// bazel-out/
|
|
2659
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
|
|
2660
2660
|
function isSymbolEqual(a, b) {
|
|
2661
2661
|
if (a.decl === b.decl) {
|
|
2662
2662
|
return true;
|
|
@@ -2706,7 +2706,7 @@ function isSetEqual(a, b, equalityTester = referenceEquality) {
|
|
|
2706
2706
|
return true;
|
|
2707
2707
|
}
|
|
2708
2708
|
|
|
2709
|
-
// bazel-out/
|
|
2709
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
2710
2710
|
function extractSemanticTypeParameters(node) {
|
|
2711
2711
|
if (!ts11.isClassDeclaration(node) || node.typeParameters === void 0) {
|
|
2712
2712
|
return null;
|
|
@@ -2726,14 +2726,14 @@ function isTypeParameterEqual(a, b) {
|
|
|
2726
2726
|
return a.hasGenericTypeBound === b.hasGenericTypeBound;
|
|
2727
2727
|
}
|
|
2728
2728
|
|
|
2729
|
-
// bazel-out/
|
|
2729
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
|
|
2730
2730
|
var ComponentScopeKind;
|
|
2731
2731
|
(function(ComponentScopeKind2) {
|
|
2732
2732
|
ComponentScopeKind2[ComponentScopeKind2["NgModule"] = 0] = "NgModule";
|
|
2733
2733
|
ComponentScopeKind2[ComponentScopeKind2["Standalone"] = 1] = "Standalone";
|
|
2734
2734
|
})(ComponentScopeKind || (ComponentScopeKind = {}));
|
|
2735
2735
|
|
|
2736
|
-
// bazel-out/
|
|
2736
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
|
|
2737
2737
|
var CompoundComponentScopeReader = class {
|
|
2738
2738
|
constructor(readers) {
|
|
2739
2739
|
this.readers = readers;
|
|
@@ -2758,7 +2758,7 @@ var CompoundComponentScopeReader = class {
|
|
|
2758
2758
|
}
|
|
2759
2759
|
};
|
|
2760
2760
|
|
|
2761
|
-
// bazel-out/
|
|
2761
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
|
|
2762
2762
|
var MetadataDtsModuleScopeResolver = class {
|
|
2763
2763
|
constructor(dtsMetaReader, aliasingHost) {
|
|
2764
2764
|
this.dtsMetaReader = dtsMetaReader;
|
|
@@ -2834,11 +2834,11 @@ var MetadataDtsModuleScopeResolver = class {
|
|
|
2834
2834
|
}
|
|
2835
2835
|
};
|
|
2836
2836
|
|
|
2837
|
-
// bazel-out/
|
|
2837
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
2838
2838
|
import { ExternalExpr as ExternalExpr3 } from "@angular/compiler";
|
|
2839
2839
|
import ts12 from "typescript";
|
|
2840
2840
|
|
|
2841
|
-
// bazel-out/
|
|
2841
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
|
|
2842
2842
|
function getDiagnosticNode(ref, rawExpr) {
|
|
2843
2843
|
return rawExpr !== null ? ref.getOriginForDiagnostics(rawExpr) : ref.node.name;
|
|
2844
2844
|
}
|
|
@@ -2861,7 +2861,7 @@ function makeUnknownComponentImportDiagnostic(ref, rawExpr) {
|
|
|
2861
2861
|
return makeDiagnostic(ErrorCode.COMPONENT_UNKNOWN_IMPORT, getDiagnosticNode(ref, rawExpr), `Component imports must be standalone components, directives, pipes, or must be NgModules.`);
|
|
2862
2862
|
}
|
|
2863
2863
|
|
|
2864
|
-
// bazel-out/
|
|
2864
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
2865
2865
|
var LocalModuleScopeRegistry = class {
|
|
2866
2866
|
constructor(localReader, fullReader, dependencyScopeReader, refEmitter, aliasingHost) {
|
|
2867
2867
|
this.localReader = localReader;
|
|
@@ -3200,7 +3200,7 @@ function reexportCollision(module, refA, refB) {
|
|
|
3200
3200
|
]);
|
|
3201
3201
|
}
|
|
3202
3202
|
|
|
3203
|
-
// bazel-out/
|
|
3203
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
|
|
3204
3204
|
import { CssSelector, SelectorMatcher } from "@angular/compiler";
|
|
3205
3205
|
import ts13 from "typescript";
|
|
3206
3206
|
var TypeCheckScopeRegistry = class {
|
|
@@ -3269,7 +3269,7 @@ var TypeCheckScopeRegistry = class {
|
|
|
3269
3269
|
}
|
|
3270
3270
|
};
|
|
3271
3271
|
|
|
3272
|
-
// bazel-out/
|
|
3272
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
|
|
3273
3273
|
var CompilationMode;
|
|
3274
3274
|
(function(CompilationMode2) {
|
|
3275
3275
|
CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
|
|
@@ -3283,7 +3283,7 @@ var HandlerPrecedence;
|
|
|
3283
3283
|
HandlerPrecedence2[HandlerPrecedence2["WEAK"] = 2] = "WEAK";
|
|
3284
3284
|
})(HandlerPrecedence || (HandlerPrecedence = {}));
|
|
3285
3285
|
|
|
3286
|
-
// bazel-out/
|
|
3286
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
|
|
3287
3287
|
import ts14 from "typescript";
|
|
3288
3288
|
function aliasTransformFactory(exportStatements) {
|
|
3289
3289
|
return () => {
|
|
@@ -3306,10 +3306,10 @@ function aliasTransformFactory(exportStatements) {
|
|
|
3306
3306
|
};
|
|
3307
3307
|
}
|
|
3308
3308
|
|
|
3309
|
-
// bazel-out/
|
|
3309
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
3310
3310
|
import ts15 from "typescript";
|
|
3311
3311
|
|
|
3312
|
-
// bazel-out/
|
|
3312
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
|
|
3313
3313
|
var TraitState;
|
|
3314
3314
|
(function(TraitState2) {
|
|
3315
3315
|
TraitState2[TraitState2["Pending"] = 0] = "Pending";
|
|
@@ -3366,7 +3366,7 @@ var TraitImpl = class {
|
|
|
3366
3366
|
}
|
|
3367
3367
|
};
|
|
3368
3368
|
|
|
3369
|
-
// bazel-out/
|
|
3369
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
3370
3370
|
var TraitCompiler = class {
|
|
3371
3371
|
constructor(handlers, reflector, perf, incrementalBuild, compileNonExportedClasses, compilationMode, dtsTransforms, semanticDepGraphUpdater, sourceFileTypeIdentifier) {
|
|
3372
3372
|
this.handlers = handlers;
|
|
@@ -3814,10 +3814,10 @@ function containsErrors(diagnostics) {
|
|
|
3814
3814
|
return diagnostics !== null && diagnostics.some((diag) => diag.category === ts15.DiagnosticCategory.Error);
|
|
3815
3815
|
}
|
|
3816
3816
|
|
|
3817
|
-
// bazel-out/
|
|
3817
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
3818
3818
|
import ts17 from "typescript";
|
|
3819
3819
|
|
|
3820
|
-
// bazel-out/
|
|
3820
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/utils.mjs
|
|
3821
3821
|
import ts16 from "typescript";
|
|
3822
3822
|
function addImports(importManager, sf, extraStatements = []) {
|
|
3823
3823
|
const addedImports = importManager.getAllImports(sf.fileName).map((i) => {
|
|
@@ -3853,7 +3853,7 @@ function isImportStatement(stmt) {
|
|
|
3853
3853
|
return ts16.isImportDeclaration(stmt) || ts16.isImportEqualsDeclaration(stmt) || ts16.isNamespaceImport(stmt);
|
|
3854
3854
|
}
|
|
3855
3855
|
|
|
3856
|
-
// bazel-out/
|
|
3856
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
3857
3857
|
var DtsTransformRegistry = class {
|
|
3858
3858
|
constructor() {
|
|
3859
3859
|
this.ivyDeclarationTransforms = /* @__PURE__ */ new Map();
|
|
@@ -4000,11 +4000,11 @@ function markForEmitAsSingleLine(node) {
|
|
|
4000
4000
|
ts17.forEachChild(node, markForEmitAsSingleLine);
|
|
4001
4001
|
}
|
|
4002
4002
|
|
|
4003
|
-
// bazel-out/
|
|
4003
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
4004
4004
|
import { ConstantPool } from "@angular/compiler";
|
|
4005
4005
|
import ts19 from "typescript";
|
|
4006
4006
|
|
|
4007
|
-
// bazel-out/
|
|
4007
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
|
|
4008
4008
|
import ts18 from "typescript";
|
|
4009
4009
|
function visit(node, visitor, context) {
|
|
4010
4010
|
return visitor._visit(node, context);
|
|
@@ -4065,7 +4065,7 @@ var Visitor = class {
|
|
|
4065
4065
|
}
|
|
4066
4066
|
};
|
|
4067
4067
|
|
|
4068
|
-
// bazel-out/
|
|
4068
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
4069
4069
|
var NO_DECORATORS = /* @__PURE__ */ new Set();
|
|
4070
4070
|
var CLOSURE_FILE_OVERVIEW_REGEXP = /\s+@fileoverview\s+/i;
|
|
4071
4071
|
function ivyTransformFactory(compilation, reflector, importRewriter, defaultImportTracker, perf, isCore, isClosureCompilerEnabled) {
|
|
@@ -4276,10 +4276,10 @@ function nodeArrayFromDecoratorsArray(decorators) {
|
|
|
4276
4276
|
return array;
|
|
4277
4277
|
}
|
|
4278
4278
|
|
|
4279
|
-
// bazel-out/
|
|
4279
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
|
|
4280
4280
|
import { compileClassMetadata, compileDeclareClassMetadata, compileDeclareDirectiveFromMetadata, compileDirectiveFromMetadata, FactoryTarget, makeBindingParser, WrappedNodeExpr as WrappedNodeExpr5 } from "@angular/compiler";
|
|
4281
4281
|
|
|
4282
|
-
// bazel-out/
|
|
4282
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
|
|
4283
4283
|
import { createMayBeForwardRefExpression, emitDistinctChangesOnlyDefaultValue, ExternalExpr as ExternalExpr4, getSafePropertyAccessString, parseHostBindings, verifyHostBindings, WrappedNodeExpr as WrappedNodeExpr4 } from "@angular/compiler";
|
|
4284
4284
|
import ts20 from "typescript";
|
|
4285
4285
|
var EMPTY_OBJECT = {};
|
|
@@ -4843,7 +4843,7 @@ function toR3InputMetadata(mapping) {
|
|
|
4843
4843
|
};
|
|
4844
4844
|
}
|
|
4845
4845
|
|
|
4846
|
-
// bazel-out/
|
|
4846
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
|
|
4847
4847
|
var DirectiveSymbol = class extends SemanticSymbol {
|
|
4848
4848
|
constructor(decl, selector, inputs, outputs, exportAs, typeCheckMeta, typeParameters) {
|
|
4849
4849
|
super(decl);
|
|
@@ -4923,7 +4923,7 @@ function isBaseClassEqual(current, previous) {
|
|
|
4923
4923
|
return isSymbolEqual(current, previous);
|
|
4924
4924
|
}
|
|
4925
4925
|
|
|
4926
|
-
// bazel-out/
|
|
4926
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
|
|
4927
4927
|
var FIELD_DECORATORS = [
|
|
4928
4928
|
"Input",
|
|
4929
4929
|
"Output",
|
|
@@ -5094,11 +5094,11 @@ var DirectiveDecoratorHandler = class {
|
|
|
5094
5094
|
}
|
|
5095
5095
|
};
|
|
5096
5096
|
|
|
5097
|
-
// bazel-out/
|
|
5097
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
5098
5098
|
import { compileClassMetadata as compileClassMetadata2, compileDeclareClassMetadata as compileDeclareClassMetadata2, compileDeclareInjectorFromMetadata, compileDeclareNgModuleFromMetadata, compileInjector, compileNgModule, ExternalExpr as ExternalExpr5, FactoryTarget as FactoryTarget2, FunctionExpr as FunctionExpr2, InvokeFunctionExpr, LiteralArrayExpr as LiteralArrayExpr2, R3Identifiers, R3NgModuleMetadataKind, R3SelectorScopeMode, ReturnStatement as ReturnStatement2, WrappedNodeExpr as WrappedNodeExpr6 } from "@angular/compiler";
|
|
5099
5099
|
import ts22 from "typescript";
|
|
5100
5100
|
|
|
5101
|
-
// bazel-out/
|
|
5101
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
|
|
5102
5102
|
import ts21 from "typescript";
|
|
5103
5103
|
function createModuleWithProvidersResolver(reflector, isCore) {
|
|
5104
5104
|
function _reflectModuleFromTypeParam(type, node) {
|
|
@@ -5165,7 +5165,7 @@ function isResolvedModuleWithProviders(sv) {
|
|
|
5165
5165
|
return typeof sv.value === "object" && sv.value != null && sv.value.hasOwnProperty("ngModule") && sv.value.hasOwnProperty("mwpCall");
|
|
5166
5166
|
}
|
|
5167
5167
|
|
|
5168
|
-
// bazel-out/
|
|
5168
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
5169
5169
|
var NgModuleSymbol = class extends SemanticSymbol {
|
|
5170
5170
|
constructor(decl, hasProviders) {
|
|
5171
5171
|
super(decl);
|
|
@@ -5718,7 +5718,7 @@ function isSyntheticReference(ref) {
|
|
|
5718
5718
|
return ref.synthetic;
|
|
5719
5719
|
}
|
|
5720
5720
|
|
|
5721
|
-
// bazel-out/
|
|
5721
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
|
|
5722
5722
|
function makeCyclicImportInfo(ref, type, cycle) {
|
|
5723
5723
|
const name = ref.debugName || "(unknown)";
|
|
5724
5724
|
const path = cycle.getPath().map((sf) => sf.fileName).join(" -> ");
|
|
@@ -5741,7 +5741,7 @@ function checkCustomElementSelectorForErrors(selector) {
|
|
|
5741
5741
|
return null;
|
|
5742
5742
|
}
|
|
5743
5743
|
|
|
5744
|
-
// bazel-out/
|
|
5744
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
|
|
5745
5745
|
import { DEFAULT_INTERPOLATION_CONFIG, InterpolationConfig, ParseSourceFile as ParseSourceFile2, parseTemplate } from "@angular/compiler";
|
|
5746
5746
|
import ts23 from "typescript";
|
|
5747
5747
|
function getTemplateDeclarationNodeForError(declaration) {
|
|
@@ -5821,7 +5821,8 @@ function parseExtractedTemplate(template, sourceStr, sourceParseRange, escapedSt
|
|
|
5821
5821
|
escapedString,
|
|
5822
5822
|
enableI18nLegacyMessageIdFormat: options.enableI18nLegacyMessageIdFormat,
|
|
5823
5823
|
i18nNormalizeLineEndingsInICUs,
|
|
5824
|
-
alwaysAttemptHtmlToR3AstConversion: options.usePoisonedData
|
|
5824
|
+
alwaysAttemptHtmlToR3AstConversion: options.usePoisonedData,
|
|
5825
|
+
enabledBlockTypes: options.enabledBlockTypes
|
|
5825
5826
|
});
|
|
5826
5827
|
const { nodes: diagNodes } = parseTemplate(sourceStr, sourceMapUrl != null ? sourceMapUrl : "", {
|
|
5827
5828
|
preserveWhitespaces: true,
|
|
@@ -6055,7 +6056,7 @@ function _extractTemplateStyleUrls(template) {
|
|
|
6055
6056
|
return template.styleUrls.map((url) => ({ url, source: 1, nodeForError }));
|
|
6056
6057
|
}
|
|
6057
6058
|
|
|
6058
|
-
// bazel-out/
|
|
6059
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
|
|
6059
6060
|
var ComponentSymbol = class extends DirectiveSymbol {
|
|
6060
6061
|
constructor() {
|
|
6061
6062
|
super(...arguments);
|
|
@@ -6090,7 +6091,7 @@ var ComponentSymbol = class extends DirectiveSymbol {
|
|
|
6090
6091
|
}
|
|
6091
6092
|
};
|
|
6092
6093
|
|
|
6093
|
-
// bazel-out/
|
|
6094
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
|
|
6094
6095
|
function collectAnimationNames(value, animationTriggerNames) {
|
|
6095
6096
|
if (value instanceof Map) {
|
|
6096
6097
|
const name = value.get("name");
|
|
@@ -6166,10 +6167,10 @@ function isLikelyModuleWithProviders(value) {
|
|
|
6166
6167
|
return false;
|
|
6167
6168
|
}
|
|
6168
6169
|
|
|
6169
|
-
// bazel-out/
|
|
6170
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
6170
6171
|
var EMPTY_ARRAY2 = [];
|
|
6171
6172
|
var ComponentDecoratorHandler = class {
|
|
6172
|
-
constructor(reflector, evaluator, metaRegistry, metaReader, scopeReader, dtsScopeReader, scopeRegistry, typeCheckScopeRegistry, resourceRegistry, isCore, strictCtorDeps, resourceLoader, rootDirs, defaultPreserveWhitespaces, i18nUseExternalIds, enableI18nLegacyMessageIdFormat, usePoisonedData, i18nNormalizeLineEndingsInICUs, moduleResolver, cycleAnalyzer, cycleHandlingStrategy, refEmitter, referencesRegistry, depTracker, injectableRegistry, semanticDepGraphUpdater, annotateForClosureCompiler, perf, hostDirectivesResolver, includeClassMetadata, compilationMode) {
|
|
6173
|
+
constructor(reflector, evaluator, metaRegistry, metaReader, scopeReader, dtsScopeReader, scopeRegistry, typeCheckScopeRegistry, resourceRegistry, isCore, strictCtorDeps, resourceLoader, rootDirs, defaultPreserveWhitespaces, i18nUseExternalIds, enableI18nLegacyMessageIdFormat, usePoisonedData, i18nNormalizeLineEndingsInICUs, enabledBlockTypes, moduleResolver, cycleAnalyzer, cycleHandlingStrategy, refEmitter, referencesRegistry, depTracker, injectableRegistry, semanticDepGraphUpdater, annotateForClosureCompiler, perf, hostDirectivesResolver, includeClassMetadata, compilationMode) {
|
|
6173
6174
|
this.reflector = reflector;
|
|
6174
6175
|
this.evaluator = evaluator;
|
|
6175
6176
|
this.metaRegistry = metaRegistry;
|
|
@@ -6188,6 +6189,7 @@ var ComponentDecoratorHandler = class {
|
|
|
6188
6189
|
this.enableI18nLegacyMessageIdFormat = enableI18nLegacyMessageIdFormat;
|
|
6189
6190
|
this.usePoisonedData = usePoisonedData;
|
|
6190
6191
|
this.i18nNormalizeLineEndingsInICUs = i18nNormalizeLineEndingsInICUs;
|
|
6192
|
+
this.enabledBlockTypes = enabledBlockTypes;
|
|
6191
6193
|
this.moduleResolver = moduleResolver;
|
|
6192
6194
|
this.cycleAnalyzer = cycleAnalyzer;
|
|
6193
6195
|
this.cycleHandlingStrategy = cycleHandlingStrategy;
|
|
@@ -6210,7 +6212,8 @@ var ComponentDecoratorHandler = class {
|
|
|
6210
6212
|
this.extractTemplateOptions = {
|
|
6211
6213
|
enableI18nLegacyMessageIdFormat: this.enableI18nLegacyMessageIdFormat,
|
|
6212
6214
|
i18nNormalizeLineEndingsInICUs: this.i18nNormalizeLineEndingsInICUs,
|
|
6213
|
-
usePoisonedData: this.usePoisonedData
|
|
6215
|
+
usePoisonedData: this.usePoisonedData,
|
|
6216
|
+
enabledBlockTypes: this.enabledBlockTypes
|
|
6214
6217
|
};
|
|
6215
6218
|
}
|
|
6216
6219
|
detect(node, decorators) {
|
|
@@ -6358,7 +6361,8 @@ var ComponentDecoratorHandler = class {
|
|
|
6358
6361
|
template = extractTemplate(node, templateDecl, this.evaluator, this.depTracker, this.resourceLoader, {
|
|
6359
6362
|
enableI18nLegacyMessageIdFormat: this.enableI18nLegacyMessageIdFormat,
|
|
6360
6363
|
i18nNormalizeLineEndingsInICUs: this.i18nNormalizeLineEndingsInICUs,
|
|
6361
|
-
usePoisonedData: this.usePoisonedData
|
|
6364
|
+
usePoisonedData: this.usePoisonedData,
|
|
6365
|
+
enabledBlockTypes: this.enabledBlockTypes
|
|
6362
6366
|
});
|
|
6363
6367
|
}
|
|
6364
6368
|
const templateResource = template.declaration.isInline ? { path: null, expression: component.get("template") } : {
|
|
@@ -6835,7 +6839,7 @@ function validateStandaloneImports(importRefs, importExpr, metaReader, scopeRead
|
|
|
6835
6839
|
return diagnostics;
|
|
6836
6840
|
}
|
|
6837
6841
|
|
|
6838
|
-
// bazel-out/
|
|
6842
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
|
|
6839
6843
|
import { compileClassMetadata as compileClassMetadata4, compileDeclareClassMetadata as compileDeclareClassMetadata4, compileDeclareInjectableFromMetadata, compileInjectable, createMayBeForwardRefExpression as createMayBeForwardRefExpression2, FactoryTarget as FactoryTarget4, LiteralExpr as LiteralExpr3, WrappedNodeExpr as WrappedNodeExpr8 } from "@angular/compiler";
|
|
6840
6844
|
import ts25 from "typescript";
|
|
6841
6845
|
var InjectableDecoratorHandler = class {
|
|
@@ -7054,7 +7058,7 @@ function getDep(dep, reflector) {
|
|
|
7054
7058
|
return meta;
|
|
7055
7059
|
}
|
|
7056
7060
|
|
|
7057
|
-
// bazel-out/
|
|
7061
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
|
|
7058
7062
|
import { compileClassMetadata as compileClassMetadata5, compileDeclareClassMetadata as compileDeclareClassMetadata5, compileDeclarePipeFromMetadata, compilePipeFromMetadata, FactoryTarget as FactoryTarget5 } from "@angular/compiler";
|
|
7059
7063
|
import ts26 from "typescript";
|
|
7060
7064
|
var PipeSymbol = class extends SemanticSymbol {
|
|
@@ -7205,14 +7209,14 @@ var PipeDecoratorHandler = class {
|
|
|
7205
7209
|
}
|
|
7206
7210
|
};
|
|
7207
7211
|
|
|
7208
|
-
// bazel-out/
|
|
7212
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
|
|
7209
7213
|
var OptimizeFor;
|
|
7210
7214
|
(function(OptimizeFor2) {
|
|
7211
7215
|
OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
|
|
7212
7216
|
OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
|
|
7213
7217
|
})(OptimizeFor || (OptimizeFor = {}));
|
|
7214
7218
|
|
|
7215
|
-
// bazel-out/
|
|
7219
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
|
|
7216
7220
|
var PotentialImportKind;
|
|
7217
7221
|
(function(PotentialImportKind2) {
|
|
7218
7222
|
PotentialImportKind2[PotentialImportKind2["NgModule"] = 0] = "NgModule";
|
|
@@ -7224,14 +7228,14 @@ var PotentialImportMode;
|
|
|
7224
7228
|
PotentialImportMode2[PotentialImportMode2["ForceDirect"] = 1] = "ForceDirect";
|
|
7225
7229
|
})(PotentialImportMode || (PotentialImportMode = {}));
|
|
7226
7230
|
|
|
7227
|
-
// bazel-out/
|
|
7231
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
|
|
7228
7232
|
var CompletionKind;
|
|
7229
7233
|
(function(CompletionKind2) {
|
|
7230
7234
|
CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
|
|
7231
7235
|
CompletionKind2[CompletionKind2["Variable"] = 1] = "Variable";
|
|
7232
7236
|
})(CompletionKind || (CompletionKind = {}));
|
|
7233
7237
|
|
|
7234
|
-
// bazel-out/
|
|
7238
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
|
|
7235
7239
|
var SymbolKind;
|
|
7236
7240
|
(function(SymbolKind2) {
|
|
7237
7241
|
SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
|
|
@@ -7299,4 +7303,4 @@ export {
|
|
|
7299
7303
|
* Use of this source code is governed by an MIT-style license that can be
|
|
7300
7304
|
* found in the LICENSE file at https://angular.io/license
|
|
7301
7305
|
*/
|
|
7302
|
-
//# sourceMappingURL=chunk-
|
|
7306
|
+
//# sourceMappingURL=chunk-YZ3WOD5G.js.map
|