@angular/compiler-cli 16.2.4 → 16.2.6
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-RYGXSEBC.js → chunk-CS2FNZXR.js} +27 -27
- package/bundles/{chunk-6SPHWESC.js → chunk-CWD5WGIF.js} +92 -92
- package/bundles/{chunk-TBUSSXUA.js → chunk-EC5K6QPP.js} +7 -7
- package/bundles/{chunk-3GVOXFUL.js → chunk-EMPTJWPY.js} +4 -4
- package/bundles/{chunk-EKTJ7622.js → chunk-GYHDNUIK.js} +7 -7
- package/bundles/{chunk-7PCPPTTO.js → chunk-HJOPJLIM.js} +5 -5
- package/bundles/{chunk-CSE6A7DF.js → chunk-LRT6BBZP.js} +8 -8
- package/bundles/{chunk-YKSGHLGM.js → chunk-RM7DQTAJ.js} +5 -5
- package/bundles/{chunk-LYJKWJUC.js → chunk-SBDNBITT.js} +3 -3
- package/bundles/{chunk-7WBWMZKZ.js → chunk-TU4LAK6J.js} +31 -31
- package/bundles/{chunk-JZC4T2RR.js → chunk-UHYH6BYB.js} +1 -1
- package/bundles/{chunk-WJXW3ICJ.js → chunk-WJOCH3Z7.js} +76 -76
- 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 +1 -1
- package/bundles/private/bazel.js +1 -1
- package/bundles/private/localize.js +3 -3
- package/bundles/private/migrations.js +6 -6
- package/bundles/private/tooling.js +4 -4
- package/bundles/src/bin/ng_xi18n.js +11 -11
- package/bundles/src/bin/ngc.js +9 -9
- package/bundles_metadata.json +1 -1
- package/package.json +2 -2
- /package/bundles/{chunk-RYGXSEBC.js.map → chunk-CS2FNZXR.js.map} +0 -0
- /package/bundles/{chunk-6SPHWESC.js.map → chunk-CWD5WGIF.js.map} +0 -0
- /package/bundles/{chunk-TBUSSXUA.js.map → chunk-EC5K6QPP.js.map} +0 -0
- /package/bundles/{chunk-3GVOXFUL.js.map → chunk-EMPTJWPY.js.map} +0 -0
- /package/bundles/{chunk-EKTJ7622.js.map → chunk-GYHDNUIK.js.map} +0 -0
- /package/bundles/{chunk-7PCPPTTO.js.map → chunk-HJOPJLIM.js.map} +0 -0
- /package/bundles/{chunk-CSE6A7DF.js.map → chunk-LRT6BBZP.js.map} +0 -0
- /package/bundles/{chunk-YKSGHLGM.js.map → chunk-RM7DQTAJ.js.map} +0 -0
- /package/bundles/{chunk-LYJKWJUC.js.map → chunk-SBDNBITT.js.map} +0 -0
- /package/bundles/{chunk-7WBWMZKZ.js.map → chunk-TU4LAK6J.js.map} +0 -0
- /package/bundles/{chunk-JZC4T2RR.js.map → chunk-UHYH6BYB.js.map} +0 -0
- /package/bundles/{chunk-WJXW3ICJ.js.map → chunk-WJOCH3Z7.js.map} +0 -0
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
translateExpression,
|
|
8
8
|
translateStatement,
|
|
9
9
|
translateType
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-LRT6BBZP.js";
|
|
11
11
|
import {
|
|
12
12
|
ClassMemberKind,
|
|
13
13
|
ErrorCode,
|
|
@@ -30,18 +30,18 @@ import {
|
|
|
30
30
|
reflectObjectLiteral,
|
|
31
31
|
reflectTypeEntityToDeclaration,
|
|
32
32
|
typeNodeToValueExpr
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-CS2FNZXR.js";
|
|
34
34
|
import {
|
|
35
35
|
PerfEvent,
|
|
36
36
|
PerfPhase
|
|
37
|
-
} from "./chunk-
|
|
37
|
+
} from "./chunk-HJOPJLIM.js";
|
|
38
38
|
import {
|
|
39
39
|
absoluteFrom,
|
|
40
40
|
absoluteFromSourceFile,
|
|
41
41
|
relative
|
|
42
|
-
} from "./chunk-
|
|
42
|
+
} from "./chunk-EC5K6QPP.js";
|
|
43
43
|
|
|
44
|
-
// bazel-out/
|
|
44
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
|
|
45
45
|
import { ExternalExpr, ParseLocation, ParseSourceFile, ParseSourceSpan, ReadPropExpr, WrappedNodeExpr } from "@angular/compiler";
|
|
46
46
|
import ts from "typescript";
|
|
47
47
|
function valueReferenceToExpression(valueRef) {
|
|
@@ -283,7 +283,7 @@ function isAbstractClassDeclaration(clazz) {
|
|
|
283
283
|
return ts.canHaveModifiers(clazz) && clazz.modifiers !== void 0 ? clazz.modifiers.some((mod) => mod.kind === ts.SyntaxKind.AbstractKeyword) : false;
|
|
284
284
|
}
|
|
285
285
|
|
|
286
|
-
// bazel-out/
|
|
286
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
|
|
287
287
|
var DynamicValue = class {
|
|
288
288
|
constructor(node, reason, code) {
|
|
289
289
|
this.node = node;
|
|
@@ -373,10 +373,10 @@ var DynamicValue = class {
|
|
|
373
373
|
}
|
|
374
374
|
};
|
|
375
375
|
|
|
376
|
-
// bazel-out/
|
|
376
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
377
377
|
import ts2 from "typescript";
|
|
378
378
|
|
|
379
|
-
// bazel-out/
|
|
379
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
|
|
380
380
|
var ResolvedModule = class {
|
|
381
381
|
constructor(exports, evaluate) {
|
|
382
382
|
this.exports = exports;
|
|
@@ -406,7 +406,7 @@ var EnumValue = class {
|
|
|
406
406
|
var KnownFn = class {
|
|
407
407
|
};
|
|
408
408
|
|
|
409
|
-
// bazel-out/
|
|
409
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
|
|
410
410
|
var ArraySliceBuiltinFn = class extends KnownFn {
|
|
411
411
|
constructor(lhs) {
|
|
412
412
|
super();
|
|
@@ -458,14 +458,14 @@ var StringConcatBuiltinFn = class extends KnownFn {
|
|
|
458
458
|
}
|
|
459
459
|
};
|
|
460
460
|
|
|
461
|
-
// bazel-out/
|
|
461
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
|
|
462
462
|
var SyntheticValue = class {
|
|
463
463
|
constructor(value) {
|
|
464
464
|
this.value = value;
|
|
465
465
|
}
|
|
466
466
|
};
|
|
467
467
|
|
|
468
|
-
// bazel-out/
|
|
468
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
469
469
|
function literalBinaryOp(op) {
|
|
470
470
|
return { op, literal: true };
|
|
471
471
|
}
|
|
@@ -1046,7 +1046,7 @@ function getOriginalKeywordKind(identifier) {
|
|
|
1046
1046
|
return typeof ts2.identifierToKeywordKind === "function" ? ts2.identifierToKeywordKind(identifier) : identifier.originalKeywordKind;
|
|
1047
1047
|
}
|
|
1048
1048
|
|
|
1049
|
-
// bazel-out/
|
|
1049
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
|
|
1050
1050
|
var PartialEvaluator = class {
|
|
1051
1051
|
constructor(host, checker, dependencyTracker) {
|
|
1052
1052
|
this.host = host;
|
|
@@ -1066,7 +1066,7 @@ var PartialEvaluator = class {
|
|
|
1066
1066
|
}
|
|
1067
1067
|
};
|
|
1068
1068
|
|
|
1069
|
-
// bazel-out/
|
|
1069
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
|
|
1070
1070
|
import ts3 from "typescript";
|
|
1071
1071
|
function describeResolvedType(value, maxDepth = 1) {
|
|
1072
1072
|
var _a, _b;
|
|
@@ -1196,7 +1196,7 @@ function getContainerNode(node) {
|
|
|
1196
1196
|
return node.getSourceFile();
|
|
1197
1197
|
}
|
|
1198
1198
|
|
|
1199
|
-
// bazel-out/
|
|
1199
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
|
|
1200
1200
|
import { LiteralExpr, WrappedNodeExpr as WrappedNodeExpr2 } from "@angular/compiler";
|
|
1201
1201
|
import ts4 from "typescript";
|
|
1202
1202
|
function getConstructorDependencies(clazz, reflector, isCore) {
|
|
@@ -1340,10 +1340,10 @@ function createUnsuitableInjectionTokenError(clazz, error) {
|
|
|
1340
1340
|
return new FatalDiagnosticError(ErrorCode.PARAM_MISSING_TOKEN, param.nameNode, chain, hints);
|
|
1341
1341
|
}
|
|
1342
1342
|
|
|
1343
|
-
// bazel-out/
|
|
1343
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
|
|
1344
1344
|
import ts7 from "typescript";
|
|
1345
1345
|
|
|
1346
|
-
// bazel-out/
|
|
1346
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
|
|
1347
1347
|
var MetaKind;
|
|
1348
1348
|
(function(MetaKind2) {
|
|
1349
1349
|
MetaKind2[MetaKind2["Directive"] = 0] = "Directive";
|
|
@@ -1356,10 +1356,10 @@ var MatchSource;
|
|
|
1356
1356
|
MatchSource2[MatchSource2["HostDirective"] = 1] = "HostDirective";
|
|
1357
1357
|
})(MatchSource || (MatchSource = {}));
|
|
1358
1358
|
|
|
1359
|
-
// bazel-out/
|
|
1359
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
1360
1360
|
import ts6 from "typescript";
|
|
1361
1361
|
|
|
1362
|
-
// bazel-out/
|
|
1362
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
|
|
1363
1363
|
var ClassPropertyMapping = class {
|
|
1364
1364
|
constructor(forwardMap) {
|
|
1365
1365
|
this.forwardMap = forwardMap;
|
|
@@ -1437,7 +1437,7 @@ function reverseMapFromForwardMap(forwardMap) {
|
|
|
1437
1437
|
return reverseMap;
|
|
1438
1438
|
}
|
|
1439
1439
|
|
|
1440
|
-
// bazel-out/
|
|
1440
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
|
|
1441
1441
|
import ts5 from "typescript";
|
|
1442
1442
|
function extractReferencesFromType(checker, def, bestGuessOwningModule) {
|
|
1443
1443
|
if (!ts5.isTupleTypeNode(def)) {
|
|
@@ -1622,7 +1622,7 @@ function hasInjectableFields(clazz, host) {
|
|
|
1622
1622
|
return members.some(({ isStatic, name }) => isStatic && (name === "\u0275prov" || name === "\u0275fac"));
|
|
1623
1623
|
}
|
|
1624
1624
|
|
|
1625
|
-
// bazel-out/
|
|
1625
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
1626
1626
|
var DtsMetadataReader = class {
|
|
1627
1627
|
constructor(checker, reflector) {
|
|
1628
1628
|
this.checker = checker;
|
|
@@ -1797,7 +1797,7 @@ function readHostDirectivesType(checker, type, bestGuessOwningModule) {
|
|
|
1797
1797
|
return result.length > 0 ? result : null;
|
|
1798
1798
|
}
|
|
1799
1799
|
|
|
1800
|
-
// bazel-out/
|
|
1800
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
|
|
1801
1801
|
function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
1802
1802
|
const topMeta = reader.getDirectiveMetadata(dir);
|
|
1803
1803
|
if (topMeta === null) {
|
|
@@ -1855,7 +1855,7 @@ function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
|
1855
1855
|
};
|
|
1856
1856
|
}
|
|
1857
1857
|
|
|
1858
|
-
// bazel-out/
|
|
1858
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
|
|
1859
1859
|
var LocalMetadataRegistry = class {
|
|
1860
1860
|
constructor() {
|
|
1861
1861
|
this.directives = /* @__PURE__ */ new Map();
|
|
@@ -1912,7 +1912,7 @@ var CompoundMetadataRegistry = class {
|
|
|
1912
1912
|
}
|
|
1913
1913
|
};
|
|
1914
1914
|
|
|
1915
|
-
// bazel-out/
|
|
1915
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
|
|
1916
1916
|
var ResourceRegistry = class {
|
|
1917
1917
|
constructor() {
|
|
1918
1918
|
this.externalTemplateToComponentsMap = /* @__PURE__ */ new Map();
|
|
@@ -1977,7 +1977,7 @@ var ResourceRegistry = class {
|
|
|
1977
1977
|
}
|
|
1978
1978
|
};
|
|
1979
1979
|
|
|
1980
|
-
// bazel-out/
|
|
1980
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
|
|
1981
1981
|
var ExportedProviderStatusResolver = class {
|
|
1982
1982
|
constructor(metaReader) {
|
|
1983
1983
|
this.metaReader = metaReader;
|
|
@@ -2021,7 +2021,7 @@ var ExportedProviderStatusResolver = class {
|
|
|
2021
2021
|
}
|
|
2022
2022
|
};
|
|
2023
2023
|
|
|
2024
|
-
// bazel-out/
|
|
2024
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
|
|
2025
2025
|
var EMPTY_ARRAY = [];
|
|
2026
2026
|
var HostDirectivesResolver = class {
|
|
2027
2027
|
constructor(metaReader) {
|
|
@@ -2083,7 +2083,7 @@ function resolveOutput(bindingName) {
|
|
|
2083
2083
|
return bindingName;
|
|
2084
2084
|
}
|
|
2085
2085
|
|
|
2086
|
-
// bazel-out/
|
|
2086
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
|
|
2087
2087
|
function makeDuplicateDeclarationError(node, data, kind) {
|
|
2088
2088
|
const context = [];
|
|
2089
2089
|
for (const decl of data) {
|
|
@@ -2279,7 +2279,7 @@ function getInheritedUndecoratedCtorDiagnostic(node, baseClass, kind) {
|
|
|
2279
2279
|
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}.`);
|
|
2280
2280
|
}
|
|
2281
2281
|
|
|
2282
|
-
// bazel-out/
|
|
2282
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
|
|
2283
2283
|
import ts8 from "typescript";
|
|
2284
2284
|
function resolveEnumValue(evaluator, metadata, field, enumSymbolName) {
|
|
2285
2285
|
let resolved = null;
|
|
@@ -2312,7 +2312,7 @@ function resolveLiteral(decorator, literalCache) {
|
|
|
2312
2312
|
return meta;
|
|
2313
2313
|
}
|
|
2314
2314
|
|
|
2315
|
-
// bazel-out/
|
|
2315
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
|
|
2316
2316
|
import { compileDeclareFactoryFunction, compileFactoryFunction } from "@angular/compiler";
|
|
2317
2317
|
function compileNgFactoryDefField(metadata) {
|
|
2318
2318
|
const res = compileFactoryFunction(metadata);
|
|
@@ -2335,7 +2335,7 @@ function compileDeclareFactory(metadata) {
|
|
|
2335
2335
|
};
|
|
2336
2336
|
}
|
|
2337
2337
|
|
|
2338
|
-
// bazel-out/
|
|
2338
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
|
|
2339
2339
|
var InjectableClassRegistry = class {
|
|
2340
2340
|
constructor(host, isCore) {
|
|
2341
2341
|
this.host = host;
|
|
@@ -2361,7 +2361,7 @@ var InjectableClassRegistry = class {
|
|
|
2361
2361
|
}
|
|
2362
2362
|
};
|
|
2363
2363
|
|
|
2364
|
-
// bazel-out/
|
|
2364
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
|
|
2365
2365
|
import { FunctionExpr, LiteralArrayExpr, LiteralExpr as LiteralExpr2, literalMap, ReturnStatement, WrappedNodeExpr as WrappedNodeExpr3 } from "@angular/compiler";
|
|
2366
2366
|
import ts9 from "typescript";
|
|
2367
2367
|
function extractClassMetadata(clazz, reflection, isCore, annotateForClosureCompiler, angularDecoratorTransform = (dec) => dec) {
|
|
@@ -2448,13 +2448,13 @@ function removeIdentifierReferences(node, name) {
|
|
|
2448
2448
|
return result.transformed[0];
|
|
2449
2449
|
}
|
|
2450
2450
|
|
|
2451
|
-
// bazel-out/
|
|
2451
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
|
|
2452
2452
|
var NoopReferencesRegistry = class {
|
|
2453
2453
|
add(source, ...references) {
|
|
2454
2454
|
}
|
|
2455
2455
|
};
|
|
2456
2456
|
|
|
2457
|
-
// bazel-out/
|
|
2457
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
|
|
2458
2458
|
import { CUSTOM_ELEMENTS_SCHEMA, NO_ERRORS_SCHEMA } from "@angular/compiler";
|
|
2459
2459
|
function extractSchemas(rawExpr, evaluator, context) {
|
|
2460
2460
|
const schemas = [];
|
|
@@ -2484,7 +2484,7 @@ function extractSchemas(rawExpr, evaluator, context) {
|
|
|
2484
2484
|
return schemas;
|
|
2485
2485
|
}
|
|
2486
2486
|
|
|
2487
|
-
// bazel-out/
|
|
2487
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/input_transforms.mjs
|
|
2488
2488
|
import { outputAst } from "@angular/compiler";
|
|
2489
2489
|
function compileInputTransformFields(inputs) {
|
|
2490
2490
|
const extraFields = [];
|
|
@@ -2502,11 +2502,11 @@ function compileInputTransformFields(inputs) {
|
|
|
2502
2502
|
return extraFields;
|
|
2503
2503
|
}
|
|
2504
2504
|
|
|
2505
|
-
// bazel-out/
|
|
2505
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
2506
2506
|
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";
|
|
2507
2507
|
import ts24 from "typescript";
|
|
2508
2508
|
|
|
2509
|
-
// bazel-out/
|
|
2509
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
|
|
2510
2510
|
import ts10 from "typescript";
|
|
2511
2511
|
var SemanticSymbol = class {
|
|
2512
2512
|
constructor(decl) {
|
|
@@ -2522,7 +2522,7 @@ function getSymbolIdentifier(decl) {
|
|
|
2522
2522
|
return decl.name.text;
|
|
2523
2523
|
}
|
|
2524
2524
|
|
|
2525
|
-
// bazel-out/
|
|
2525
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
|
|
2526
2526
|
import { ExternalExpr as ExternalExpr2 } from "@angular/compiler";
|
|
2527
2527
|
var OpaqueSymbol = class extends SemanticSymbol {
|
|
2528
2528
|
isPublicApiAffected() {
|
|
@@ -2665,10 +2665,10 @@ function getImportPath(expr) {
|
|
|
2665
2665
|
}
|
|
2666
2666
|
}
|
|
2667
2667
|
|
|
2668
|
-
// bazel-out/
|
|
2668
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
2669
2669
|
import ts11 from "typescript";
|
|
2670
2670
|
|
|
2671
|
-
// bazel-out/
|
|
2671
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
|
|
2672
2672
|
function isSymbolEqual(a, b) {
|
|
2673
2673
|
if (a.decl === b.decl) {
|
|
2674
2674
|
return true;
|
|
@@ -2718,7 +2718,7 @@ function isSetEqual(a, b, equalityTester = referenceEquality) {
|
|
|
2718
2718
|
return true;
|
|
2719
2719
|
}
|
|
2720
2720
|
|
|
2721
|
-
// bazel-out/
|
|
2721
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
2722
2722
|
function extractSemanticTypeParameters(node) {
|
|
2723
2723
|
if (!ts11.isClassDeclaration(node) || node.typeParameters === void 0) {
|
|
2724
2724
|
return null;
|
|
@@ -2738,14 +2738,14 @@ function isTypeParameterEqual(a, b) {
|
|
|
2738
2738
|
return a.hasGenericTypeBound === b.hasGenericTypeBound;
|
|
2739
2739
|
}
|
|
2740
2740
|
|
|
2741
|
-
// bazel-out/
|
|
2741
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
|
|
2742
2742
|
var ComponentScopeKind;
|
|
2743
2743
|
(function(ComponentScopeKind2) {
|
|
2744
2744
|
ComponentScopeKind2[ComponentScopeKind2["NgModule"] = 0] = "NgModule";
|
|
2745
2745
|
ComponentScopeKind2[ComponentScopeKind2["Standalone"] = 1] = "Standalone";
|
|
2746
2746
|
})(ComponentScopeKind || (ComponentScopeKind = {}));
|
|
2747
2747
|
|
|
2748
|
-
// bazel-out/
|
|
2748
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
|
|
2749
2749
|
var CompoundComponentScopeReader = class {
|
|
2750
2750
|
constructor(readers) {
|
|
2751
2751
|
this.readers = readers;
|
|
@@ -2770,7 +2770,7 @@ var CompoundComponentScopeReader = class {
|
|
|
2770
2770
|
}
|
|
2771
2771
|
};
|
|
2772
2772
|
|
|
2773
|
-
// bazel-out/
|
|
2773
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
|
|
2774
2774
|
var MetadataDtsModuleScopeResolver = class {
|
|
2775
2775
|
constructor(dtsMetaReader, aliasingHost) {
|
|
2776
2776
|
this.dtsMetaReader = dtsMetaReader;
|
|
@@ -2846,11 +2846,11 @@ var MetadataDtsModuleScopeResolver = class {
|
|
|
2846
2846
|
}
|
|
2847
2847
|
};
|
|
2848
2848
|
|
|
2849
|
-
// bazel-out/
|
|
2849
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
2850
2850
|
import { ExternalExpr as ExternalExpr3 } from "@angular/compiler";
|
|
2851
2851
|
import ts12 from "typescript";
|
|
2852
2852
|
|
|
2853
|
-
// bazel-out/
|
|
2853
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
|
|
2854
2854
|
function getDiagnosticNode(ref, rawExpr) {
|
|
2855
2855
|
return rawExpr !== null ? ref.getOriginForDiagnostics(rawExpr) : ref.node.name;
|
|
2856
2856
|
}
|
|
@@ -2873,7 +2873,7 @@ function makeUnknownComponentImportDiagnostic(ref, rawExpr) {
|
|
|
2873
2873
|
return makeDiagnostic(ErrorCode.COMPONENT_UNKNOWN_IMPORT, getDiagnosticNode(ref, rawExpr), `Component imports must be standalone components, directives, pipes, or must be NgModules.`);
|
|
2874
2874
|
}
|
|
2875
2875
|
|
|
2876
|
-
// bazel-out/
|
|
2876
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
2877
2877
|
var LocalModuleScopeRegistry = class {
|
|
2878
2878
|
constructor(localReader, fullReader, dependencyScopeReader, refEmitter, aliasingHost) {
|
|
2879
2879
|
this.localReader = localReader;
|
|
@@ -3212,7 +3212,7 @@ function reexportCollision(module, refA, refB) {
|
|
|
3212
3212
|
]);
|
|
3213
3213
|
}
|
|
3214
3214
|
|
|
3215
|
-
// bazel-out/
|
|
3215
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
|
|
3216
3216
|
import { CssSelector, SelectorMatcher } from "@angular/compiler";
|
|
3217
3217
|
import ts13 from "typescript";
|
|
3218
3218
|
var TypeCheckScopeRegistry = class {
|
|
@@ -3281,7 +3281,7 @@ var TypeCheckScopeRegistry = class {
|
|
|
3281
3281
|
}
|
|
3282
3282
|
};
|
|
3283
3283
|
|
|
3284
|
-
// bazel-out/
|
|
3284
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
|
|
3285
3285
|
var CompilationMode;
|
|
3286
3286
|
(function(CompilationMode2) {
|
|
3287
3287
|
CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
|
|
@@ -3295,7 +3295,7 @@ var HandlerPrecedence;
|
|
|
3295
3295
|
HandlerPrecedence2[HandlerPrecedence2["WEAK"] = 2] = "WEAK";
|
|
3296
3296
|
})(HandlerPrecedence || (HandlerPrecedence = {}));
|
|
3297
3297
|
|
|
3298
|
-
// bazel-out/
|
|
3298
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
|
|
3299
3299
|
import ts14 from "typescript";
|
|
3300
3300
|
function aliasTransformFactory(exportStatements) {
|
|
3301
3301
|
return () => {
|
|
@@ -3318,10 +3318,10 @@ function aliasTransformFactory(exportStatements) {
|
|
|
3318
3318
|
};
|
|
3319
3319
|
}
|
|
3320
3320
|
|
|
3321
|
-
// bazel-out/
|
|
3321
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
3322
3322
|
import ts15 from "typescript";
|
|
3323
3323
|
|
|
3324
|
-
// bazel-out/
|
|
3324
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
|
|
3325
3325
|
var TraitState;
|
|
3326
3326
|
(function(TraitState2) {
|
|
3327
3327
|
TraitState2[TraitState2["Pending"] = 0] = "Pending";
|
|
@@ -3378,7 +3378,7 @@ var TraitImpl = class {
|
|
|
3378
3378
|
}
|
|
3379
3379
|
};
|
|
3380
3380
|
|
|
3381
|
-
// bazel-out/
|
|
3381
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
3382
3382
|
var TraitCompiler = class {
|
|
3383
3383
|
constructor(handlers, reflector, perf, incrementalBuild, compileNonExportedClasses, compilationMode, dtsTransforms, semanticDepGraphUpdater, sourceFileTypeIdentifier) {
|
|
3384
3384
|
this.handlers = handlers;
|
|
@@ -3826,10 +3826,10 @@ function containsErrors(diagnostics) {
|
|
|
3826
3826
|
return diagnostics !== null && diagnostics.some((diag) => diag.category === ts15.DiagnosticCategory.Error);
|
|
3827
3827
|
}
|
|
3828
3828
|
|
|
3829
|
-
// bazel-out/
|
|
3829
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
3830
3830
|
import ts17 from "typescript";
|
|
3831
3831
|
|
|
3832
|
-
// bazel-out/
|
|
3832
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/utils.mjs
|
|
3833
3833
|
import ts16 from "typescript";
|
|
3834
3834
|
function addImports(importManager, sf, extraStatements = []) {
|
|
3835
3835
|
const addedImports = importManager.getAllImports(sf.fileName).map((i) => {
|
|
@@ -3865,7 +3865,7 @@ function isImportStatement(stmt) {
|
|
|
3865
3865
|
return ts16.isImportDeclaration(stmt) || ts16.isImportEqualsDeclaration(stmt) || ts16.isNamespaceImport(stmt);
|
|
3866
3866
|
}
|
|
3867
3867
|
|
|
3868
|
-
// bazel-out/
|
|
3868
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
3869
3869
|
var DtsTransformRegistry = class {
|
|
3870
3870
|
constructor() {
|
|
3871
3871
|
this.ivyDeclarationTransforms = /* @__PURE__ */ new Map();
|
|
@@ -4012,11 +4012,11 @@ function markForEmitAsSingleLine(node) {
|
|
|
4012
4012
|
ts17.forEachChild(node, markForEmitAsSingleLine);
|
|
4013
4013
|
}
|
|
4014
4014
|
|
|
4015
|
-
// bazel-out/
|
|
4015
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
4016
4016
|
import { ConstantPool } from "@angular/compiler";
|
|
4017
4017
|
import ts19 from "typescript";
|
|
4018
4018
|
|
|
4019
|
-
// bazel-out/
|
|
4019
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
|
|
4020
4020
|
import ts18 from "typescript";
|
|
4021
4021
|
function visit(node, visitor, context) {
|
|
4022
4022
|
return visitor._visit(node, context);
|
|
@@ -4077,7 +4077,7 @@ var Visitor = class {
|
|
|
4077
4077
|
}
|
|
4078
4078
|
};
|
|
4079
4079
|
|
|
4080
|
-
// bazel-out/
|
|
4080
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
4081
4081
|
var NO_DECORATORS = /* @__PURE__ */ new Set();
|
|
4082
4082
|
var CLOSURE_FILE_OVERVIEW_REGEXP = /\s+@fileoverview\s+/i;
|
|
4083
4083
|
function ivyTransformFactory(compilation, reflector, importRewriter, defaultImportTracker, perf, isCore, isClosureCompilerEnabled) {
|
|
@@ -4301,10 +4301,10 @@ function nodeArrayFromDecoratorsArray(decorators) {
|
|
|
4301
4301
|
return array;
|
|
4302
4302
|
}
|
|
4303
4303
|
|
|
4304
|
-
// bazel-out/
|
|
4304
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
|
|
4305
4305
|
import { compileClassMetadata, compileDeclareClassMetadata, compileDeclareDirectiveFromMetadata, compileDirectiveFromMetadata, FactoryTarget, makeBindingParser, WrappedNodeExpr as WrappedNodeExpr5 } from "@angular/compiler";
|
|
4306
4306
|
|
|
4307
|
-
// bazel-out/
|
|
4307
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
|
|
4308
4308
|
import { createMayBeForwardRefExpression, emitDistinctChangesOnlyDefaultValue, ExternalExpr as ExternalExpr4, getSafePropertyAccessString, parseHostBindings, verifyHostBindings, WrappedNodeExpr as WrappedNodeExpr4 } from "@angular/compiler";
|
|
4309
4309
|
import ts20 from "typescript";
|
|
4310
4310
|
var EMPTY_OBJECT = {};
|
|
@@ -4868,7 +4868,7 @@ function toR3InputMetadata(mapping) {
|
|
|
4868
4868
|
};
|
|
4869
4869
|
}
|
|
4870
4870
|
|
|
4871
|
-
// bazel-out/
|
|
4871
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
|
|
4872
4872
|
var DirectiveSymbol = class extends SemanticSymbol {
|
|
4873
4873
|
constructor(decl, selector, inputs, outputs, exportAs, typeCheckMeta, typeParameters) {
|
|
4874
4874
|
super(decl);
|
|
@@ -4948,7 +4948,7 @@ function isBaseClassEqual(current, previous) {
|
|
|
4948
4948
|
return isSymbolEqual(current, previous);
|
|
4949
4949
|
}
|
|
4950
4950
|
|
|
4951
|
-
// bazel-out/
|
|
4951
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
|
|
4952
4952
|
var FIELD_DECORATORS = [
|
|
4953
4953
|
"Input",
|
|
4954
4954
|
"Output",
|
|
@@ -5119,11 +5119,11 @@ var DirectiveDecoratorHandler = class {
|
|
|
5119
5119
|
}
|
|
5120
5120
|
};
|
|
5121
5121
|
|
|
5122
|
-
// bazel-out/
|
|
5122
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
5123
5123
|
import { compileClassMetadata as compileClassMetadata2, compileDeclareClassMetadata as compileDeclareClassMetadata2, compileDeclareInjectorFromMetadata, compileDeclareNgModuleFromMetadata, compileInjector, compileNgModule, ExternalExpr as ExternalExpr5, FactoryTarget as FactoryTarget2, FunctionExpr as FunctionExpr2, InvokeFunctionExpr, LiteralArrayExpr as LiteralArrayExpr2, R3Identifiers, R3NgModuleMetadataKind, R3SelectorScopeMode, ReturnStatement as ReturnStatement2, WrappedNodeExpr as WrappedNodeExpr6 } from "@angular/compiler";
|
|
5124
5124
|
import ts22 from "typescript";
|
|
5125
5125
|
|
|
5126
|
-
// bazel-out/
|
|
5126
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
|
|
5127
5127
|
import ts21 from "typescript";
|
|
5128
5128
|
function createModuleWithProvidersResolver(reflector, isCore) {
|
|
5129
5129
|
function _reflectModuleFromTypeParam(type, node) {
|
|
@@ -5190,7 +5190,7 @@ function isResolvedModuleWithProviders(sv) {
|
|
|
5190
5190
|
return typeof sv.value === "object" && sv.value != null && sv.value.hasOwnProperty("ngModule") && sv.value.hasOwnProperty("mwpCall");
|
|
5191
5191
|
}
|
|
5192
5192
|
|
|
5193
|
-
// bazel-out/
|
|
5193
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
5194
5194
|
var NgModuleSymbol = class extends SemanticSymbol {
|
|
5195
5195
|
constructor(decl, hasProviders) {
|
|
5196
5196
|
super(decl);
|
|
@@ -5745,7 +5745,7 @@ function isSyntheticReference(ref) {
|
|
|
5745
5745
|
return ref.synthetic;
|
|
5746
5746
|
}
|
|
5747
5747
|
|
|
5748
|
-
// bazel-out/
|
|
5748
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
|
|
5749
5749
|
function makeCyclicImportInfo(ref, type, cycle) {
|
|
5750
5750
|
const name = ref.debugName || "(unknown)";
|
|
5751
5751
|
const path = cycle.getPath().map((sf) => sf.fileName).join(" -> ");
|
|
@@ -5768,7 +5768,7 @@ function checkCustomElementSelectorForErrors(selector) {
|
|
|
5768
5768
|
return null;
|
|
5769
5769
|
}
|
|
5770
5770
|
|
|
5771
|
-
// bazel-out/
|
|
5771
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
|
|
5772
5772
|
import { DEFAULT_INTERPOLATION_CONFIG, InterpolationConfig, ParseSourceFile as ParseSourceFile2, parseTemplate } from "@angular/compiler";
|
|
5773
5773
|
import ts23 from "typescript";
|
|
5774
5774
|
function getTemplateDeclarationNodeForError(declaration) {
|
|
@@ -6083,7 +6083,7 @@ function _extractTemplateStyleUrls(template) {
|
|
|
6083
6083
|
return template.styleUrls.map((url) => ({ url, source: 1, nodeForError }));
|
|
6084
6084
|
}
|
|
6085
6085
|
|
|
6086
|
-
// bazel-out/
|
|
6086
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
|
|
6087
6087
|
var ComponentSymbol = class extends DirectiveSymbol {
|
|
6088
6088
|
constructor() {
|
|
6089
6089
|
super(...arguments);
|
|
@@ -6118,7 +6118,7 @@ var ComponentSymbol = class extends DirectiveSymbol {
|
|
|
6118
6118
|
}
|
|
6119
6119
|
};
|
|
6120
6120
|
|
|
6121
|
-
// bazel-out/
|
|
6121
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
|
|
6122
6122
|
function collectAnimationNames(value, animationTriggerNames) {
|
|
6123
6123
|
if (value instanceof Map) {
|
|
6124
6124
|
const name = value.get("name");
|
|
@@ -6194,7 +6194,7 @@ function isLikelyModuleWithProviders(value) {
|
|
|
6194
6194
|
return false;
|
|
6195
6195
|
}
|
|
6196
6196
|
|
|
6197
|
-
// bazel-out/
|
|
6197
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
6198
6198
|
var EMPTY_ARRAY2 = [];
|
|
6199
6199
|
var isUsedDirective = (decl) => decl.kind === R3TemplateDependencyKind.Directive;
|
|
6200
6200
|
var isUsedPipe = (decl) => decl.kind === R3TemplateDependencyKind.Pipe;
|
|
@@ -6965,7 +6965,7 @@ function validateStandaloneImports(importRefs, importExpr, metaReader, scopeRead
|
|
|
6965
6965
|
return diagnostics;
|
|
6966
6966
|
}
|
|
6967
6967
|
|
|
6968
|
-
// bazel-out/
|
|
6968
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
|
|
6969
6969
|
import { compileClassMetadata as compileClassMetadata4, compileDeclareClassMetadata as compileDeclareClassMetadata4, compileDeclareInjectableFromMetadata, compileInjectable, createMayBeForwardRefExpression as createMayBeForwardRefExpression2, FactoryTarget as FactoryTarget4, LiteralExpr as LiteralExpr3, WrappedNodeExpr as WrappedNodeExpr8 } from "@angular/compiler";
|
|
6970
6970
|
import ts25 from "typescript";
|
|
6971
6971
|
var InjectableDecoratorHandler = class {
|
|
@@ -7190,7 +7190,7 @@ function getDep(dep, reflector) {
|
|
|
7190
7190
|
return meta;
|
|
7191
7191
|
}
|
|
7192
7192
|
|
|
7193
|
-
// bazel-out/
|
|
7193
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
|
|
7194
7194
|
import { compileClassMetadata as compileClassMetadata5, compileDeclareClassMetadata as compileDeclareClassMetadata5, compileDeclarePipeFromMetadata, compilePipeFromMetadata, FactoryTarget as FactoryTarget5 } from "@angular/compiler";
|
|
7195
7195
|
import ts26 from "typescript";
|
|
7196
7196
|
var PipeSymbol = class extends SemanticSymbol {
|
|
@@ -7341,14 +7341,14 @@ var PipeDecoratorHandler = class {
|
|
|
7341
7341
|
}
|
|
7342
7342
|
};
|
|
7343
7343
|
|
|
7344
|
-
// bazel-out/
|
|
7344
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
|
|
7345
7345
|
var OptimizeFor;
|
|
7346
7346
|
(function(OptimizeFor2) {
|
|
7347
7347
|
OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
|
|
7348
7348
|
OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
|
|
7349
7349
|
})(OptimizeFor || (OptimizeFor = {}));
|
|
7350
7350
|
|
|
7351
|
-
// bazel-out/
|
|
7351
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
|
|
7352
7352
|
var PotentialImportKind;
|
|
7353
7353
|
(function(PotentialImportKind2) {
|
|
7354
7354
|
PotentialImportKind2[PotentialImportKind2["NgModule"] = 0] = "NgModule";
|
|
@@ -7360,14 +7360,14 @@ var PotentialImportMode;
|
|
|
7360
7360
|
PotentialImportMode2[PotentialImportMode2["ForceDirect"] = 1] = "ForceDirect";
|
|
7361
7361
|
})(PotentialImportMode || (PotentialImportMode = {}));
|
|
7362
7362
|
|
|
7363
|
-
// bazel-out/
|
|
7363
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
|
|
7364
7364
|
var CompletionKind;
|
|
7365
7365
|
(function(CompletionKind2) {
|
|
7366
7366
|
CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
|
|
7367
7367
|
CompletionKind2[CompletionKind2["Variable"] = 1] = "Variable";
|
|
7368
7368
|
})(CompletionKind || (CompletionKind = {}));
|
|
7369
7369
|
|
|
7370
|
-
// bazel-out/
|
|
7370
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
|
|
7371
7371
|
var SymbolKind;
|
|
7372
7372
|
(function(SymbolKind2) {
|
|
7373
7373
|
SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
|
|
@@ -7435,4 +7435,4 @@ export {
|
|
|
7435
7435
|
* Use of this source code is governed by an MIT-style license that can be
|
|
7436
7436
|
* found in the LICENSE file at https://angular.io/license
|
|
7437
7437
|
*/
|
|
7438
|
-
//# sourceMappingURL=chunk-
|
|
7438
|
+
//# sourceMappingURL=chunk-WJOCH3Z7.js.map
|