@angular/compiler-cli 15.2.8 → 15.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-7GNUPQOI.js → chunk-2PLRZDNU.js} +31 -31
- package/bundles/{chunk-KV5PW2QN.js → chunk-2UDHTJ2I.js} +77 -77
- package/bundles/{chunk-EKN42M4J.js → chunk-37YYFKDO.js} +40 -40
- package/bundles/{chunk-XSR7VSYM.js → chunk-43M7ZA5W.js} +5 -5
- package/bundles/{chunk-2NLFVEGY.js → chunk-6ZJFIQBG.js} +7 -7
- package/bundles/{chunk-B57SP4JB.js → chunk-7DUI3BSX.js} +2 -2
- package/bundles/{chunk-TBUSSXUA.js → chunk-EC5K6QPP.js} +7 -7
- package/bundles/{chunk-IKBMBUUZ.js → chunk-LRE5KIJ7.js} +71 -71
- package/bundles/{chunk-HKF2SJOH.js → chunk-M65TNV27.js} +106 -99
- package/bundles/{chunk-HKF2SJOH.js.map → chunk-M65TNV27.js.map} +1 -1
- package/bundles/{chunk-YZWN2KWE.js → chunk-NJMZRTB6.js} +5 -5
- package/bundles/{chunk-ZF3IVDQ2.js → chunk-O4JLZZWJ.js} +6 -6
- package/bundles/{chunk-ZV3QKZR5.js → chunk-PT6IDEJZ.js} +5 -5
- package/bundles/{chunk-IJECERTO.js → chunk-QRHWLC7U.js} +10 -10
- package/bundles/{chunk-LYJKWJUC.js → chunk-SBDNBITT.js} +3 -3
- package/bundles/{chunk-K7P4IHT5.js → chunk-YRDMG3GM.js} +4 -4
- package/bundles/{chunk-IYYB2HTK.js → chunk-ZCBRXUPO.js} +21 -21
- 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-7GNUPQOI.js.map → chunk-2PLRZDNU.js.map} +0 -0
- /package/bundles/{chunk-KV5PW2QN.js.map → chunk-2UDHTJ2I.js.map} +0 -0
- /package/bundles/{chunk-EKN42M4J.js.map → chunk-37YYFKDO.js.map} +0 -0
- /package/bundles/{chunk-XSR7VSYM.js.map → chunk-43M7ZA5W.js.map} +0 -0
- /package/bundles/{chunk-2NLFVEGY.js.map → chunk-6ZJFIQBG.js.map} +0 -0
- /package/bundles/{chunk-B57SP4JB.js.map → chunk-7DUI3BSX.js.map} +0 -0
- /package/bundles/{chunk-TBUSSXUA.js.map → chunk-EC5K6QPP.js.map} +0 -0
- /package/bundles/{chunk-IKBMBUUZ.js.map → chunk-LRE5KIJ7.js.map} +0 -0
- /package/bundles/{chunk-YZWN2KWE.js.map → chunk-NJMZRTB6.js.map} +0 -0
- /package/bundles/{chunk-ZF3IVDQ2.js.map → chunk-O4JLZZWJ.js.map} +0 -0
- /package/bundles/{chunk-ZV3QKZR5.js.map → chunk-PT6IDEJZ.js.map} +0 -0
- /package/bundles/{chunk-IJECERTO.js.map → chunk-QRHWLC7U.js.map} +0 -0
- /package/bundles/{chunk-LYJKWJUC.js.map → chunk-SBDNBITT.js.map} +0 -0
- /package/bundles/{chunk-K7P4IHT5.js.map → chunk-YRDMG3GM.js.map} +0 -0
- /package/bundles/{chunk-IYYB2HTK.js.map → chunk-ZCBRXUPO.js.map} +0 -0
|
@@ -12,14 +12,14 @@ import {
|
|
|
12
12
|
reflectObjectLiteral,
|
|
13
13
|
reflectTypeEntityToDeclaration,
|
|
14
14
|
typeNodeToValueExpr
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-O4JLZZWJ.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-QRHWLC7U.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-ZCBRXUPO.js";
|
|
40
40
|
import {
|
|
41
41
|
absoluteFrom,
|
|
42
42
|
absoluteFromSourceFile,
|
|
43
43
|
relative
|
|
44
|
-
} from "./chunk-
|
|
44
|
+
} from "./chunk-EC5K6QPP.js";
|
|
45
45
|
import {
|
|
46
46
|
PerfEvent,
|
|
47
47
|
PerfPhase
|
|
48
|
-
} from "./chunk-
|
|
48
|
+
} from "./chunk-NJMZRTB6.js";
|
|
49
49
|
|
|
50
|
-
// bazel-out/
|
|
50
|
+
// bazel-out/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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";
|
|
@@ -3354,7 +3354,7 @@ var TraitImpl = class {
|
|
|
3354
3354
|
}
|
|
3355
3355
|
};
|
|
3356
3356
|
|
|
3357
|
-
// bazel-out/
|
|
3357
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
3358
3358
|
var TraitCompiler = class {
|
|
3359
3359
|
constructor(handlers, reflector, perf, incrementalBuild, compileNonExportedClasses, compilationMode, dtsTransforms, semanticDepGraphUpdater, sourceFileTypeIdentifier) {
|
|
3360
3360
|
this.handlers = handlers;
|
|
@@ -3799,10 +3799,10 @@ function containsErrors(diagnostics) {
|
|
|
3799
3799
|
return diagnostics !== null && diagnostics.some((diag) => diag.category === ts15.DiagnosticCategory.Error);
|
|
3800
3800
|
}
|
|
3801
3801
|
|
|
3802
|
-
// bazel-out/
|
|
3802
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
3803
3803
|
import ts17 from "typescript";
|
|
3804
3804
|
|
|
3805
|
-
// bazel-out/
|
|
3805
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/utils.mjs
|
|
3806
3806
|
import ts16 from "typescript";
|
|
3807
3807
|
function addImports(importManager, sf, extraStatements = []) {
|
|
3808
3808
|
const addedImports = importManager.getAllImports(sf.fileName).map((i) => {
|
|
@@ -3838,7 +3838,7 @@ function isImportStatement(stmt) {
|
|
|
3838
3838
|
return ts16.isImportDeclaration(stmt) || ts16.isImportEqualsDeclaration(stmt) || ts16.isNamespaceImport(stmt);
|
|
3839
3839
|
}
|
|
3840
3840
|
|
|
3841
|
-
// bazel-out/
|
|
3841
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
3842
3842
|
var DtsTransformRegistry = class {
|
|
3843
3843
|
constructor() {
|
|
3844
3844
|
this.ivyDeclarationTransforms = /* @__PURE__ */ new Map();
|
|
@@ -3983,11 +3983,11 @@ function markForEmitAsSingleLine(node) {
|
|
|
3983
3983
|
ts17.forEachChild(node, markForEmitAsSingleLine);
|
|
3984
3984
|
}
|
|
3985
3985
|
|
|
3986
|
-
// bazel-out/
|
|
3986
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
3987
3987
|
import { ConstantPool } from "@angular/compiler";
|
|
3988
3988
|
import ts19 from "typescript";
|
|
3989
3989
|
|
|
3990
|
-
// bazel-out/
|
|
3990
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
|
|
3991
3991
|
import ts18 from "typescript";
|
|
3992
3992
|
function visit(node, visitor, context) {
|
|
3993
3993
|
return visitor._visit(node, context);
|
|
@@ -4048,7 +4048,7 @@ var Visitor = class {
|
|
|
4048
4048
|
}
|
|
4049
4049
|
};
|
|
4050
4050
|
|
|
4051
|
-
// bazel-out/
|
|
4051
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
4052
4052
|
var NO_DECORATORS = /* @__PURE__ */ new Set();
|
|
4053
4053
|
var CLOSURE_FILE_OVERVIEW_REGEXP = /\s+@fileoverview\s+/i;
|
|
4054
4054
|
function ivyTransformFactory(compilation, reflector, importRewriter, defaultImportTracker, perf, isCore, isClosureCompilerEnabled) {
|
|
@@ -4256,10 +4256,10 @@ function nodeArrayFromDecoratorsArray(decorators) {
|
|
|
4256
4256
|
return array;
|
|
4257
4257
|
}
|
|
4258
4258
|
|
|
4259
|
-
// bazel-out/
|
|
4259
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
|
|
4260
4260
|
import { compileClassMetadata, compileDeclareClassMetadata, compileDeclareDirectiveFromMetadata, compileDirectiveFromMetadata, FactoryTarget, makeBindingParser, WrappedNodeExpr as WrappedNodeExpr5 } from "@angular/compiler";
|
|
4261
4261
|
|
|
4262
|
-
// bazel-out/
|
|
4262
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
|
|
4263
4263
|
import { createMayBeForwardRefExpression, emitDistinctChangesOnlyDefaultValue, ExternalExpr as ExternalExpr4, getSafePropertyAccessString, parseHostBindings, verifyHostBindings, WrappedNodeExpr as WrappedNodeExpr4 } from "@angular/compiler";
|
|
4264
4264
|
import ts20 from "typescript";
|
|
4265
4265
|
var EMPTY_OBJECT = {};
|
|
@@ -4679,7 +4679,7 @@ function toHostDirectiveMetadata(hostDirective, context, refEmitter) {
|
|
|
4679
4679
|
};
|
|
4680
4680
|
}
|
|
4681
4681
|
|
|
4682
|
-
// bazel-out/
|
|
4682
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
|
|
4683
4683
|
var DirectiveSymbol = class extends SemanticSymbol {
|
|
4684
4684
|
constructor(decl, selector, inputs, outputs, exportAs, typeCheckMeta, typeParameters) {
|
|
4685
4685
|
super(decl);
|
|
@@ -4756,7 +4756,7 @@ function isBaseClassEqual(current, previous) {
|
|
|
4756
4756
|
return isSymbolEqual(current, previous);
|
|
4757
4757
|
}
|
|
4758
4758
|
|
|
4759
|
-
// bazel-out/
|
|
4759
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
|
|
4760
4760
|
var FIELD_DECORATORS = [
|
|
4761
4761
|
"Input",
|
|
4762
4762
|
"Output",
|
|
@@ -4916,11 +4916,11 @@ var DirectiveDecoratorHandler = class {
|
|
|
4916
4916
|
}
|
|
4917
4917
|
};
|
|
4918
4918
|
|
|
4919
|
-
// bazel-out/
|
|
4919
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
4920
4920
|
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";
|
|
4921
4921
|
import ts22 from "typescript";
|
|
4922
4922
|
|
|
4923
|
-
// bazel-out/
|
|
4923
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
|
|
4924
4924
|
import ts21 from "typescript";
|
|
4925
4925
|
function createModuleWithProvidersResolver(reflector, isCore) {
|
|
4926
4926
|
function _reflectModuleFromTypeParam(type, node) {
|
|
@@ -4987,7 +4987,7 @@ function isResolvedModuleWithProviders(sv) {
|
|
|
4987
4987
|
return typeof sv.value === "object" && sv.value != null && sv.value.hasOwnProperty("ngModule") && sv.value.hasOwnProperty("mwpCall");
|
|
4988
4988
|
}
|
|
4989
4989
|
|
|
4990
|
-
// bazel-out/
|
|
4990
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
4991
4991
|
var NgModuleSymbol = class extends SemanticSymbol {
|
|
4992
4992
|
constructor() {
|
|
4993
4993
|
super(...arguments);
|
|
@@ -5491,7 +5491,7 @@ function isSyntheticReference(ref) {
|
|
|
5491
5491
|
return ref.synthetic;
|
|
5492
5492
|
}
|
|
5493
5493
|
|
|
5494
|
-
// bazel-out/
|
|
5494
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
|
|
5495
5495
|
function makeCyclicImportInfo(ref, type, cycle) {
|
|
5496
5496
|
const name = ref.debugName || "(unknown)";
|
|
5497
5497
|
const path = cycle.getPath().map((sf) => sf.fileName).join(" -> ");
|
|
@@ -5514,7 +5514,7 @@ function checkCustomElementSelectorForErrors(selector) {
|
|
|
5514
5514
|
return null;
|
|
5515
5515
|
}
|
|
5516
5516
|
|
|
5517
|
-
// bazel-out/
|
|
5517
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
|
|
5518
5518
|
import { DEFAULT_INTERPOLATION_CONFIG, InterpolationConfig, ParseSourceFile as ParseSourceFile2, parseTemplate } from "@angular/compiler";
|
|
5519
5519
|
import ts23 from "typescript";
|
|
5520
5520
|
function getTemplateDeclarationNodeForError(declaration) {
|
|
@@ -5828,7 +5828,7 @@ function _extractTemplateStyleUrls(template) {
|
|
|
5828
5828
|
return template.styleUrls.map((url) => ({ url, source: 1, nodeForError }));
|
|
5829
5829
|
}
|
|
5830
5830
|
|
|
5831
|
-
// bazel-out/
|
|
5831
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
|
|
5832
5832
|
var ComponentSymbol = class extends DirectiveSymbol {
|
|
5833
5833
|
constructor() {
|
|
5834
5834
|
super(...arguments);
|
|
@@ -5863,7 +5863,7 @@ var ComponentSymbol = class extends DirectiveSymbol {
|
|
|
5863
5863
|
}
|
|
5864
5864
|
};
|
|
5865
5865
|
|
|
5866
|
-
// bazel-out/
|
|
5866
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
|
|
5867
5867
|
function collectAnimationNames(value, animationTriggerNames) {
|
|
5868
5868
|
if (value instanceof Map) {
|
|
5869
5869
|
const name = value.get("name");
|
|
@@ -5939,7 +5939,7 @@ function isLikelyModuleWithProviders(value) {
|
|
|
5939
5939
|
return false;
|
|
5940
5940
|
}
|
|
5941
5941
|
|
|
5942
|
-
// bazel-out/
|
|
5942
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
5943
5943
|
var EMPTY_ARRAY2 = [];
|
|
5944
5944
|
var ComponentDecoratorHandler = class {
|
|
5945
5945
|
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) {
|
|
@@ -6587,7 +6587,7 @@ function validateStandaloneImports(importRefs, importExpr, metaReader, scopeRead
|
|
|
6587
6587
|
return diagnostics;
|
|
6588
6588
|
}
|
|
6589
6589
|
|
|
6590
|
-
// bazel-out/
|
|
6590
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
|
|
6591
6591
|
import { compileClassMetadata as compileClassMetadata4, compileDeclareClassMetadata as compileDeclareClassMetadata4, compileDeclareInjectableFromMetadata, compileInjectable, createMayBeForwardRefExpression as createMayBeForwardRefExpression2, FactoryTarget as FactoryTarget4, LiteralExpr as LiteralExpr3, WrappedNodeExpr as WrappedNodeExpr8 } from "@angular/compiler";
|
|
6592
6592
|
import ts25 from "typescript";
|
|
6593
6593
|
var InjectableDecoratorHandler = class {
|
|
@@ -6804,7 +6804,7 @@ function getDep(dep, reflector) {
|
|
|
6804
6804
|
return meta;
|
|
6805
6805
|
}
|
|
6806
6806
|
|
|
6807
|
-
// bazel-out/
|
|
6807
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
|
|
6808
6808
|
import { compileClassMetadata as compileClassMetadata5, compileDeclareClassMetadata as compileDeclareClassMetadata5, compileDeclarePipeFromMetadata, compilePipeFromMetadata, FactoryTarget as FactoryTarget5, WrappedNodeExpr as WrappedNodeExpr9 } from "@angular/compiler";
|
|
6809
6809
|
import ts26 from "typescript";
|
|
6810
6810
|
var PipeSymbol = class extends SemanticSymbol {
|
|
@@ -6950,14 +6950,14 @@ var PipeDecoratorHandler = class {
|
|
|
6950
6950
|
}
|
|
6951
6951
|
};
|
|
6952
6952
|
|
|
6953
|
-
// bazel-out/
|
|
6953
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
|
|
6954
6954
|
var OptimizeFor;
|
|
6955
6955
|
(function(OptimizeFor2) {
|
|
6956
6956
|
OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
|
|
6957
6957
|
OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
|
|
6958
6958
|
})(OptimizeFor || (OptimizeFor = {}));
|
|
6959
6959
|
|
|
6960
|
-
// bazel-out/
|
|
6960
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
|
|
6961
6961
|
var PotentialImportKind;
|
|
6962
6962
|
(function(PotentialImportKind2) {
|
|
6963
6963
|
PotentialImportKind2[PotentialImportKind2["NgModule"] = 0] = "NgModule";
|
|
@@ -6969,14 +6969,14 @@ var PotentialImportMode;
|
|
|
6969
6969
|
PotentialImportMode2[PotentialImportMode2["ForceDirect"] = 1] = "ForceDirect";
|
|
6970
6970
|
})(PotentialImportMode || (PotentialImportMode = {}));
|
|
6971
6971
|
|
|
6972
|
-
// bazel-out/
|
|
6972
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
|
|
6973
6973
|
var CompletionKind;
|
|
6974
6974
|
(function(CompletionKind2) {
|
|
6975
6975
|
CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
|
|
6976
6976
|
CompletionKind2[CompletionKind2["Variable"] = 1] = "Variable";
|
|
6977
6977
|
})(CompletionKind || (CompletionKind = {}));
|
|
6978
6978
|
|
|
6979
|
-
// bazel-out/
|
|
6979
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
|
|
6980
6980
|
var SymbolKind;
|
|
6981
6981
|
(function(SymbolKind2) {
|
|
6982
6982
|
SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
|
|
@@ -7046,4 +7046,4 @@ export {
|
|
|
7046
7046
|
* Use of this source code is governed by an MIT-style license that can be
|
|
7047
7047
|
* found in the LICENSE file at https://angular.io/license
|
|
7048
7048
|
*/
|
|
7049
|
-
//# sourceMappingURL=chunk-
|
|
7049
|
+
//# sourceMappingURL=chunk-2UDHTJ2I.js.map
|