@angular/compiler-cli 16.0.0-next.1 → 16.0.0-next.2
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-N6MSUQVH.js → chunk-54RHUHYB.js} +5 -5
- package/bundles/{chunk-JEQIMWEA.js → chunk-7Y2QVZL6.js} +31 -31
- package/bundles/{chunk-JKV3J53A.js → chunk-BVXD7IJL.js} +9 -38
- package/bundles/chunk-BVXD7IJL.js.map +6 -0
- package/bundles/{chunk-TBUSSXUA.js → chunk-EC5K6QPP.js} +7 -7
- package/bundles/{chunk-QQGJEWBQ.js → chunk-EDWIBG7R.js} +6 -6
- package/bundles/{chunk-EKTJ7622.js → chunk-GYHDNUIK.js} +7 -7
- package/bundles/{chunk-Q2TY6LB3.js → chunk-JCJ2GTDZ.js} +5 -5
- package/bundles/{chunk-TK3GHMT6.js → chunk-K2A5WD7L.js} +21 -21
- package/bundles/{chunk-IE2WWKOE.js → chunk-KA5NKHL6.js} +101 -100
- package/bundles/{chunk-IE2WWKOE.js.map → chunk-KA5NKHL6.js.map} +1 -1
- package/bundles/{chunk-6PDKXFWN.js → chunk-LLHKY5PL.js} +8 -8
- package/bundles/{chunk-LYJKWJUC.js → chunk-SBDNBITT.js} +3 -3
- package/bundles/{chunk-XS6XKZQP.js → chunk-W6DWPJBG.js} +77 -77
- package/bundles/index.js +13 -13
- package/bundles/linker/babel/index.js +13 -13
- package/bundles/linker/index.js +5 -5
- 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/package.json +2 -2
- package/src/transformers/downlevel_decorators_transform/downlevel_decorators_transform.d.ts +6 -8
- package/bundles/chunk-JKV3J53A.js.map +0 -6
- /package/bundles/{chunk-N6MSUQVH.js.map → chunk-54RHUHYB.js.map} +0 -0
- /package/bundles/{chunk-JEQIMWEA.js.map → chunk-7Y2QVZL6.js.map} +0 -0
- /package/bundles/{chunk-TBUSSXUA.js.map → chunk-EC5K6QPP.js.map} +0 -0
- /package/bundles/{chunk-QQGJEWBQ.js.map → chunk-EDWIBG7R.js.map} +0 -0
- /package/bundles/{chunk-EKTJ7622.js.map → chunk-GYHDNUIK.js.map} +0 -0
- /package/bundles/{chunk-Q2TY6LB3.js.map → chunk-JCJ2GTDZ.js.map} +0 -0
- /package/bundles/{chunk-TK3GHMT6.js.map → chunk-K2A5WD7L.js.map} +0 -0
- /package/bundles/{chunk-6PDKXFWN.js.map → chunk-LLHKY5PL.js.map} +0 -0
- /package/bundles/{chunk-LYJKWJUC.js.map → chunk-SBDNBITT.js.map} +0 -0
- /package/bundles/{chunk-XS6XKZQP.js.map → chunk-W6DWPJBG.js.map} +0 -0
|
@@ -12,13 +12,13 @@ import {
|
|
|
12
12
|
reflectObjectLiteral,
|
|
13
13
|
reflectTypeEntityToDeclaration,
|
|
14
14
|
typeNodeToValueExpr
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-EDWIBG7R.js";
|
|
16
16
|
import {
|
|
17
17
|
ImportManager,
|
|
18
18
|
translateExpression,
|
|
19
19
|
translateStatement,
|
|
20
20
|
translateType
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-LLHKY5PL.js";
|
|
22
22
|
import {
|
|
23
23
|
ErrorCode,
|
|
24
24
|
FatalDiagnosticError,
|
|
@@ -35,18 +35,18 @@ import {
|
|
|
35
35
|
makeRelatedInformation,
|
|
36
36
|
nodeDebugInfo,
|
|
37
37
|
nodeNameForError
|
|
38
|
-
} from "./chunk-
|
|
38
|
+
} from "./chunk-K2A5WD7L.js";
|
|
39
39
|
import {
|
|
40
40
|
PerfEvent,
|
|
41
41
|
PerfPhase
|
|
42
|
-
} from "./chunk-
|
|
42
|
+
} from "./chunk-54RHUHYB.js";
|
|
43
43
|
import {
|
|
44
44
|
absoluteFrom,
|
|
45
45
|
absoluteFromSourceFile,
|
|
46
46
|
relative
|
|
47
|
-
} from "./chunk-
|
|
47
|
+
} from "./chunk-EC5K6QPP.js";
|
|
48
48
|
|
|
49
|
-
// bazel-out/
|
|
49
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
|
|
50
50
|
import { ExternalExpr, ParseLocation, ParseSourceFile, ParseSourceSpan, ReadPropExpr, WrappedNodeExpr } from "@angular/compiler";
|
|
51
51
|
import ts from "typescript";
|
|
52
52
|
function valueReferenceToExpression(valueRef) {
|
|
@@ -285,7 +285,7 @@ function isAbstractClassDeclaration(clazz) {
|
|
|
285
285
|
return ts.canHaveModifiers(clazz) && clazz.modifiers !== void 0 ? clazz.modifiers.some((mod) => mod.kind === ts.SyntaxKind.AbstractKeyword) : false;
|
|
286
286
|
}
|
|
287
287
|
|
|
288
|
-
// bazel-out/
|
|
288
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
|
|
289
289
|
var DynamicValue = class {
|
|
290
290
|
constructor(node, reason, code) {
|
|
291
291
|
this.node = node;
|
|
@@ -375,10 +375,10 @@ var DynamicValue = class {
|
|
|
375
375
|
}
|
|
376
376
|
};
|
|
377
377
|
|
|
378
|
-
// bazel-out/
|
|
378
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
379
379
|
import ts2 from "typescript";
|
|
380
380
|
|
|
381
|
-
// bazel-out/
|
|
381
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
|
|
382
382
|
var ResolvedModule = class {
|
|
383
383
|
constructor(exports, evaluate) {
|
|
384
384
|
this.exports = exports;
|
|
@@ -408,7 +408,7 @@ var EnumValue = class {
|
|
|
408
408
|
var KnownFn = class {
|
|
409
409
|
};
|
|
410
410
|
|
|
411
|
-
// bazel-out/
|
|
411
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
|
|
412
412
|
var ArraySliceBuiltinFn = class extends KnownFn {
|
|
413
413
|
constructor(lhs) {
|
|
414
414
|
super();
|
|
@@ -479,7 +479,7 @@ var ObjectAssignBuiltinFn = class extends KnownFn {
|
|
|
479
479
|
}
|
|
480
480
|
};
|
|
481
481
|
|
|
482
|
-
// bazel-out/
|
|
482
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/ts_helpers.mjs
|
|
483
483
|
var AssignHelperFn = class extends ObjectAssignBuiltinFn {
|
|
484
484
|
};
|
|
485
485
|
var SpreadHelperFn = class extends KnownFn {
|
|
@@ -532,7 +532,7 @@ var ReadHelperFn = class extends KnownFn {
|
|
|
532
532
|
}
|
|
533
533
|
};
|
|
534
534
|
|
|
535
|
-
// bazel-out/
|
|
535
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/known_declaration.mjs
|
|
536
536
|
var jsGlobalObjectValue = /* @__PURE__ */ new Map([["assign", new ObjectAssignBuiltinFn()]]);
|
|
537
537
|
var assignTsHelperFn = new AssignHelperFn();
|
|
538
538
|
var spreadTsHelperFn = new SpreadHelperFn();
|
|
@@ -556,14 +556,14 @@ function resolveKnownDeclaration(decl) {
|
|
|
556
556
|
}
|
|
557
557
|
}
|
|
558
558
|
|
|
559
|
-
// bazel-out/
|
|
559
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
|
|
560
560
|
var SyntheticValue = class {
|
|
561
561
|
constructor(value) {
|
|
562
562
|
this.value = value;
|
|
563
563
|
}
|
|
564
564
|
};
|
|
565
565
|
|
|
566
|
-
// bazel-out/
|
|
566
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
567
567
|
function literalBinaryOp(op) {
|
|
568
568
|
return { op, literal: true };
|
|
569
569
|
}
|
|
@@ -1164,7 +1164,7 @@ function owningModule(context, override = null) {
|
|
|
1164
1164
|
}
|
|
1165
1165
|
}
|
|
1166
1166
|
|
|
1167
|
-
// bazel-out/
|
|
1167
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
|
|
1168
1168
|
var PartialEvaluator = class {
|
|
1169
1169
|
constructor(host, checker, dependencyTracker) {
|
|
1170
1170
|
this.host = host;
|
|
@@ -1184,7 +1184,7 @@ var PartialEvaluator = class {
|
|
|
1184
1184
|
}
|
|
1185
1185
|
};
|
|
1186
1186
|
|
|
1187
|
-
// bazel-out/
|
|
1187
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
|
|
1188
1188
|
import ts3 from "typescript";
|
|
1189
1189
|
function describeResolvedType(value, maxDepth = 1) {
|
|
1190
1190
|
var _a, _b;
|
|
@@ -1314,7 +1314,7 @@ function getContainerNode(node) {
|
|
|
1314
1314
|
return node.getSourceFile();
|
|
1315
1315
|
}
|
|
1316
1316
|
|
|
1317
|
-
// bazel-out/
|
|
1317
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
|
|
1318
1318
|
import { LiteralExpr, WrappedNodeExpr as WrappedNodeExpr2 } from "@angular/compiler";
|
|
1319
1319
|
import ts4 from "typescript";
|
|
1320
1320
|
function getConstructorDependencies(clazz, reflector, isCore) {
|
|
@@ -1458,10 +1458,10 @@ function createUnsuitableInjectionTokenError(clazz, error) {
|
|
|
1458
1458
|
return new FatalDiagnosticError(ErrorCode.PARAM_MISSING_TOKEN, param.nameNode, chain, hints);
|
|
1459
1459
|
}
|
|
1460
1460
|
|
|
1461
|
-
// bazel-out/
|
|
1461
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
|
|
1462
1462
|
import ts7 from "typescript";
|
|
1463
1463
|
|
|
1464
|
-
// bazel-out/
|
|
1464
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
|
|
1465
1465
|
var MetaKind;
|
|
1466
1466
|
(function(MetaKind2) {
|
|
1467
1467
|
MetaKind2[MetaKind2["Directive"] = 0] = "Directive";
|
|
@@ -1474,10 +1474,10 @@ var MatchSource;
|
|
|
1474
1474
|
MatchSource2[MatchSource2["HostDirective"] = 1] = "HostDirective";
|
|
1475
1475
|
})(MatchSource || (MatchSource = {}));
|
|
1476
1476
|
|
|
1477
|
-
// bazel-out/
|
|
1477
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
1478
1478
|
import ts6 from "typescript";
|
|
1479
1479
|
|
|
1480
|
-
// bazel-out/
|
|
1480
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
|
|
1481
1481
|
var ClassPropertyMapping = class {
|
|
1482
1482
|
constructor(forwardMap) {
|
|
1483
1483
|
this.forwardMap = forwardMap;
|
|
@@ -1553,7 +1553,7 @@ function reverseMapFromForwardMap(forwardMap) {
|
|
|
1553
1553
|
return reverseMap;
|
|
1554
1554
|
}
|
|
1555
1555
|
|
|
1556
|
-
// bazel-out/
|
|
1556
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
|
|
1557
1557
|
import ts5 from "typescript";
|
|
1558
1558
|
function extractReferencesFromType(checker, def, bestGuessOwningModule) {
|
|
1559
1559
|
if (!ts5.isTupleTypeNode(def)) {
|
|
@@ -1735,7 +1735,7 @@ function hasInjectableFields(clazz, host) {
|
|
|
1735
1735
|
return members.some(({ isStatic, name }) => isStatic && (name === "\u0275prov" || name === "\u0275fac"));
|
|
1736
1736
|
}
|
|
1737
1737
|
|
|
1738
|
-
// bazel-out/
|
|
1738
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
1739
1739
|
var DtsMetadataReader = class {
|
|
1740
1740
|
constructor(checker, reflector) {
|
|
1741
1741
|
this.checker = checker;
|
|
@@ -1874,7 +1874,7 @@ function readHostDirectivesType(checker, type, bestGuessOwningModule) {
|
|
|
1874
1874
|
return result.length > 0 ? result : null;
|
|
1875
1875
|
}
|
|
1876
1876
|
|
|
1877
|
-
// bazel-out/
|
|
1877
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
|
|
1878
1878
|
function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
1879
1879
|
const topMeta = reader.getDirectiveMetadata(dir);
|
|
1880
1880
|
if (topMeta === null) {
|
|
@@ -1932,7 +1932,7 @@ function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
|
1932
1932
|
};
|
|
1933
1933
|
}
|
|
1934
1934
|
|
|
1935
|
-
// bazel-out/
|
|
1935
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
|
|
1936
1936
|
var LocalMetadataRegistry = class {
|
|
1937
1937
|
constructor() {
|
|
1938
1938
|
this.directives = /* @__PURE__ */ new Map();
|
|
@@ -1989,7 +1989,7 @@ var CompoundMetadataRegistry = class {
|
|
|
1989
1989
|
}
|
|
1990
1990
|
};
|
|
1991
1991
|
|
|
1992
|
-
// bazel-out/
|
|
1992
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
|
|
1993
1993
|
var ResourceRegistry = class {
|
|
1994
1994
|
constructor() {
|
|
1995
1995
|
this.externalTemplateToComponentsMap = /* @__PURE__ */ new Map();
|
|
@@ -2054,7 +2054,7 @@ var ResourceRegistry = class {
|
|
|
2054
2054
|
}
|
|
2055
2055
|
};
|
|
2056
2056
|
|
|
2057
|
-
// bazel-out/
|
|
2057
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
|
|
2058
2058
|
var EMPTY_ARRAY = [];
|
|
2059
2059
|
var HostDirectivesResolver = class {
|
|
2060
2060
|
constructor(metaReader) {
|
|
@@ -2105,7 +2105,7 @@ var HostDirectivesResolver = class {
|
|
|
2105
2105
|
}
|
|
2106
2106
|
};
|
|
2107
2107
|
|
|
2108
|
-
// bazel-out/
|
|
2108
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
|
|
2109
2109
|
function makeDuplicateDeclarationError(node, data, kind) {
|
|
2110
2110
|
const context = [];
|
|
2111
2111
|
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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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/darwin_arm64-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,11 +2473,11 @@ function extractSchemas(rawExpr, evaluator, context) {
|
|
|
2473
2473
|
return schemas;
|
|
2474
2474
|
}
|
|
2475
2475
|
|
|
2476
|
-
// bazel-out/
|
|
2476
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
2477
2477
|
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";
|
|
2478
2478
|
import ts24 from "typescript";
|
|
2479
2479
|
|
|
2480
|
-
// bazel-out/
|
|
2480
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
|
|
2481
2481
|
import ts10 from "typescript";
|
|
2482
2482
|
var SemanticSymbol = class {
|
|
2483
2483
|
constructor(decl) {
|
|
@@ -2493,7 +2493,7 @@ function getSymbolIdentifier(decl) {
|
|
|
2493
2493
|
return decl.name.text;
|
|
2494
2494
|
}
|
|
2495
2495
|
|
|
2496
|
-
// bazel-out/
|
|
2496
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
|
|
2497
2497
|
import { ExternalExpr as ExternalExpr2 } from "@angular/compiler";
|
|
2498
2498
|
var OpaqueSymbol = class extends SemanticSymbol {
|
|
2499
2499
|
isPublicApiAffected() {
|
|
@@ -2636,10 +2636,10 @@ function getImportPath(expr) {
|
|
|
2636
2636
|
}
|
|
2637
2637
|
}
|
|
2638
2638
|
|
|
2639
|
-
// bazel-out/
|
|
2639
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
2640
2640
|
import ts11 from "typescript";
|
|
2641
2641
|
|
|
2642
|
-
// bazel-out/
|
|
2642
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
|
|
2643
2643
|
function isSymbolEqual(a, b) {
|
|
2644
2644
|
if (a.decl === b.decl) {
|
|
2645
2645
|
return true;
|
|
@@ -2689,7 +2689,7 @@ function isSetEqual(a, b, equalityTester = referenceEquality) {
|
|
|
2689
2689
|
return true;
|
|
2690
2690
|
}
|
|
2691
2691
|
|
|
2692
|
-
// bazel-out/
|
|
2692
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
2693
2693
|
function extractSemanticTypeParameters(node) {
|
|
2694
2694
|
if (!ts11.isClassDeclaration(node) || node.typeParameters === void 0) {
|
|
2695
2695
|
return null;
|
|
@@ -2709,14 +2709,14 @@ function isTypeParameterEqual(a, b) {
|
|
|
2709
2709
|
return a.hasGenericTypeBound === b.hasGenericTypeBound;
|
|
2710
2710
|
}
|
|
2711
2711
|
|
|
2712
|
-
// bazel-out/
|
|
2712
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
|
|
2713
2713
|
var ComponentScopeKind;
|
|
2714
2714
|
(function(ComponentScopeKind2) {
|
|
2715
2715
|
ComponentScopeKind2[ComponentScopeKind2["NgModule"] = 0] = "NgModule";
|
|
2716
2716
|
ComponentScopeKind2[ComponentScopeKind2["Standalone"] = 1] = "Standalone";
|
|
2717
2717
|
})(ComponentScopeKind || (ComponentScopeKind = {}));
|
|
2718
2718
|
|
|
2719
|
-
// bazel-out/
|
|
2719
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
|
|
2720
2720
|
var CompoundComponentScopeReader = class {
|
|
2721
2721
|
constructor(readers) {
|
|
2722
2722
|
this.readers = readers;
|
|
@@ -2741,7 +2741,7 @@ var CompoundComponentScopeReader = class {
|
|
|
2741
2741
|
}
|
|
2742
2742
|
};
|
|
2743
2743
|
|
|
2744
|
-
// bazel-out/
|
|
2744
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
|
|
2745
2745
|
var MetadataDtsModuleScopeResolver = class {
|
|
2746
2746
|
constructor(dtsMetaReader, aliasingHost) {
|
|
2747
2747
|
this.dtsMetaReader = dtsMetaReader;
|
|
@@ -2817,11 +2817,11 @@ var MetadataDtsModuleScopeResolver = class {
|
|
|
2817
2817
|
}
|
|
2818
2818
|
};
|
|
2819
2819
|
|
|
2820
|
-
// bazel-out/
|
|
2820
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
2821
2821
|
import { ExternalExpr as ExternalExpr3 } from "@angular/compiler";
|
|
2822
2822
|
import ts12 from "typescript";
|
|
2823
2823
|
|
|
2824
|
-
// bazel-out/
|
|
2824
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
|
|
2825
2825
|
function getDiagnosticNode(ref, rawExpr) {
|
|
2826
2826
|
return rawExpr !== null ? ref.getOriginForDiagnostics(rawExpr) : ref.node.name;
|
|
2827
2827
|
}
|
|
@@ -2844,7 +2844,7 @@ function makeUnknownComponentImportDiagnostic(ref, rawExpr) {
|
|
|
2844
2844
|
return makeDiagnostic(ErrorCode.COMPONENT_UNKNOWN_IMPORT, getDiagnosticNode(ref, rawExpr), `Component imports must be standalone components, directives, pipes, or must be NgModules.`);
|
|
2845
2845
|
}
|
|
2846
2846
|
|
|
2847
|
-
// bazel-out/
|
|
2847
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
2848
2848
|
var LocalModuleScopeRegistry = class {
|
|
2849
2849
|
constructor(localReader, fullReader, dependencyScopeReader, refEmitter, aliasingHost) {
|
|
2850
2850
|
this.localReader = localReader;
|
|
@@ -3183,7 +3183,7 @@ function reexportCollision(module, refA, refB) {
|
|
|
3183
3183
|
]);
|
|
3184
3184
|
}
|
|
3185
3185
|
|
|
3186
|
-
// bazel-out/
|
|
3186
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
|
|
3187
3187
|
import { CssSelector, SelectorMatcher } from "@angular/compiler";
|
|
3188
3188
|
import ts13 from "typescript";
|
|
3189
3189
|
var TypeCheckScopeRegistry = class {
|
|
@@ -3252,7 +3252,7 @@ var TypeCheckScopeRegistry = class {
|
|
|
3252
3252
|
}
|
|
3253
3253
|
};
|
|
3254
3254
|
|
|
3255
|
-
// bazel-out/
|
|
3255
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
|
|
3256
3256
|
var CompilationMode;
|
|
3257
3257
|
(function(CompilationMode2) {
|
|
3258
3258
|
CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
|
|
@@ -3270,7 +3270,7 @@ var HandlerFlags;
|
|
|
3270
3270
|
HandlerFlags2[HandlerFlags2["FULL_INHERITANCE"] = 1] = "FULL_INHERITANCE";
|
|
3271
3271
|
})(HandlerFlags || (HandlerFlags = {}));
|
|
3272
3272
|
|
|
3273
|
-
// bazel-out/
|
|
3273
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
|
|
3274
3274
|
import ts14 from "typescript";
|
|
3275
3275
|
function aliasTransformFactory(exportStatements) {
|
|
3276
3276
|
return () => {
|
|
@@ -3293,10 +3293,10 @@ function aliasTransformFactory(exportStatements) {
|
|
|
3293
3293
|
};
|
|
3294
3294
|
}
|
|
3295
3295
|
|
|
3296
|
-
// bazel-out/
|
|
3296
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
3297
3297
|
import ts15 from "typescript";
|
|
3298
3298
|
|
|
3299
|
-
// bazel-out/
|
|
3299
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
|
|
3300
3300
|
var TraitState;
|
|
3301
3301
|
(function(TraitState2) {
|
|
3302
3302
|
TraitState2[TraitState2["Pending"] = 0] = "Pending";
|
|
@@ -3351,7 +3351,7 @@ var TraitImpl = class {
|
|
|
3351
3351
|
}
|
|
3352
3352
|
};
|
|
3353
3353
|
|
|
3354
|
-
// bazel-out/
|
|
3354
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
3355
3355
|
var TraitCompiler = class {
|
|
3356
3356
|
constructor(handlers, reflector, perf, incrementalBuild, compileNonExportedClasses, compilationMode, dtsTransforms, semanticDepGraphUpdater, sourceFileTypeIdentifier) {
|
|
3357
3357
|
this.handlers = handlers;
|
|
@@ -3795,10 +3795,10 @@ function containsErrors(diagnostics) {
|
|
|
3795
3795
|
return diagnostics !== null && diagnostics.some((diag) => diag.category === ts15.DiagnosticCategory.Error);
|
|
3796
3796
|
}
|
|
3797
3797
|
|
|
3798
|
-
// bazel-out/
|
|
3798
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
3799
3799
|
import ts17 from "typescript";
|
|
3800
3800
|
|
|
3801
|
-
// bazel-out/
|
|
3801
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/utils.mjs
|
|
3802
3802
|
import ts16 from "typescript";
|
|
3803
3803
|
function addImports(importManager, sf, extraStatements = []) {
|
|
3804
3804
|
const addedImports = importManager.getAllImports(sf.fileName).map((i) => {
|
|
@@ -3834,7 +3834,7 @@ function isImportStatement(stmt) {
|
|
|
3834
3834
|
return ts16.isImportDeclaration(stmt) || ts16.isImportEqualsDeclaration(stmt) || ts16.isNamespaceImport(stmt);
|
|
3835
3835
|
}
|
|
3836
3836
|
|
|
3837
|
-
// bazel-out/
|
|
3837
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
3838
3838
|
var DtsTransformRegistry = class {
|
|
3839
3839
|
constructor() {
|
|
3840
3840
|
this.ivyDeclarationTransforms = /* @__PURE__ */ new Map();
|
|
@@ -3979,11 +3979,11 @@ function markForEmitAsSingleLine(node) {
|
|
|
3979
3979
|
ts17.forEachChild(node, markForEmitAsSingleLine);
|
|
3980
3980
|
}
|
|
3981
3981
|
|
|
3982
|
-
// bazel-out/
|
|
3982
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
3983
3983
|
import { ConstantPool } from "@angular/compiler";
|
|
3984
3984
|
import ts19 from "typescript";
|
|
3985
3985
|
|
|
3986
|
-
// bazel-out/
|
|
3986
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
|
|
3987
3987
|
import ts18 from "typescript";
|
|
3988
3988
|
function visit(node, visitor, context) {
|
|
3989
3989
|
return visitor._visit(node, context);
|
|
@@ -4044,7 +4044,7 @@ var Visitor = class {
|
|
|
4044
4044
|
}
|
|
4045
4045
|
};
|
|
4046
4046
|
|
|
4047
|
-
// bazel-out/
|
|
4047
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
4048
4048
|
var NO_DECORATORS = /* @__PURE__ */ new Set();
|
|
4049
4049
|
var CLOSURE_FILE_OVERVIEW_REGEXP = /\s+@fileoverview\s+/i;
|
|
4050
4050
|
function ivyTransformFactory(compilation, reflector, importRewriter, defaultImportTracker, perf, isCore, isClosureCompilerEnabled) {
|
|
@@ -4252,10 +4252,10 @@ function nodeArrayFromDecoratorsArray(decorators) {
|
|
|
4252
4252
|
return array;
|
|
4253
4253
|
}
|
|
4254
4254
|
|
|
4255
|
-
// bazel-out/
|
|
4255
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
|
|
4256
4256
|
import { compileClassMetadata, compileDeclareClassMetadata, compileDeclareDirectiveFromMetadata, compileDirectiveFromMetadata, FactoryTarget, makeBindingParser, WrappedNodeExpr as WrappedNodeExpr5 } from "@angular/compiler";
|
|
4257
4257
|
|
|
4258
|
-
// bazel-out/
|
|
4258
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
|
|
4259
4259
|
import { createMayBeForwardRefExpression, emitDistinctChangesOnlyDefaultValue, ExternalExpr as ExternalExpr4, getSafePropertyAccessString, parseHostBindings, verifyHostBindings, WrappedNodeExpr as WrappedNodeExpr4 } from "@angular/compiler";
|
|
4260
4260
|
import ts20 from "typescript";
|
|
4261
4261
|
var EMPTY_OBJECT = {};
|
|
@@ -4672,7 +4672,7 @@ function toHostDirectiveMetadata(hostDirective, context, refEmitter) {
|
|
|
4672
4672
|
};
|
|
4673
4673
|
}
|
|
4674
4674
|
|
|
4675
|
-
// bazel-out/
|
|
4675
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
|
|
4676
4676
|
var DirectiveSymbol = class extends SemanticSymbol {
|
|
4677
4677
|
constructor(decl, selector, inputs, outputs, exportAs, typeCheckMeta, typeParameters) {
|
|
4678
4678
|
super(decl);
|
|
@@ -4749,7 +4749,7 @@ function isBaseClassEqual(current, previous) {
|
|
|
4749
4749
|
return isSymbolEqual(current, previous);
|
|
4750
4750
|
}
|
|
4751
4751
|
|
|
4752
|
-
// bazel-out/
|
|
4752
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
|
|
4753
4753
|
var FIELD_DECORATORS = [
|
|
4754
4754
|
"Input",
|
|
4755
4755
|
"Output",
|
|
@@ -4908,11 +4908,11 @@ var DirectiveDecoratorHandler = class {
|
|
|
4908
4908
|
}
|
|
4909
4909
|
};
|
|
4910
4910
|
|
|
4911
|
-
// bazel-out/
|
|
4911
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
4912
4912
|
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";
|
|
4913
4913
|
import ts22 from "typescript";
|
|
4914
4914
|
|
|
4915
|
-
// bazel-out/
|
|
4915
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
|
|
4916
4916
|
import ts21 from "typescript";
|
|
4917
4917
|
function createModuleWithProvidersResolver(reflector, isCore) {
|
|
4918
4918
|
function _reflectModuleFromTypeParam(type, node) {
|
|
@@ -4979,7 +4979,7 @@ function isResolvedModuleWithProviders(sv) {
|
|
|
4979
4979
|
return typeof sv.value === "object" && sv.value != null && sv.value.hasOwnProperty("ngModule") && sv.value.hasOwnProperty("mwpCall");
|
|
4980
4980
|
}
|
|
4981
4981
|
|
|
4982
|
-
// bazel-out/
|
|
4982
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
4983
4983
|
var NgModuleSymbol = class extends SemanticSymbol {
|
|
4984
4984
|
constructor() {
|
|
4985
4985
|
super(...arguments);
|
|
@@ -5477,7 +5477,7 @@ function isSyntheticReference(ref) {
|
|
|
5477
5477
|
return ref.synthetic;
|
|
5478
5478
|
}
|
|
5479
5479
|
|
|
5480
|
-
// bazel-out/
|
|
5480
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
|
|
5481
5481
|
function makeCyclicImportInfo(ref, type, cycle) {
|
|
5482
5482
|
const name = ref.debugName || "(unknown)";
|
|
5483
5483
|
const path = cycle.getPath().map((sf) => sf.fileName).join(" -> ");
|
|
@@ -5500,7 +5500,7 @@ function checkCustomElementSelectorForErrors(selector) {
|
|
|
5500
5500
|
return null;
|
|
5501
5501
|
}
|
|
5502
5502
|
|
|
5503
|
-
// bazel-out/
|
|
5503
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
|
|
5504
5504
|
import { DEFAULT_INTERPOLATION_CONFIG, InterpolationConfig, ParseSourceFile as ParseSourceFile2, parseTemplate } from "@angular/compiler";
|
|
5505
5505
|
import ts23 from "typescript";
|
|
5506
5506
|
function getTemplateDeclarationNodeForError(declaration) {
|
|
@@ -5819,7 +5819,7 @@ function _extractTemplateStyleUrls(template) {
|
|
|
5819
5819
|
return template.styleUrls.map((url) => ({ url, source: 1, nodeForError }));
|
|
5820
5820
|
}
|
|
5821
5821
|
|
|
5822
|
-
// bazel-out/
|
|
5822
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
|
|
5823
5823
|
var ComponentSymbol = class extends DirectiveSymbol {
|
|
5824
5824
|
constructor() {
|
|
5825
5825
|
super(...arguments);
|
|
@@ -5854,7 +5854,7 @@ var ComponentSymbol = class extends DirectiveSymbol {
|
|
|
5854
5854
|
}
|
|
5855
5855
|
};
|
|
5856
5856
|
|
|
5857
|
-
// bazel-out/
|
|
5857
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
|
|
5858
5858
|
function collectAnimationNames(value, animationTriggerNames) {
|
|
5859
5859
|
if (value instanceof Map) {
|
|
5860
5860
|
const name = value.get("name");
|
|
@@ -5930,7 +5930,7 @@ function isLikelyModuleWithProviders(value) {
|
|
|
5930
5930
|
return false;
|
|
5931
5931
|
}
|
|
5932
5932
|
|
|
5933
|
-
// bazel-out/
|
|
5933
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
5934
5934
|
var EMPTY_ARRAY2 = [];
|
|
5935
5935
|
var ComponentDecoratorHandler = class {
|
|
5936
5936
|
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) {
|
|
@@ -6577,7 +6577,7 @@ function validateStandaloneImports(importRefs, importExpr, metaReader, scopeRead
|
|
|
6577
6577
|
return diagnostics;
|
|
6578
6578
|
}
|
|
6579
6579
|
|
|
6580
|
-
// bazel-out/
|
|
6580
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
|
|
6581
6581
|
import { compileClassMetadata as compileClassMetadata4, compileDeclareClassMetadata as compileDeclareClassMetadata4, compileDeclareInjectableFromMetadata, compileInjectable, createMayBeForwardRefExpression as createMayBeForwardRefExpression2, FactoryTarget as FactoryTarget4, LiteralExpr as LiteralExpr3, WrappedNodeExpr as WrappedNodeExpr8 } from "@angular/compiler";
|
|
6582
6582
|
import ts25 from "typescript";
|
|
6583
6583
|
var InjectableDecoratorHandler = class {
|
|
@@ -6794,7 +6794,7 @@ function getDep(dep, reflector) {
|
|
|
6794
6794
|
return meta;
|
|
6795
6795
|
}
|
|
6796
6796
|
|
|
6797
|
-
// bazel-out/
|
|
6797
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
|
|
6798
6798
|
import { compileClassMetadata as compileClassMetadata5, compileDeclareClassMetadata as compileDeclareClassMetadata5, compileDeclarePipeFromMetadata, compilePipeFromMetadata, FactoryTarget as FactoryTarget5, WrappedNodeExpr as WrappedNodeExpr9 } from "@angular/compiler";
|
|
6799
6799
|
import ts26 from "typescript";
|
|
6800
6800
|
var PipeSymbol = class extends SemanticSymbol {
|
|
@@ -6940,14 +6940,14 @@ var PipeDecoratorHandler = class {
|
|
|
6940
6940
|
}
|
|
6941
6941
|
};
|
|
6942
6942
|
|
|
6943
|
-
// bazel-out/
|
|
6943
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
|
|
6944
6944
|
var OptimizeFor;
|
|
6945
6945
|
(function(OptimizeFor2) {
|
|
6946
6946
|
OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
|
|
6947
6947
|
OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
|
|
6948
6948
|
})(OptimizeFor || (OptimizeFor = {}));
|
|
6949
6949
|
|
|
6950
|
-
// bazel-out/
|
|
6950
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
|
|
6951
6951
|
var PotentialImportKind;
|
|
6952
6952
|
(function(PotentialImportKind2) {
|
|
6953
6953
|
PotentialImportKind2[PotentialImportKind2["NgModule"] = 0] = "NgModule";
|
|
@@ -6959,14 +6959,14 @@ var PotentialImportMode;
|
|
|
6959
6959
|
PotentialImportMode2[PotentialImportMode2["ForceDirect"] = 1] = "ForceDirect";
|
|
6960
6960
|
})(PotentialImportMode || (PotentialImportMode = {}));
|
|
6961
6961
|
|
|
6962
|
-
// bazel-out/
|
|
6962
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
|
|
6963
6963
|
var CompletionKind;
|
|
6964
6964
|
(function(CompletionKind2) {
|
|
6965
6965
|
CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
|
|
6966
6966
|
CompletionKind2[CompletionKind2["Variable"] = 1] = "Variable";
|
|
6967
6967
|
})(CompletionKind || (CompletionKind = {}));
|
|
6968
6968
|
|
|
6969
|
-
// bazel-out/
|
|
6969
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
|
|
6970
6970
|
var SymbolKind;
|
|
6971
6971
|
(function(SymbolKind2) {
|
|
6972
6972
|
SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
|
|
@@ -7033,4 +7033,4 @@ export {
|
|
|
7033
7033
|
* Use of this source code is governed by an MIT-style license that can be
|
|
7034
7034
|
* found in the LICENSE file at https://angular.io/license
|
|
7035
7035
|
*/
|
|
7036
|
-
//# sourceMappingURL=chunk-
|
|
7036
|
+
//# sourceMappingURL=chunk-W6DWPJBG.js.map
|