@angular/compiler-cli 15.2.3 → 15.2.5
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-6ZJFIQBG.js → chunk-2NLFVEGY.js} +7 -7
- package/bundles/{chunk-E6XIZDH3.js → chunk-5WBIJMZH.js} +5 -5
- package/bundles/{chunk-2PLRZDNU.js → chunk-7GNUPQOI.js} +31 -31
- package/bundles/{chunk-7DUI3BSX.js → chunk-B57SP4JB.js} +2 -2
- package/bundles/{chunk-QRHWLC7U.js → chunk-IJECERTO.js} +10 -10
- package/bundles/{chunk-ZCBRXUPO.js → chunk-IYYB2HTK.js} +21 -21
- package/bundles/{chunk-YRDMG3GM.js → chunk-K7P4IHT5.js} +4 -4
- package/bundles/{chunk-SBDNBITT.js → chunk-LYJKWJUC.js} +3 -3
- package/bundles/{chunk-VVIQFUX6.js → chunk-P5LISIUG.js} +77 -77
- package/bundles/{chunk-EYXJKNSD.js → chunk-PKXB2WOZ.js} +40 -40
- package/bundles/{chunk-AYNYESJJ.js → chunk-RMPM4VAI.js} +95 -95
- package/bundles/{chunk-EC5K6QPP.js → chunk-TBUSSXUA.js} +7 -7
- package/bundles/{chunk-ZEOG7UFV.js → chunk-WN75SNW4.js} +71 -71
- package/bundles/{chunk-NJMZRTB6.js → chunk-YZWN2KWE.js} +5 -5
- package/bundles/{chunk-O4JLZZWJ.js → chunk-ZF3IVDQ2.js} +6 -6
- package/bundles/{chunk-PT6IDEJZ.js → chunk-ZV3QKZR5.js} +5 -5
- package/bundles/index.js +13 -13
- package/bundles/linker/babel/index.js +13 -13
- package/bundles/linker/index.js +5 -5
- package/bundles/ngcc/index.js +13 -13
- package/bundles/ngcc/main-ngcc.js +14 -14
- package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js +14 -14
- package/bundles/ngcc/src/locking/lock_file_with_child_process/ngcc_lock_unlocker.js +4 -4
- package/bundles/private/bazel.js +1 -1
- package/bundles/private/localize.js +3 -3
- package/bundles/private/migrations.js +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/ngcc/src/packages/build_marker.d.ts +1 -1
- package/package.json +2 -2
- /package/bundles/{chunk-6ZJFIQBG.js.map → chunk-2NLFVEGY.js.map} +0 -0
- /package/bundles/{chunk-E6XIZDH3.js.map → chunk-5WBIJMZH.js.map} +0 -0
- /package/bundles/{chunk-2PLRZDNU.js.map → chunk-7GNUPQOI.js.map} +0 -0
- /package/bundles/{chunk-7DUI3BSX.js.map → chunk-B57SP4JB.js.map} +0 -0
- /package/bundles/{chunk-QRHWLC7U.js.map → chunk-IJECERTO.js.map} +0 -0
- /package/bundles/{chunk-ZCBRXUPO.js.map → chunk-IYYB2HTK.js.map} +0 -0
- /package/bundles/{chunk-YRDMG3GM.js.map → chunk-K7P4IHT5.js.map} +0 -0
- /package/bundles/{chunk-SBDNBITT.js.map → chunk-LYJKWJUC.js.map} +0 -0
- /package/bundles/{chunk-VVIQFUX6.js.map → chunk-P5LISIUG.js.map} +0 -0
- /package/bundles/{chunk-EYXJKNSD.js.map → chunk-PKXB2WOZ.js.map} +0 -0
- /package/bundles/{chunk-AYNYESJJ.js.map → chunk-RMPM4VAI.js.map} +0 -0
- /package/bundles/{chunk-EC5K6QPP.js.map → chunk-TBUSSXUA.js.map} +0 -0
- /package/bundles/{chunk-ZEOG7UFV.js.map → chunk-WN75SNW4.js.map} +0 -0
- /package/bundles/{chunk-NJMZRTB6.js.map → chunk-YZWN2KWE.js.map} +0 -0
- /package/bundles/{chunk-O4JLZZWJ.js.map → chunk-ZF3IVDQ2.js.map} +0 -0
- /package/bundles/{chunk-PT6IDEJZ.js.map → chunk-ZV3QKZR5.js.map} +0 -0
|
@@ -12,14 +12,14 @@ import {
|
|
|
12
12
|
reflectObjectLiteral,
|
|
13
13
|
reflectTypeEntityToDeclaration,
|
|
14
14
|
typeNodeToValueExpr
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-ZF3IVDQ2.js";
|
|
16
16
|
import {
|
|
17
17
|
ImportManager,
|
|
18
18
|
createImportDeclaration,
|
|
19
19
|
translateExpression,
|
|
20
20
|
translateStatement,
|
|
21
21
|
translateType
|
|
22
|
-
} from "./chunk-
|
|
22
|
+
} from "./chunk-IJECERTO.js";
|
|
23
23
|
import {
|
|
24
24
|
ErrorCode,
|
|
25
25
|
FatalDiagnosticError,
|
|
@@ -36,18 +36,18 @@ import {
|
|
|
36
36
|
makeRelatedInformation,
|
|
37
37
|
nodeDebugInfo,
|
|
38
38
|
nodeNameForError
|
|
39
|
-
} from "./chunk-
|
|
39
|
+
} from "./chunk-IYYB2HTK.js";
|
|
40
40
|
import {
|
|
41
41
|
absoluteFrom,
|
|
42
42
|
absoluteFromSourceFile,
|
|
43
43
|
relative
|
|
44
|
-
} from "./chunk-
|
|
44
|
+
} from "./chunk-TBUSSXUA.js";
|
|
45
45
|
import {
|
|
46
46
|
PerfEvent,
|
|
47
47
|
PerfPhase
|
|
48
|
-
} from "./chunk-
|
|
48
|
+
} from "./chunk-YZWN2KWE.js";
|
|
49
49
|
|
|
50
|
-
// bazel-out/
|
|
50
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
|
|
51
51
|
import { ExternalExpr, ParseLocation, ParseSourceFile, ParseSourceSpan, ReadPropExpr, WrappedNodeExpr } from "@angular/compiler";
|
|
52
52
|
import ts from "typescript";
|
|
53
53
|
function valueReferenceToExpression(valueRef) {
|
|
@@ -286,7 +286,7 @@ function isAbstractClassDeclaration(clazz) {
|
|
|
286
286
|
return clazz.modifiers !== void 0 && clazz.modifiers.some((mod) => mod.kind === ts.SyntaxKind.AbstractKeyword);
|
|
287
287
|
}
|
|
288
288
|
|
|
289
|
-
// bazel-out/
|
|
289
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
|
|
290
290
|
var DynamicValue = class {
|
|
291
291
|
constructor(node, reason, code) {
|
|
292
292
|
this.node = node;
|
|
@@ -376,10 +376,10 @@ var DynamicValue = class {
|
|
|
376
376
|
}
|
|
377
377
|
};
|
|
378
378
|
|
|
379
|
-
// bazel-out/
|
|
379
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
380
380
|
import ts2 from "typescript";
|
|
381
381
|
|
|
382
|
-
// bazel-out/
|
|
382
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
|
|
383
383
|
var ResolvedModule = class {
|
|
384
384
|
constructor(exports, evaluate) {
|
|
385
385
|
this.exports = exports;
|
|
@@ -409,7 +409,7 @@ var EnumValue = class {
|
|
|
409
409
|
var KnownFn = class {
|
|
410
410
|
};
|
|
411
411
|
|
|
412
|
-
// bazel-out/
|
|
412
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
|
|
413
413
|
var ArraySliceBuiltinFn = class extends KnownFn {
|
|
414
414
|
constructor(lhs) {
|
|
415
415
|
super();
|
|
@@ -480,7 +480,7 @@ var ObjectAssignBuiltinFn = class extends KnownFn {
|
|
|
480
480
|
}
|
|
481
481
|
};
|
|
482
482
|
|
|
483
|
-
// bazel-out/
|
|
483
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/ts_helpers.mjs
|
|
484
484
|
var AssignHelperFn = class extends ObjectAssignBuiltinFn {
|
|
485
485
|
};
|
|
486
486
|
var SpreadHelperFn = class extends KnownFn {
|
|
@@ -533,7 +533,7 @@ var ReadHelperFn = class extends KnownFn {
|
|
|
533
533
|
}
|
|
534
534
|
};
|
|
535
535
|
|
|
536
|
-
// bazel-out/
|
|
536
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/known_declaration.mjs
|
|
537
537
|
var jsGlobalObjectValue = /* @__PURE__ */ new Map([["assign", new ObjectAssignBuiltinFn()]]);
|
|
538
538
|
var assignTsHelperFn = new AssignHelperFn();
|
|
539
539
|
var spreadTsHelperFn = new SpreadHelperFn();
|
|
@@ -557,14 +557,14 @@ function resolveKnownDeclaration(decl) {
|
|
|
557
557
|
}
|
|
558
558
|
}
|
|
559
559
|
|
|
560
|
-
// bazel-out/
|
|
560
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
|
|
561
561
|
var SyntheticValue = class {
|
|
562
562
|
constructor(value) {
|
|
563
563
|
this.value = value;
|
|
564
564
|
}
|
|
565
565
|
};
|
|
566
566
|
|
|
567
|
-
// bazel-out/
|
|
567
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
568
568
|
function literalBinaryOp(op) {
|
|
569
569
|
return { op, literal: true };
|
|
570
570
|
}
|
|
@@ -1165,7 +1165,7 @@ function owningModule(context, override = null) {
|
|
|
1165
1165
|
}
|
|
1166
1166
|
}
|
|
1167
1167
|
|
|
1168
|
-
// bazel-out/
|
|
1168
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
|
|
1169
1169
|
var PartialEvaluator = class {
|
|
1170
1170
|
constructor(host, checker, dependencyTracker) {
|
|
1171
1171
|
this.host = host;
|
|
@@ -1185,7 +1185,7 @@ var PartialEvaluator = class {
|
|
|
1185
1185
|
}
|
|
1186
1186
|
};
|
|
1187
1187
|
|
|
1188
|
-
// bazel-out/
|
|
1188
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
|
|
1189
1189
|
import ts3 from "typescript";
|
|
1190
1190
|
function describeResolvedType(value, maxDepth = 1) {
|
|
1191
1191
|
var _a, _b;
|
|
@@ -1315,7 +1315,7 @@ function getContainerNode(node) {
|
|
|
1315
1315
|
return node.getSourceFile();
|
|
1316
1316
|
}
|
|
1317
1317
|
|
|
1318
|
-
// bazel-out/
|
|
1318
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
|
|
1319
1319
|
import { LiteralExpr, WrappedNodeExpr as WrappedNodeExpr2 } from "@angular/compiler";
|
|
1320
1320
|
import ts4 from "typescript";
|
|
1321
1321
|
function getConstructorDependencies(clazz, reflector, isCore) {
|
|
@@ -1459,10 +1459,10 @@ function createUnsuitableInjectionTokenError(clazz, error) {
|
|
|
1459
1459
|
return new FatalDiagnosticError(ErrorCode.PARAM_MISSING_TOKEN, param.nameNode, chain, hints);
|
|
1460
1460
|
}
|
|
1461
1461
|
|
|
1462
|
-
// bazel-out/
|
|
1462
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
|
|
1463
1463
|
import ts7 from "typescript";
|
|
1464
1464
|
|
|
1465
|
-
// bazel-out/
|
|
1465
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
|
|
1466
1466
|
var MetaKind;
|
|
1467
1467
|
(function(MetaKind2) {
|
|
1468
1468
|
MetaKind2[MetaKind2["Directive"] = 0] = "Directive";
|
|
@@ -1475,10 +1475,10 @@ var MatchSource;
|
|
|
1475
1475
|
MatchSource2[MatchSource2["HostDirective"] = 1] = "HostDirective";
|
|
1476
1476
|
})(MatchSource || (MatchSource = {}));
|
|
1477
1477
|
|
|
1478
|
-
// bazel-out/
|
|
1478
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
1479
1479
|
import ts6 from "typescript";
|
|
1480
1480
|
|
|
1481
|
-
// bazel-out/
|
|
1481
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
|
|
1482
1482
|
var ClassPropertyMapping = class {
|
|
1483
1483
|
constructor(forwardMap) {
|
|
1484
1484
|
this.forwardMap = forwardMap;
|
|
@@ -1554,7 +1554,7 @@ function reverseMapFromForwardMap(forwardMap) {
|
|
|
1554
1554
|
return reverseMap;
|
|
1555
1555
|
}
|
|
1556
1556
|
|
|
1557
|
-
// bazel-out/
|
|
1557
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
|
|
1558
1558
|
import ts5 from "typescript";
|
|
1559
1559
|
function extractReferencesFromType(checker, def, bestGuessOwningModule) {
|
|
1560
1560
|
if (!ts5.isTupleTypeNode(def)) {
|
|
@@ -1736,7 +1736,7 @@ function hasInjectableFields(clazz, host) {
|
|
|
1736
1736
|
return members.some(({ isStatic, name }) => isStatic && (name === "\u0275prov" || name === "\u0275fac"));
|
|
1737
1737
|
}
|
|
1738
1738
|
|
|
1739
|
-
// bazel-out/
|
|
1739
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
1740
1740
|
var DtsMetadataReader = class {
|
|
1741
1741
|
constructor(checker, reflector) {
|
|
1742
1742
|
this.checker = checker;
|
|
@@ -1875,7 +1875,7 @@ function readHostDirectivesType(checker, type, bestGuessOwningModule) {
|
|
|
1875
1875
|
return result.length > 0 ? result : null;
|
|
1876
1876
|
}
|
|
1877
1877
|
|
|
1878
|
-
// bazel-out/
|
|
1878
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
|
|
1879
1879
|
function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
1880
1880
|
const topMeta = reader.getDirectiveMetadata(dir);
|
|
1881
1881
|
if (topMeta === null) {
|
|
@@ -1933,7 +1933,7 @@ function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
|
1933
1933
|
};
|
|
1934
1934
|
}
|
|
1935
1935
|
|
|
1936
|
-
// bazel-out/
|
|
1936
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
|
|
1937
1937
|
var LocalMetadataRegistry = class {
|
|
1938
1938
|
constructor() {
|
|
1939
1939
|
this.directives = /* @__PURE__ */ new Map();
|
|
@@ -1990,7 +1990,7 @@ var CompoundMetadataRegistry = class {
|
|
|
1990
1990
|
}
|
|
1991
1991
|
};
|
|
1992
1992
|
|
|
1993
|
-
// bazel-out/
|
|
1993
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
|
|
1994
1994
|
var ResourceRegistry = class {
|
|
1995
1995
|
constructor() {
|
|
1996
1996
|
this.externalTemplateToComponentsMap = /* @__PURE__ */ new Map();
|
|
@@ -2055,7 +2055,7 @@ var ResourceRegistry = class {
|
|
|
2055
2055
|
}
|
|
2056
2056
|
};
|
|
2057
2057
|
|
|
2058
|
-
// bazel-out/
|
|
2058
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
|
|
2059
2059
|
var EMPTY_ARRAY = [];
|
|
2060
2060
|
var HostDirectivesResolver = class {
|
|
2061
2061
|
constructor(metaReader) {
|
|
@@ -2106,7 +2106,7 @@ var HostDirectivesResolver = class {
|
|
|
2106
2106
|
}
|
|
2107
2107
|
};
|
|
2108
2108
|
|
|
2109
|
-
// bazel-out/
|
|
2109
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
|
|
2110
2110
|
function makeDuplicateDeclarationError(node, data, kind) {
|
|
2111
2111
|
const context = [];
|
|
2112
2112
|
for (const decl of data) {
|
|
@@ -2281,7 +2281,7 @@ function getInheritedUndecoratedCtorDiagnostic(node, baseClass, kind) {
|
|
|
2281
2281
|
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}.`);
|
|
2282
2282
|
}
|
|
2283
2283
|
|
|
2284
|
-
// bazel-out/
|
|
2284
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
|
|
2285
2285
|
import ts8 from "typescript";
|
|
2286
2286
|
function resolveEnumValue(evaluator, metadata, field, enumSymbolName) {
|
|
2287
2287
|
let resolved = null;
|
|
@@ -2314,7 +2314,7 @@ function resolveLiteral(decorator, literalCache) {
|
|
|
2314
2314
|
return meta;
|
|
2315
2315
|
}
|
|
2316
2316
|
|
|
2317
|
-
// bazel-out/
|
|
2317
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
|
|
2318
2318
|
import { compileDeclareFactoryFunction, compileFactoryFunction } from "@angular/compiler";
|
|
2319
2319
|
function compileNgFactoryDefField(metadata) {
|
|
2320
2320
|
const res = compileFactoryFunction(metadata);
|
|
@@ -2325,7 +2325,7 @@ function compileDeclareFactory(metadata) {
|
|
|
2325
2325
|
return { name: "\u0275fac", initializer: res.expression, statements: res.statements, type: res.type };
|
|
2326
2326
|
}
|
|
2327
2327
|
|
|
2328
|
-
// bazel-out/
|
|
2328
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
|
|
2329
2329
|
var InjectableClassRegistry = class {
|
|
2330
2330
|
constructor(host, isCore) {
|
|
2331
2331
|
this.host = host;
|
|
@@ -2351,7 +2351,7 @@ var InjectableClassRegistry = class {
|
|
|
2351
2351
|
}
|
|
2352
2352
|
};
|
|
2353
2353
|
|
|
2354
|
-
// bazel-out/
|
|
2354
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
|
|
2355
2355
|
import { FunctionExpr, LiteralArrayExpr, LiteralExpr as LiteralExpr2, literalMap, ReturnStatement, WrappedNodeExpr as WrappedNodeExpr3 } from "@angular/compiler";
|
|
2356
2356
|
import ts9 from "typescript";
|
|
2357
2357
|
function extractClassMetadata(clazz, reflection, isCore, annotateForClosureCompiler, angularDecoratorTransform = (dec) => dec) {
|
|
@@ -2438,13 +2438,13 @@ function removeIdentifierReferences(node, name) {
|
|
|
2438
2438
|
return result.transformed[0];
|
|
2439
2439
|
}
|
|
2440
2440
|
|
|
2441
|
-
// bazel-out/
|
|
2441
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
|
|
2442
2442
|
var NoopReferencesRegistry = class {
|
|
2443
2443
|
add(source, ...references) {
|
|
2444
2444
|
}
|
|
2445
2445
|
};
|
|
2446
2446
|
|
|
2447
|
-
// bazel-out/
|
|
2447
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
|
|
2448
2448
|
import { CUSTOM_ELEMENTS_SCHEMA, NO_ERRORS_SCHEMA } from "@angular/compiler";
|
|
2449
2449
|
function extractSchemas(rawExpr, evaluator, context) {
|
|
2450
2450
|
const schemas = [];
|
|
@@ -2474,11 +2474,11 @@ function extractSchemas(rawExpr, evaluator, context) {
|
|
|
2474
2474
|
return schemas;
|
|
2475
2475
|
}
|
|
2476
2476
|
|
|
2477
|
-
// bazel-out/
|
|
2477
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
2478
2478
|
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";
|
|
2479
2479
|
import ts24 from "typescript";
|
|
2480
2480
|
|
|
2481
|
-
// bazel-out/
|
|
2481
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
|
|
2482
2482
|
import ts10 from "typescript";
|
|
2483
2483
|
var SemanticSymbol = class {
|
|
2484
2484
|
constructor(decl) {
|
|
@@ -2494,7 +2494,7 @@ function getSymbolIdentifier(decl) {
|
|
|
2494
2494
|
return decl.name.text;
|
|
2495
2495
|
}
|
|
2496
2496
|
|
|
2497
|
-
// bazel-out/
|
|
2497
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
|
|
2498
2498
|
import { ExternalExpr as ExternalExpr2 } from "@angular/compiler";
|
|
2499
2499
|
var OpaqueSymbol = class extends SemanticSymbol {
|
|
2500
2500
|
isPublicApiAffected() {
|
|
@@ -2637,10 +2637,10 @@ function getImportPath(expr) {
|
|
|
2637
2637
|
}
|
|
2638
2638
|
}
|
|
2639
2639
|
|
|
2640
|
-
// bazel-out/
|
|
2640
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
2641
2641
|
import ts11 from "typescript";
|
|
2642
2642
|
|
|
2643
|
-
// bazel-out/
|
|
2643
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
|
|
2644
2644
|
function isSymbolEqual(a, b) {
|
|
2645
2645
|
if (a.decl === b.decl) {
|
|
2646
2646
|
return true;
|
|
@@ -2690,7 +2690,7 @@ function isSetEqual(a, b, equalityTester = referenceEquality) {
|
|
|
2690
2690
|
return true;
|
|
2691
2691
|
}
|
|
2692
2692
|
|
|
2693
|
-
// bazel-out/
|
|
2693
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
2694
2694
|
function extractSemanticTypeParameters(node) {
|
|
2695
2695
|
if (!ts11.isClassDeclaration(node) || node.typeParameters === void 0) {
|
|
2696
2696
|
return null;
|
|
@@ -2710,14 +2710,14 @@ function isTypeParameterEqual(a, b) {
|
|
|
2710
2710
|
return a.hasGenericTypeBound === b.hasGenericTypeBound;
|
|
2711
2711
|
}
|
|
2712
2712
|
|
|
2713
|
-
// bazel-out/
|
|
2713
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
|
|
2714
2714
|
var ComponentScopeKind;
|
|
2715
2715
|
(function(ComponentScopeKind2) {
|
|
2716
2716
|
ComponentScopeKind2[ComponentScopeKind2["NgModule"] = 0] = "NgModule";
|
|
2717
2717
|
ComponentScopeKind2[ComponentScopeKind2["Standalone"] = 1] = "Standalone";
|
|
2718
2718
|
})(ComponentScopeKind || (ComponentScopeKind = {}));
|
|
2719
2719
|
|
|
2720
|
-
// bazel-out/
|
|
2720
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
|
|
2721
2721
|
var CompoundComponentScopeReader = class {
|
|
2722
2722
|
constructor(readers) {
|
|
2723
2723
|
this.readers = readers;
|
|
@@ -2742,7 +2742,7 @@ var CompoundComponentScopeReader = class {
|
|
|
2742
2742
|
}
|
|
2743
2743
|
};
|
|
2744
2744
|
|
|
2745
|
-
// bazel-out/
|
|
2745
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
|
|
2746
2746
|
var MetadataDtsModuleScopeResolver = class {
|
|
2747
2747
|
constructor(dtsMetaReader, aliasingHost) {
|
|
2748
2748
|
this.dtsMetaReader = dtsMetaReader;
|
|
@@ -2818,11 +2818,11 @@ var MetadataDtsModuleScopeResolver = class {
|
|
|
2818
2818
|
}
|
|
2819
2819
|
};
|
|
2820
2820
|
|
|
2821
|
-
// bazel-out/
|
|
2821
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
2822
2822
|
import { ExternalExpr as ExternalExpr3 } from "@angular/compiler";
|
|
2823
2823
|
import ts12 from "typescript";
|
|
2824
2824
|
|
|
2825
|
-
// bazel-out/
|
|
2825
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
|
|
2826
2826
|
function getDiagnosticNode(ref, rawExpr) {
|
|
2827
2827
|
return rawExpr !== null ? ref.getOriginForDiagnostics(rawExpr) : ref.node.name;
|
|
2828
2828
|
}
|
|
@@ -2845,7 +2845,7 @@ function makeUnknownComponentImportDiagnostic(ref, rawExpr) {
|
|
|
2845
2845
|
return makeDiagnostic(ErrorCode.COMPONENT_UNKNOWN_IMPORT, getDiagnosticNode(ref, rawExpr), `Component imports must be standalone components, directives, pipes, or must be NgModules.`);
|
|
2846
2846
|
}
|
|
2847
2847
|
|
|
2848
|
-
// bazel-out/
|
|
2848
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
2849
2849
|
var LocalModuleScopeRegistry = class {
|
|
2850
2850
|
constructor(localReader, fullReader, dependencyScopeReader, refEmitter, aliasingHost) {
|
|
2851
2851
|
this.localReader = localReader;
|
|
@@ -3184,7 +3184,7 @@ function reexportCollision(module, refA, refB) {
|
|
|
3184
3184
|
]);
|
|
3185
3185
|
}
|
|
3186
3186
|
|
|
3187
|
-
// bazel-out/
|
|
3187
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
|
|
3188
3188
|
import { CssSelector, SelectorMatcher } from "@angular/compiler";
|
|
3189
3189
|
import ts13 from "typescript";
|
|
3190
3190
|
var TypeCheckScopeRegistry = class {
|
|
@@ -3253,7 +3253,7 @@ var TypeCheckScopeRegistry = class {
|
|
|
3253
3253
|
}
|
|
3254
3254
|
};
|
|
3255
3255
|
|
|
3256
|
-
// bazel-out/
|
|
3256
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
|
|
3257
3257
|
var CompilationMode;
|
|
3258
3258
|
(function(CompilationMode2) {
|
|
3259
3259
|
CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
|
|
@@ -3271,7 +3271,7 @@ var HandlerFlags;
|
|
|
3271
3271
|
HandlerFlags2[HandlerFlags2["FULL_INHERITANCE"] = 1] = "FULL_INHERITANCE";
|
|
3272
3272
|
})(HandlerFlags || (HandlerFlags = {}));
|
|
3273
3273
|
|
|
3274
|
-
// bazel-out/
|
|
3274
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
|
|
3275
3275
|
import ts14 from "typescript";
|
|
3276
3276
|
function aliasTransformFactory(exportStatements) {
|
|
3277
3277
|
return () => {
|
|
@@ -3294,10 +3294,10 @@ function aliasTransformFactory(exportStatements) {
|
|
|
3294
3294
|
};
|
|
3295
3295
|
}
|
|
3296
3296
|
|
|
3297
|
-
// bazel-out/
|
|
3297
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
3298
3298
|
import ts15 from "typescript";
|
|
3299
3299
|
|
|
3300
|
-
// bazel-out/
|
|
3300
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
|
|
3301
3301
|
var TraitState;
|
|
3302
3302
|
(function(TraitState2) {
|
|
3303
3303
|
TraitState2[TraitState2["Pending"] = 0] = "Pending";
|
|
@@ -3352,7 +3352,7 @@ var TraitImpl = class {
|
|
|
3352
3352
|
}
|
|
3353
3353
|
};
|
|
3354
3354
|
|
|
3355
|
-
// bazel-out/
|
|
3355
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
3356
3356
|
var TraitCompiler = class {
|
|
3357
3357
|
constructor(handlers, reflector, perf, incrementalBuild, compileNonExportedClasses, compilationMode, dtsTransforms, semanticDepGraphUpdater, sourceFileTypeIdentifier) {
|
|
3358
3358
|
this.handlers = handlers;
|
|
@@ -3796,10 +3796,10 @@ function containsErrors(diagnostics) {
|
|
|
3796
3796
|
return diagnostics !== null && diagnostics.some((diag) => diag.category === ts15.DiagnosticCategory.Error);
|
|
3797
3797
|
}
|
|
3798
3798
|
|
|
3799
|
-
// bazel-out/
|
|
3799
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
3800
3800
|
import ts17 from "typescript";
|
|
3801
3801
|
|
|
3802
|
-
// bazel-out/
|
|
3802
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/utils.mjs
|
|
3803
3803
|
import ts16 from "typescript";
|
|
3804
3804
|
function addImports(importManager, sf, extraStatements = []) {
|
|
3805
3805
|
const addedImports = importManager.getAllImports(sf.fileName).map((i) => {
|
|
@@ -3835,7 +3835,7 @@ function isImportStatement(stmt) {
|
|
|
3835
3835
|
return ts16.isImportDeclaration(stmt) || ts16.isImportEqualsDeclaration(stmt) || ts16.isNamespaceImport(stmt);
|
|
3836
3836
|
}
|
|
3837
3837
|
|
|
3838
|
-
// bazel-out/
|
|
3838
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
3839
3839
|
var DtsTransformRegistry = class {
|
|
3840
3840
|
constructor() {
|
|
3841
3841
|
this.ivyDeclarationTransforms = /* @__PURE__ */ new Map();
|
|
@@ -3980,11 +3980,11 @@ function markForEmitAsSingleLine(node) {
|
|
|
3980
3980
|
ts17.forEachChild(node, markForEmitAsSingleLine);
|
|
3981
3981
|
}
|
|
3982
3982
|
|
|
3983
|
-
// bazel-out/
|
|
3983
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
3984
3984
|
import { ConstantPool } from "@angular/compiler";
|
|
3985
3985
|
import ts19 from "typescript";
|
|
3986
3986
|
|
|
3987
|
-
// bazel-out/
|
|
3987
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
|
|
3988
3988
|
import ts18 from "typescript";
|
|
3989
3989
|
function visit(node, visitor, context) {
|
|
3990
3990
|
return visitor._visit(node, context);
|
|
@@ -4045,7 +4045,7 @@ var Visitor = class {
|
|
|
4045
4045
|
}
|
|
4046
4046
|
};
|
|
4047
4047
|
|
|
4048
|
-
// bazel-out/
|
|
4048
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
4049
4049
|
var NO_DECORATORS = /* @__PURE__ */ new Set();
|
|
4050
4050
|
var CLOSURE_FILE_OVERVIEW_REGEXP = /\s+@fileoverview\s+/i;
|
|
4051
4051
|
function ivyTransformFactory(compilation, reflector, importRewriter, defaultImportTracker, perf, isCore, isClosureCompilerEnabled) {
|
|
@@ -4253,10 +4253,10 @@ function nodeArrayFromDecoratorsArray(decorators) {
|
|
|
4253
4253
|
return array;
|
|
4254
4254
|
}
|
|
4255
4255
|
|
|
4256
|
-
// bazel-out/
|
|
4256
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
|
|
4257
4257
|
import { compileClassMetadata, compileDeclareClassMetadata, compileDeclareDirectiveFromMetadata, compileDirectiveFromMetadata, FactoryTarget, makeBindingParser, WrappedNodeExpr as WrappedNodeExpr5 } from "@angular/compiler";
|
|
4258
4258
|
|
|
4259
|
-
// bazel-out/
|
|
4259
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
|
|
4260
4260
|
import { createMayBeForwardRefExpression, emitDistinctChangesOnlyDefaultValue, ExternalExpr as ExternalExpr4, getSafePropertyAccessString, parseHostBindings, verifyHostBindings, WrappedNodeExpr as WrappedNodeExpr4 } from "@angular/compiler";
|
|
4261
4261
|
import ts20 from "typescript";
|
|
4262
4262
|
var EMPTY_OBJECT = {};
|
|
@@ -4673,7 +4673,7 @@ function toHostDirectiveMetadata(hostDirective, context, refEmitter) {
|
|
|
4673
4673
|
};
|
|
4674
4674
|
}
|
|
4675
4675
|
|
|
4676
|
-
// bazel-out/
|
|
4676
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
|
|
4677
4677
|
var DirectiveSymbol = class extends SemanticSymbol {
|
|
4678
4678
|
constructor(decl, selector, inputs, outputs, exportAs, typeCheckMeta, typeParameters) {
|
|
4679
4679
|
super(decl);
|
|
@@ -4750,7 +4750,7 @@ function isBaseClassEqual(current, previous) {
|
|
|
4750
4750
|
return isSymbolEqual(current, previous);
|
|
4751
4751
|
}
|
|
4752
4752
|
|
|
4753
|
-
// bazel-out/
|
|
4753
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
|
|
4754
4754
|
var FIELD_DECORATORS = [
|
|
4755
4755
|
"Input",
|
|
4756
4756
|
"Output",
|
|
@@ -4909,11 +4909,11 @@ var DirectiveDecoratorHandler = class {
|
|
|
4909
4909
|
}
|
|
4910
4910
|
};
|
|
4911
4911
|
|
|
4912
|
-
// bazel-out/
|
|
4912
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
4913
4913
|
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, R3SelectorScopeMode, ReturnStatement as ReturnStatement2, WrappedNodeExpr as WrappedNodeExpr6 } from "@angular/compiler";
|
|
4914
4914
|
import ts22 from "typescript";
|
|
4915
4915
|
|
|
4916
|
-
// bazel-out/
|
|
4916
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
|
|
4917
4917
|
import ts21 from "typescript";
|
|
4918
4918
|
function createModuleWithProvidersResolver(reflector, isCore) {
|
|
4919
4919
|
function _reflectModuleFromTypeParam(type, node) {
|
|
@@ -4980,7 +4980,7 @@ function isResolvedModuleWithProviders(sv) {
|
|
|
4980
4980
|
return typeof sv.value === "object" && sv.value != null && sv.value.hasOwnProperty("ngModule") && sv.value.hasOwnProperty("mwpCall");
|
|
4981
4981
|
}
|
|
4982
4982
|
|
|
4983
|
-
// bazel-out/
|
|
4983
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
4984
4984
|
var NgModuleSymbol = class extends SemanticSymbol {
|
|
4985
4985
|
constructor() {
|
|
4986
4986
|
super(...arguments);
|
|
@@ -5484,7 +5484,7 @@ function isSyntheticReference(ref) {
|
|
|
5484
5484
|
return ref.synthetic;
|
|
5485
5485
|
}
|
|
5486
5486
|
|
|
5487
|
-
// bazel-out/
|
|
5487
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
|
|
5488
5488
|
function makeCyclicImportInfo(ref, type, cycle) {
|
|
5489
5489
|
const name = ref.debugName || "(unknown)";
|
|
5490
5490
|
const path = cycle.getPath().map((sf) => sf.fileName).join(" -> ");
|
|
@@ -5507,7 +5507,7 @@ function checkCustomElementSelectorForErrors(selector) {
|
|
|
5507
5507
|
return null;
|
|
5508
5508
|
}
|
|
5509
5509
|
|
|
5510
|
-
// bazel-out/
|
|
5510
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
|
|
5511
5511
|
import { DEFAULT_INTERPOLATION_CONFIG, InterpolationConfig, ParseSourceFile as ParseSourceFile2, parseTemplate } from "@angular/compiler";
|
|
5512
5512
|
import ts23 from "typescript";
|
|
5513
5513
|
function getTemplateDeclarationNodeForError(declaration) {
|
|
@@ -5826,7 +5826,7 @@ function _extractTemplateStyleUrls(template) {
|
|
|
5826
5826
|
return template.styleUrls.map((url) => ({ url, source: 1, nodeForError }));
|
|
5827
5827
|
}
|
|
5828
5828
|
|
|
5829
|
-
// bazel-out/
|
|
5829
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
|
|
5830
5830
|
var ComponentSymbol = class extends DirectiveSymbol {
|
|
5831
5831
|
constructor() {
|
|
5832
5832
|
super(...arguments);
|
|
@@ -5861,7 +5861,7 @@ var ComponentSymbol = class extends DirectiveSymbol {
|
|
|
5861
5861
|
}
|
|
5862
5862
|
};
|
|
5863
5863
|
|
|
5864
|
-
// bazel-out/
|
|
5864
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
|
|
5865
5865
|
function collectAnimationNames(value, animationTriggerNames) {
|
|
5866
5866
|
if (value instanceof Map) {
|
|
5867
5867
|
const name = value.get("name");
|
|
@@ -5937,7 +5937,7 @@ function isLikelyModuleWithProviders(value) {
|
|
|
5937
5937
|
return false;
|
|
5938
5938
|
}
|
|
5939
5939
|
|
|
5940
|
-
// bazel-out/
|
|
5940
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
5941
5941
|
var EMPTY_ARRAY2 = [];
|
|
5942
5942
|
var ComponentDecoratorHandler = class {
|
|
5943
5943
|
constructor(reflector, evaluator, metaRegistry, metaReader, scopeReader, dtsScopeReader, scopeRegistry, typeCheckScopeRegistry, resourceRegistry, isCore, strictCtorDeps, resourceLoader, rootDirs, defaultPreserveWhitespaces, i18nUseExternalIds, enableI18nLegacyMessageIdFormat, usePoisonedData, i18nNormalizeLineEndingsInICUs, moduleResolver, cycleAnalyzer, cycleHandlingStrategy, refEmitter, depTracker, injectableRegistry, semanticDepGraphUpdater, annotateForClosureCompiler, perf, hostDirectivesResolver) {
|
|
@@ -6584,7 +6584,7 @@ function validateStandaloneImports(importRefs, importExpr, metaReader, scopeRead
|
|
|
6584
6584
|
return diagnostics;
|
|
6585
6585
|
}
|
|
6586
6586
|
|
|
6587
|
-
// bazel-out/
|
|
6587
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
|
|
6588
6588
|
import { compileClassMetadata as compileClassMetadata4, compileDeclareClassMetadata as compileDeclareClassMetadata4, compileDeclareInjectableFromMetadata, compileInjectable, createMayBeForwardRefExpression as createMayBeForwardRefExpression2, FactoryTarget as FactoryTarget4, LiteralExpr as LiteralExpr3, WrappedNodeExpr as WrappedNodeExpr8 } from "@angular/compiler";
|
|
6589
6589
|
import ts25 from "typescript";
|
|
6590
6590
|
var InjectableDecoratorHandler = class {
|
|
@@ -6801,7 +6801,7 @@ function getDep(dep, reflector) {
|
|
|
6801
6801
|
return meta;
|
|
6802
6802
|
}
|
|
6803
6803
|
|
|
6804
|
-
// bazel-out/
|
|
6804
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
|
|
6805
6805
|
import { compileClassMetadata as compileClassMetadata5, compileDeclareClassMetadata as compileDeclareClassMetadata5, compileDeclarePipeFromMetadata, compilePipeFromMetadata, FactoryTarget as FactoryTarget5, WrappedNodeExpr as WrappedNodeExpr9 } from "@angular/compiler";
|
|
6806
6806
|
import ts26 from "typescript";
|
|
6807
6807
|
var PipeSymbol = class extends SemanticSymbol {
|
|
@@ -6947,14 +6947,14 @@ var PipeDecoratorHandler = class {
|
|
|
6947
6947
|
}
|
|
6948
6948
|
};
|
|
6949
6949
|
|
|
6950
|
-
// bazel-out/
|
|
6950
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
|
|
6951
6951
|
var OptimizeFor;
|
|
6952
6952
|
(function(OptimizeFor2) {
|
|
6953
6953
|
OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
|
|
6954
6954
|
OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
|
|
6955
6955
|
})(OptimizeFor || (OptimizeFor = {}));
|
|
6956
6956
|
|
|
6957
|
-
// bazel-out/
|
|
6957
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
|
|
6958
6958
|
var PotentialImportKind;
|
|
6959
6959
|
(function(PotentialImportKind2) {
|
|
6960
6960
|
PotentialImportKind2[PotentialImportKind2["NgModule"] = 0] = "NgModule";
|
|
@@ -6966,14 +6966,14 @@ var PotentialImportMode;
|
|
|
6966
6966
|
PotentialImportMode2[PotentialImportMode2["ForceDirect"] = 1] = "ForceDirect";
|
|
6967
6967
|
})(PotentialImportMode || (PotentialImportMode = {}));
|
|
6968
6968
|
|
|
6969
|
-
// bazel-out/
|
|
6969
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
|
|
6970
6970
|
var CompletionKind;
|
|
6971
6971
|
(function(CompletionKind2) {
|
|
6972
6972
|
CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
|
|
6973
6973
|
CompletionKind2[CompletionKind2["Variable"] = 1] = "Variable";
|
|
6974
6974
|
})(CompletionKind || (CompletionKind = {}));
|
|
6975
6975
|
|
|
6976
|
-
// bazel-out/
|
|
6976
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
|
|
6977
6977
|
var SymbolKind;
|
|
6978
6978
|
(function(SymbolKind2) {
|
|
6979
6979
|
SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
|
|
@@ -7043,4 +7043,4 @@ export {
|
|
|
7043
7043
|
* Use of this source code is governed by an MIT-style license that can be
|
|
7044
7044
|
* found in the LICENSE file at https://angular.io/license
|
|
7045
7045
|
*/
|
|
7046
|
-
//# sourceMappingURL=chunk-
|
|
7046
|
+
//# sourceMappingURL=chunk-P5LISIUG.js.map
|