@angular/compiler-cli 17.1.0-next.2 → 17.1.0-next.3
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-UHYH6BYB.js → chunk-3O3O4L34.js} +1 -1
- package/bundles/{chunk-54K5L6NG.js → chunk-5ASJ74IM.js} +30 -30
- package/bundles/{chunk-TNVYLY25.js → chunk-5JRMFWYO.js} +4 -4
- package/bundles/{chunk-SBDNBITT.js → chunk-CF2CT7RQ.js} +3 -3
- package/bundles/{chunk-OYL5JDZA.js → chunk-DV5CKGO6.js} +147 -122
- package/bundles/chunk-DV5CKGO6.js.map +6 -0
- package/bundles/{chunk-RLZPCAR3.js → chunk-EVIA54WP.js} +28 -27
- package/bundles/{chunk-RLZPCAR3.js.map → chunk-EVIA54WP.js.map} +1 -1
- package/bundles/{chunk-QPMYDNZG.js → chunk-I3M5LXMW.js} +7 -7
- package/bundles/{chunk-R4KQI5XI.js → chunk-JOIB3454.js} +5 -5
- package/bundles/{chunk-VOXK3NAL.js → chunk-LJKJD6DP.js} +77 -77
- package/bundles/{chunk-WCD6LVCP.js → chunk-WMUBJYYX.js} +7 -7
- package/bundles/{chunk-6GUXR7F5.js → chunk-XI2N3MV4.js} +11 -11
- package/bundles/{chunk-QWNQBN2Z.js → chunk-ZH5AJH3B.js} +5 -5
- package/bundles/index.js +13 -13
- package/bundles/linker/babel/index.js +13 -13
- package/bundles/linker/index.js +5 -5
- package/bundles/ngcc/index.js +1 -1
- package/bundles/private/bazel.js +1 -1
- package/bundles/private/localize.js +3 -3
- package/bundles/private/migrations.js +6 -6
- package/bundles/private/tooling.js +4 -4
- package/bundles/src/bin/ng_xi18n.js +11 -11
- package/bundles/src/bin/ngc.js +9 -9
- package/bundles_metadata.json +1 -1
- package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
- package/package.json +2 -2
- package/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.d.ts +2 -1
- package/src/ngtsc/program_driver/src/ts_create_program_driver.d.ts +2 -1
- package/src/ngtsc/typecheck/api/api.d.ts +4 -0
- package/src/ngtsc/typecheck/extended/index.d.ts +1 -0
- package/src/ngtsc/typecheck/src/oob.d.ts +3 -2
- package/src/ngtsc/typecheck/src/type_check_block.d.ts +2 -1
- package/bundles/chunk-OYL5JDZA.js.map +0 -6
- /package/bundles/{chunk-UHYH6BYB.js.map → chunk-3O3O4L34.js.map} +0 -0
- /package/bundles/{chunk-54K5L6NG.js.map → chunk-5ASJ74IM.js.map} +0 -0
- /package/bundles/{chunk-TNVYLY25.js.map → chunk-5JRMFWYO.js.map} +0 -0
- /package/bundles/{chunk-SBDNBITT.js.map → chunk-CF2CT7RQ.js.map} +0 -0
- /package/bundles/{chunk-QPMYDNZG.js.map → chunk-I3M5LXMW.js.map} +0 -0
- /package/bundles/{chunk-R4KQI5XI.js.map → chunk-JOIB3454.js.map} +0 -0
- /package/bundles/{chunk-VOXK3NAL.js.map → chunk-LJKJD6DP.js.map} +0 -0
- /package/bundles/{chunk-WCD6LVCP.js.map → chunk-WMUBJYYX.js.map} +0 -0
- /package/bundles/{chunk-6GUXR7F5.js.map → chunk-XI2N3MV4.js.map} +0 -0
- /package/bundles/{chunk-QWNQBN2Z.js.map → chunk-ZH5AJH3B.js.map} +0 -0
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
translateExpression,
|
|
8
8
|
translateStatement,
|
|
9
9
|
translateType
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-XI2N3MV4.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-EVIA54WP.js";
|
|
34
34
|
import {
|
|
35
35
|
PerfEvent,
|
|
36
36
|
PerfPhase
|
|
37
|
-
} from "./chunk-
|
|
37
|
+
} from "./chunk-JOIB3454.js";
|
|
38
38
|
import {
|
|
39
39
|
absoluteFrom,
|
|
40
40
|
absoluteFromSourceFile,
|
|
41
41
|
relative
|
|
42
|
-
} from "./chunk-
|
|
42
|
+
} from "./chunk-I3M5LXMW.js";
|
|
43
43
|
|
|
44
|
-
// bazel-out/
|
|
44
|
+
// bazel-out/darwin-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) {
|
|
@@ -286,7 +286,7 @@ function isAbstractClassDeclaration(clazz) {
|
|
|
286
286
|
return ts.canHaveModifiers(clazz) && clazz.modifiers !== void 0 ? clazz.modifiers.some((mod) => mod.kind === ts.SyntaxKind.AbstractKeyword) : false;
|
|
287
287
|
}
|
|
288
288
|
|
|
289
|
-
// bazel-out/
|
|
289
|
+
// bazel-out/darwin-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-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-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-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();
|
|
@@ -461,14 +461,14 @@ var StringConcatBuiltinFn = class extends KnownFn {
|
|
|
461
461
|
}
|
|
462
462
|
};
|
|
463
463
|
|
|
464
|
-
// bazel-out/
|
|
464
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
|
|
465
465
|
var SyntheticValue = class {
|
|
466
466
|
constructor(value) {
|
|
467
467
|
this.value = value;
|
|
468
468
|
}
|
|
469
469
|
};
|
|
470
470
|
|
|
471
|
-
// bazel-out/
|
|
471
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
472
472
|
function literalBinaryOp(op) {
|
|
473
473
|
return { op, literal: true };
|
|
474
474
|
}
|
|
@@ -1046,7 +1046,7 @@ function owningModule(context, override = null) {
|
|
|
1046
1046
|
}
|
|
1047
1047
|
}
|
|
1048
1048
|
|
|
1049
|
-
// bazel-out/
|
|
1049
|
+
// bazel-out/darwin-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-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-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-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-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-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-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-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)) {
|
|
@@ -1621,7 +1621,7 @@ function hasInjectableFields(clazz, host) {
|
|
|
1621
1621
|
return members.some(({ isStatic, name }) => isStatic && (name === "\u0275prov" || name === "\u0275fac"));
|
|
1622
1622
|
}
|
|
1623
1623
|
|
|
1624
|
-
// bazel-out/
|
|
1624
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
1625
1625
|
var DtsMetadataReader = class {
|
|
1626
1626
|
constructor(checker, reflector) {
|
|
1627
1627
|
this.checker = checker;
|
|
@@ -1799,7 +1799,7 @@ function readHostDirectivesType(checker, type, bestGuessOwningModule) {
|
|
|
1799
1799
|
return result.length > 0 ? result : null;
|
|
1800
1800
|
}
|
|
1801
1801
|
|
|
1802
|
-
// bazel-out/
|
|
1802
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
|
|
1803
1803
|
function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
1804
1804
|
const topMeta = reader.getDirectiveMetadata(dir);
|
|
1805
1805
|
if (topMeta === null) {
|
|
@@ -1863,7 +1863,7 @@ function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
|
1863
1863
|
};
|
|
1864
1864
|
}
|
|
1865
1865
|
|
|
1866
|
-
// bazel-out/
|
|
1866
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
|
|
1867
1867
|
var LocalMetadataRegistry = class {
|
|
1868
1868
|
constructor() {
|
|
1869
1869
|
this.directives = /* @__PURE__ */ new Map();
|
|
@@ -1920,7 +1920,7 @@ var CompoundMetadataRegistry = class {
|
|
|
1920
1920
|
}
|
|
1921
1921
|
};
|
|
1922
1922
|
|
|
1923
|
-
// bazel-out/
|
|
1923
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
|
|
1924
1924
|
var ResourceRegistry = class {
|
|
1925
1925
|
constructor() {
|
|
1926
1926
|
this.externalTemplateToComponentsMap = /* @__PURE__ */ new Map();
|
|
@@ -1985,7 +1985,7 @@ var ResourceRegistry = class {
|
|
|
1985
1985
|
}
|
|
1986
1986
|
};
|
|
1987
1987
|
|
|
1988
|
-
// bazel-out/
|
|
1988
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
|
|
1989
1989
|
var ExportedProviderStatusResolver = class {
|
|
1990
1990
|
constructor(metaReader) {
|
|
1991
1991
|
this.metaReader = metaReader;
|
|
@@ -2029,7 +2029,7 @@ var ExportedProviderStatusResolver = class {
|
|
|
2029
2029
|
}
|
|
2030
2030
|
};
|
|
2031
2031
|
|
|
2032
|
-
// bazel-out/
|
|
2032
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
|
|
2033
2033
|
var EMPTY_ARRAY = [];
|
|
2034
2034
|
var HostDirectivesResolver = class {
|
|
2035
2035
|
constructor(metaReader) {
|
|
@@ -2091,7 +2091,7 @@ function resolveOutput(bindingName) {
|
|
|
2091
2091
|
return bindingName;
|
|
2092
2092
|
}
|
|
2093
2093
|
|
|
2094
|
-
// bazel-out/
|
|
2094
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
|
|
2095
2095
|
function makeDuplicateDeclarationError(node, data, kind) {
|
|
2096
2096
|
const context = [];
|
|
2097
2097
|
for (const decl of data) {
|
|
@@ -2287,7 +2287,7 @@ function getInheritedUndecoratedCtorDiagnostic(node, baseClass, kind) {
|
|
|
2287
2287
|
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}.`);
|
|
2288
2288
|
}
|
|
2289
2289
|
|
|
2290
|
-
// bazel-out/
|
|
2290
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
|
|
2291
2291
|
import { ViewEncapsulation } from "@angular/compiler";
|
|
2292
2292
|
import ts8 from "typescript";
|
|
2293
2293
|
function resolveEnumValue(evaluator, metadata, field, enumSymbolName) {
|
|
@@ -2338,7 +2338,7 @@ function resolveLiteral(decorator, literalCache) {
|
|
|
2338
2338
|
return meta;
|
|
2339
2339
|
}
|
|
2340
2340
|
|
|
2341
|
-
// bazel-out/
|
|
2341
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
|
|
2342
2342
|
import { compileDeclareFactoryFunction, compileFactoryFunction } from "@angular/compiler";
|
|
2343
2343
|
function compileNgFactoryDefField(metadata) {
|
|
2344
2344
|
const res = compileFactoryFunction(metadata);
|
|
@@ -2361,7 +2361,7 @@ function compileDeclareFactory(metadata) {
|
|
|
2361
2361
|
};
|
|
2362
2362
|
}
|
|
2363
2363
|
|
|
2364
|
-
// bazel-out/
|
|
2364
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
|
|
2365
2365
|
var InjectableClassRegistry = class {
|
|
2366
2366
|
constructor(host, isCore) {
|
|
2367
2367
|
this.host = host;
|
|
@@ -2387,7 +2387,7 @@ var InjectableClassRegistry = class {
|
|
|
2387
2387
|
}
|
|
2388
2388
|
};
|
|
2389
2389
|
|
|
2390
|
-
// bazel-out/
|
|
2390
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
|
|
2391
2391
|
import { ArrowFunctionExpr, LiteralArrayExpr, LiteralExpr as LiteralExpr2, literalMap, WrappedNodeExpr as WrappedNodeExpr3 } from "@angular/compiler";
|
|
2392
2392
|
import ts9 from "typescript";
|
|
2393
2393
|
function extractClassMetadata(clazz, reflection, isCore, annotateForClosureCompiler, angularDecoratorTransform = (dec) => dec) {
|
|
@@ -2472,7 +2472,7 @@ function removeIdentifierReferences(node, names) {
|
|
|
2472
2472
|
return result.transformed[0];
|
|
2473
2473
|
}
|
|
2474
2474
|
|
|
2475
|
-
// bazel-out/
|
|
2475
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/debug_info.mjs
|
|
2476
2476
|
import { literal as literal2, WrappedNodeExpr as WrappedNodeExpr4 } from "@angular/compiler";
|
|
2477
2477
|
import * as path from "path";
|
|
2478
2478
|
function extractClassDebugInfo(clazz, reflection, rootDirs, forbidOrphanRendering) {
|
|
@@ -2499,13 +2499,13 @@ function computeRelativePathIfPossible(filePath, rootDirs) {
|
|
|
2499
2499
|
return null;
|
|
2500
2500
|
}
|
|
2501
2501
|
|
|
2502
|
-
// bazel-out/
|
|
2502
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
|
|
2503
2503
|
var NoopReferencesRegistry = class {
|
|
2504
2504
|
add(source, ...references) {
|
|
2505
2505
|
}
|
|
2506
2506
|
};
|
|
2507
2507
|
|
|
2508
|
-
// bazel-out/
|
|
2508
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
|
|
2509
2509
|
import { CUSTOM_ELEMENTS_SCHEMA, NO_ERRORS_SCHEMA } from "@angular/compiler";
|
|
2510
2510
|
function extractSchemas(rawExpr, evaluator, context) {
|
|
2511
2511
|
const schemas = [];
|
|
@@ -2535,7 +2535,7 @@ function extractSchemas(rawExpr, evaluator, context) {
|
|
|
2535
2535
|
return schemas;
|
|
2536
2536
|
}
|
|
2537
2537
|
|
|
2538
|
-
// bazel-out/
|
|
2538
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/input_transforms.mjs
|
|
2539
2539
|
import { outputAst } from "@angular/compiler";
|
|
2540
2540
|
function compileInputTransformFields(inputs) {
|
|
2541
2541
|
const extraFields = [];
|
|
@@ -2553,11 +2553,11 @@ function compileInputTransformFields(inputs) {
|
|
|
2553
2553
|
return extraFields;
|
|
2554
2554
|
}
|
|
2555
2555
|
|
|
2556
|
-
// bazel-out/
|
|
2556
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
2557
2557
|
import { compileClassDebugInfo, compileClassMetadata as compileClassMetadata3, compileComponentClassMetadata, 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 as ViewEncapsulation2, WrappedNodeExpr as WrappedNodeExpr8 } from "@angular/compiler";
|
|
2558
2558
|
import ts24 from "typescript";
|
|
2559
2559
|
|
|
2560
|
-
// bazel-out/
|
|
2560
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
|
|
2561
2561
|
import ts10 from "typescript";
|
|
2562
2562
|
var SemanticSymbol = class {
|
|
2563
2563
|
constructor(decl) {
|
|
@@ -2573,7 +2573,7 @@ function getSymbolIdentifier(decl) {
|
|
|
2573
2573
|
return decl.name.text;
|
|
2574
2574
|
}
|
|
2575
2575
|
|
|
2576
|
-
// bazel-out/
|
|
2576
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
|
|
2577
2577
|
import { ExternalExpr as ExternalExpr2 } from "@angular/compiler";
|
|
2578
2578
|
var OpaqueSymbol = class extends SemanticSymbol {
|
|
2579
2579
|
isPublicApiAffected() {
|
|
@@ -2716,10 +2716,10 @@ function getImportPath(expr) {
|
|
|
2716
2716
|
}
|
|
2717
2717
|
}
|
|
2718
2718
|
|
|
2719
|
-
// bazel-out/
|
|
2719
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
2720
2720
|
import ts11 from "typescript";
|
|
2721
2721
|
|
|
2722
|
-
// bazel-out/
|
|
2722
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
|
|
2723
2723
|
function isSymbolEqual(a, b) {
|
|
2724
2724
|
if (a.decl === b.decl) {
|
|
2725
2725
|
return true;
|
|
@@ -2769,7 +2769,7 @@ function isSetEqual(a, b, equalityTester = referenceEquality) {
|
|
|
2769
2769
|
return true;
|
|
2770
2770
|
}
|
|
2771
2771
|
|
|
2772
|
-
// bazel-out/
|
|
2772
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
2773
2773
|
function extractSemanticTypeParameters(node) {
|
|
2774
2774
|
if (!ts11.isClassDeclaration(node) || node.typeParameters === void 0) {
|
|
2775
2775
|
return null;
|
|
@@ -2789,14 +2789,14 @@ function isTypeParameterEqual(a, b) {
|
|
|
2789
2789
|
return a.hasGenericTypeBound === b.hasGenericTypeBound;
|
|
2790
2790
|
}
|
|
2791
2791
|
|
|
2792
|
-
// bazel-out/
|
|
2792
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
|
|
2793
2793
|
var ComponentScopeKind;
|
|
2794
2794
|
(function(ComponentScopeKind2) {
|
|
2795
2795
|
ComponentScopeKind2[ComponentScopeKind2["NgModule"] = 0] = "NgModule";
|
|
2796
2796
|
ComponentScopeKind2[ComponentScopeKind2["Standalone"] = 1] = "Standalone";
|
|
2797
2797
|
})(ComponentScopeKind || (ComponentScopeKind = {}));
|
|
2798
2798
|
|
|
2799
|
-
// bazel-out/
|
|
2799
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
|
|
2800
2800
|
var CompoundComponentScopeReader = class {
|
|
2801
2801
|
constructor(readers) {
|
|
2802
2802
|
this.readers = readers;
|
|
@@ -2821,7 +2821,7 @@ var CompoundComponentScopeReader = class {
|
|
|
2821
2821
|
}
|
|
2822
2822
|
};
|
|
2823
2823
|
|
|
2824
|
-
// bazel-out/
|
|
2824
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
|
|
2825
2825
|
var MetadataDtsModuleScopeResolver = class {
|
|
2826
2826
|
constructor(dtsMetaReader, aliasingHost) {
|
|
2827
2827
|
this.dtsMetaReader = dtsMetaReader;
|
|
@@ -2897,11 +2897,11 @@ var MetadataDtsModuleScopeResolver = class {
|
|
|
2897
2897
|
}
|
|
2898
2898
|
};
|
|
2899
2899
|
|
|
2900
|
-
// bazel-out/
|
|
2900
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
2901
2901
|
import { ExternalExpr as ExternalExpr3 } from "@angular/compiler";
|
|
2902
2902
|
import ts12 from "typescript";
|
|
2903
2903
|
|
|
2904
|
-
// bazel-out/
|
|
2904
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
|
|
2905
2905
|
function getDiagnosticNode(ref, rawExpr) {
|
|
2906
2906
|
return rawExpr !== null ? ref.getOriginForDiagnostics(rawExpr) : ref.node.name;
|
|
2907
2907
|
}
|
|
@@ -2924,7 +2924,7 @@ function makeUnknownComponentImportDiagnostic(ref, rawExpr) {
|
|
|
2924
2924
|
return makeDiagnostic(ErrorCode.COMPONENT_UNKNOWN_IMPORT, getDiagnosticNode(ref, rawExpr), `Component imports must be standalone components, directives, pipes, or must be NgModules.`);
|
|
2925
2925
|
}
|
|
2926
2926
|
|
|
2927
|
-
// bazel-out/
|
|
2927
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
2928
2928
|
var LocalModuleScopeRegistry = class {
|
|
2929
2929
|
constructor(localReader, fullReader, dependencyScopeReader, refEmitter, aliasingHost) {
|
|
2930
2930
|
this.localReader = localReader;
|
|
@@ -3263,7 +3263,7 @@ function reexportCollision(module, refA, refB) {
|
|
|
3263
3263
|
]);
|
|
3264
3264
|
}
|
|
3265
3265
|
|
|
3266
|
-
// bazel-out/
|
|
3266
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
|
|
3267
3267
|
import { CssSelector, SelectorMatcher } from "@angular/compiler";
|
|
3268
3268
|
import ts13 from "typescript";
|
|
3269
3269
|
var TypeCheckScopeRegistry = class {
|
|
@@ -3332,7 +3332,7 @@ var TypeCheckScopeRegistry = class {
|
|
|
3332
3332
|
}
|
|
3333
3333
|
};
|
|
3334
3334
|
|
|
3335
|
-
// bazel-out/
|
|
3335
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
|
|
3336
3336
|
var CompilationMode;
|
|
3337
3337
|
(function(CompilationMode2) {
|
|
3338
3338
|
CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
|
|
@@ -3346,7 +3346,7 @@ var HandlerPrecedence;
|
|
|
3346
3346
|
HandlerPrecedence2[HandlerPrecedence2["WEAK"] = 2] = "WEAK";
|
|
3347
3347
|
})(HandlerPrecedence || (HandlerPrecedence = {}));
|
|
3348
3348
|
|
|
3349
|
-
// bazel-out/
|
|
3349
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
|
|
3350
3350
|
import ts14 from "typescript";
|
|
3351
3351
|
function aliasTransformFactory(exportStatements) {
|
|
3352
3352
|
return () => {
|
|
@@ -3369,10 +3369,10 @@ function aliasTransformFactory(exportStatements) {
|
|
|
3369
3369
|
};
|
|
3370
3370
|
}
|
|
3371
3371
|
|
|
3372
|
-
// bazel-out/
|
|
3372
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
3373
3373
|
import ts15 from "typescript";
|
|
3374
3374
|
|
|
3375
|
-
// bazel-out/
|
|
3375
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
|
|
3376
3376
|
var TraitState;
|
|
3377
3377
|
(function(TraitState2) {
|
|
3378
3378
|
TraitState2[TraitState2["Pending"] = 0] = "Pending";
|
|
@@ -3429,7 +3429,7 @@ var TraitImpl = class {
|
|
|
3429
3429
|
}
|
|
3430
3430
|
};
|
|
3431
3431
|
|
|
3432
|
-
// bazel-out/
|
|
3432
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
3433
3433
|
var TraitCompiler = class {
|
|
3434
3434
|
constructor(handlers, reflector, perf, incrementalBuild, compileNonExportedClasses, compilationMode, dtsTransforms, semanticDepGraphUpdater, sourceFileTypeIdentifier) {
|
|
3435
3435
|
this.handlers = handlers;
|
|
@@ -3877,10 +3877,10 @@ function containsErrors(diagnostics) {
|
|
|
3877
3877
|
return diagnostics !== null && diagnostics.some((diag) => diag.category === ts15.DiagnosticCategory.Error);
|
|
3878
3878
|
}
|
|
3879
3879
|
|
|
3880
|
-
// bazel-out/
|
|
3880
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
3881
3881
|
import ts17 from "typescript";
|
|
3882
3882
|
|
|
3883
|
-
// bazel-out/
|
|
3883
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/utils.mjs
|
|
3884
3884
|
import ts16 from "typescript";
|
|
3885
3885
|
function addImports(importManager, sf, extraStatements = []) {
|
|
3886
3886
|
const addedImports = importManager.getAllImports(sf.fileName).map((i) => {
|
|
@@ -3916,7 +3916,7 @@ function isImportStatement(stmt) {
|
|
|
3916
3916
|
return ts16.isImportDeclaration(stmt) || ts16.isImportEqualsDeclaration(stmt) || ts16.isNamespaceImport(stmt);
|
|
3917
3917
|
}
|
|
3918
3918
|
|
|
3919
|
-
// bazel-out/
|
|
3919
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
3920
3920
|
var DtsTransformRegistry = class {
|
|
3921
3921
|
constructor() {
|
|
3922
3922
|
this.ivyDeclarationTransforms = /* @__PURE__ */ new Map();
|
|
@@ -4063,11 +4063,11 @@ function markForEmitAsSingleLine(node) {
|
|
|
4063
4063
|
ts17.forEachChild(node, markForEmitAsSingleLine);
|
|
4064
4064
|
}
|
|
4065
4065
|
|
|
4066
|
-
// bazel-out/
|
|
4066
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
4067
4067
|
import { ConstantPool } from "@angular/compiler";
|
|
4068
4068
|
import ts19 from "typescript";
|
|
4069
4069
|
|
|
4070
|
-
// bazel-out/
|
|
4070
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
|
|
4071
4071
|
import ts18 from "typescript";
|
|
4072
4072
|
function visit(node, visitor, context) {
|
|
4073
4073
|
return visitor._visit(node, context);
|
|
@@ -4128,7 +4128,7 @@ var Visitor = class {
|
|
|
4128
4128
|
}
|
|
4129
4129
|
};
|
|
4130
4130
|
|
|
4131
|
-
// bazel-out/
|
|
4131
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
4132
4132
|
var NO_DECORATORS = /* @__PURE__ */ new Set();
|
|
4133
4133
|
var CLOSURE_FILE_OVERVIEW_REGEXP = /\s+@fileoverview\s+/i;
|
|
4134
4134
|
function ivyTransformFactory(compilation, reflector, importRewriter, defaultImportTracker, perf, isCore, isClosureCompilerEnabled) {
|
|
@@ -4352,10 +4352,10 @@ function nodeArrayFromDecoratorsArray(decorators) {
|
|
|
4352
4352
|
return array;
|
|
4353
4353
|
}
|
|
4354
4354
|
|
|
4355
|
-
// bazel-out/
|
|
4355
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
|
|
4356
4356
|
import { compileClassMetadata, compileDeclareClassMetadata, compileDeclareDirectiveFromMetadata, compileDirectiveFromMetadata, FactoryTarget, makeBindingParser, WrappedNodeExpr as WrappedNodeExpr6 } from "@angular/compiler";
|
|
4357
4357
|
|
|
4358
|
-
// bazel-out/
|
|
4358
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
|
|
4359
4359
|
import { createMayBeForwardRefExpression, emitDistinctChangesOnlyDefaultValue, ExternalExpr as ExternalExpr4, getSafePropertyAccessString, parseHostBindings, verifyHostBindings, WrappedNodeExpr as WrappedNodeExpr5 } from "@angular/compiler";
|
|
4360
4360
|
import ts20 from "typescript";
|
|
4361
4361
|
var EMPTY_OBJECT = {};
|
|
@@ -4948,7 +4948,7 @@ function toR3InputMetadata(mapping) {
|
|
|
4948
4948
|
};
|
|
4949
4949
|
}
|
|
4950
4950
|
|
|
4951
|
-
// bazel-out/
|
|
4951
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
|
|
4952
4952
|
var DirectiveSymbol = class extends SemanticSymbol {
|
|
4953
4953
|
constructor(decl, selector, inputs, outputs, exportAs, typeCheckMeta, typeParameters) {
|
|
4954
4954
|
super(decl);
|
|
@@ -5028,7 +5028,7 @@ function isBaseClassEqual(current, previous) {
|
|
|
5028
5028
|
return isSymbolEqual(current, previous);
|
|
5029
5029
|
}
|
|
5030
5030
|
|
|
5031
|
-
// bazel-out/
|
|
5031
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
|
|
5032
5032
|
var FIELD_DECORATORS = [
|
|
5033
5033
|
"Input",
|
|
5034
5034
|
"Output",
|
|
@@ -5202,11 +5202,11 @@ var DirectiveDecoratorHandler = class {
|
|
|
5202
5202
|
}
|
|
5203
5203
|
};
|
|
5204
5204
|
|
|
5205
|
-
// bazel-out/
|
|
5205
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
5206
5206
|
import { compileClassMetadata as compileClassMetadata2, compileDeclareClassMetadata as compileDeclareClassMetadata2, compileDeclareInjectorFromMetadata, compileDeclareNgModuleFromMetadata, compileInjector, compileNgModule, ExternalExpr as ExternalExpr5, FactoryTarget as FactoryTarget2, FunctionExpr, InvokeFunctionExpr, LiteralArrayExpr as LiteralArrayExpr2, R3Identifiers, R3NgModuleMetadataKind, R3SelectorScopeMode, ReturnStatement, WrappedNodeExpr as WrappedNodeExpr7 } from "@angular/compiler";
|
|
5207
5207
|
import ts22 from "typescript";
|
|
5208
5208
|
|
|
5209
|
-
// bazel-out/
|
|
5209
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
|
|
5210
5210
|
import ts21 from "typescript";
|
|
5211
5211
|
function createModuleWithProvidersResolver(reflector, isCore) {
|
|
5212
5212
|
function _reflectModuleFromTypeParam(type, node) {
|
|
@@ -5273,7 +5273,7 @@ function isResolvedModuleWithProviders(sv) {
|
|
|
5273
5273
|
return typeof sv.value === "object" && sv.value != null && sv.value.hasOwnProperty("ngModule") && sv.value.hasOwnProperty("mwpCall");
|
|
5274
5274
|
}
|
|
5275
5275
|
|
|
5276
|
-
// bazel-out/
|
|
5276
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
5277
5277
|
var NgModuleSymbol = class extends SemanticSymbol {
|
|
5278
5278
|
constructor(decl, hasProviders) {
|
|
5279
5279
|
super(decl);
|
|
@@ -5842,7 +5842,7 @@ function isSyntheticReference(ref) {
|
|
|
5842
5842
|
return ref.synthetic;
|
|
5843
5843
|
}
|
|
5844
5844
|
|
|
5845
|
-
// bazel-out/
|
|
5845
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
|
|
5846
5846
|
function makeCyclicImportInfo(ref, type, cycle) {
|
|
5847
5847
|
const name = ref.debugName || "(unknown)";
|
|
5848
5848
|
const path2 = cycle.getPath().map((sf) => sf.fileName).join(" -> ");
|
|
@@ -5865,7 +5865,7 @@ function checkCustomElementSelectorForErrors(selector) {
|
|
|
5865
5865
|
return null;
|
|
5866
5866
|
}
|
|
5867
5867
|
|
|
5868
|
-
// bazel-out/
|
|
5868
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
|
|
5869
5869
|
import { DEFAULT_INTERPOLATION_CONFIG, InterpolationConfig, ParseSourceFile as ParseSourceFile2, parseTemplate } from "@angular/compiler";
|
|
5870
5870
|
import ts23 from "typescript";
|
|
5871
5871
|
function getTemplateDeclarationNodeForError(declaration) {
|
|
@@ -6224,7 +6224,7 @@ function _extractTemplateStyleUrls(template) {
|
|
|
6224
6224
|
return template.styleUrls.map((url) => ({ url, source: 1, nodeForError }));
|
|
6225
6225
|
}
|
|
6226
6226
|
|
|
6227
|
-
// bazel-out/
|
|
6227
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
|
|
6228
6228
|
var ComponentSymbol = class extends DirectiveSymbol {
|
|
6229
6229
|
constructor() {
|
|
6230
6230
|
super(...arguments);
|
|
@@ -6259,7 +6259,7 @@ var ComponentSymbol = class extends DirectiveSymbol {
|
|
|
6259
6259
|
}
|
|
6260
6260
|
};
|
|
6261
6261
|
|
|
6262
|
-
// bazel-out/
|
|
6262
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
|
|
6263
6263
|
function collectAnimationNames(value, animationTriggerNames) {
|
|
6264
6264
|
if (value instanceof Map) {
|
|
6265
6265
|
const name = value.get("name");
|
|
@@ -6335,7 +6335,7 @@ function isLikelyModuleWithProviders(value) {
|
|
|
6335
6335
|
return false;
|
|
6336
6336
|
}
|
|
6337
6337
|
|
|
6338
|
-
// bazel-out/
|
|
6338
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
6339
6339
|
var EMPTY_ARRAY2 = [];
|
|
6340
6340
|
var isUsedDirective = (decl) => decl.kind === R3TemplateDependencyKind.Directive;
|
|
6341
6341
|
var isUsedPipe = (decl) => decl.kind === R3TemplateDependencyKind.Pipe;
|
|
@@ -7148,7 +7148,7 @@ function validateStandaloneImports(importRefs, importExpr, metaReader, scopeRead
|
|
|
7148
7148
|
return diagnostics;
|
|
7149
7149
|
}
|
|
7150
7150
|
|
|
7151
|
-
// bazel-out/
|
|
7151
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
|
|
7152
7152
|
import { compileClassMetadata as compileClassMetadata4, compileDeclareClassMetadata as compileDeclareClassMetadata4, compileDeclareInjectableFromMetadata, compileInjectable, createMayBeForwardRefExpression as createMayBeForwardRefExpression2, FactoryTarget as FactoryTarget4, LiteralExpr as LiteralExpr3, WrappedNodeExpr as WrappedNodeExpr9 } from "@angular/compiler";
|
|
7153
7153
|
import ts25 from "typescript";
|
|
7154
7154
|
var InjectableDecoratorHandler = class {
|
|
@@ -7374,7 +7374,7 @@ function getDep(dep, reflector) {
|
|
|
7374
7374
|
return meta;
|
|
7375
7375
|
}
|
|
7376
7376
|
|
|
7377
|
-
// bazel-out/
|
|
7377
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
|
|
7378
7378
|
import { compileClassMetadata as compileClassMetadata5, compileDeclareClassMetadata as compileDeclareClassMetadata5, compileDeclarePipeFromMetadata, compilePipeFromMetadata, FactoryTarget as FactoryTarget5 } from "@angular/compiler";
|
|
7379
7379
|
import ts26 from "typescript";
|
|
7380
7380
|
var PipeSymbol = class extends SemanticSymbol {
|
|
@@ -7526,14 +7526,14 @@ var PipeDecoratorHandler = class {
|
|
|
7526
7526
|
}
|
|
7527
7527
|
};
|
|
7528
7528
|
|
|
7529
|
-
// bazel-out/
|
|
7529
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
|
|
7530
7530
|
var OptimizeFor;
|
|
7531
7531
|
(function(OptimizeFor2) {
|
|
7532
7532
|
OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
|
|
7533
7533
|
OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
|
|
7534
7534
|
})(OptimizeFor || (OptimizeFor = {}));
|
|
7535
7535
|
|
|
7536
|
-
// bazel-out/
|
|
7536
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
|
|
7537
7537
|
var PotentialImportKind;
|
|
7538
7538
|
(function(PotentialImportKind2) {
|
|
7539
7539
|
PotentialImportKind2[PotentialImportKind2["NgModule"] = 0] = "NgModule";
|
|
@@ -7545,14 +7545,14 @@ var PotentialImportMode;
|
|
|
7545
7545
|
PotentialImportMode2[PotentialImportMode2["ForceDirect"] = 1] = "ForceDirect";
|
|
7546
7546
|
})(PotentialImportMode || (PotentialImportMode = {}));
|
|
7547
7547
|
|
|
7548
|
-
// bazel-out/
|
|
7548
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
|
|
7549
7549
|
var CompletionKind;
|
|
7550
7550
|
(function(CompletionKind2) {
|
|
7551
7551
|
CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
|
|
7552
7552
|
CompletionKind2[CompletionKind2["Variable"] = 1] = "Variable";
|
|
7553
7553
|
})(CompletionKind || (CompletionKind = {}));
|
|
7554
7554
|
|
|
7555
|
-
// bazel-out/
|
|
7555
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
|
|
7556
7556
|
var SymbolKind;
|
|
7557
7557
|
(function(SymbolKind2) {
|
|
7558
7558
|
SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
|
|
@@ -7620,4 +7620,4 @@ export {
|
|
|
7620
7620
|
* Use of this source code is governed by an MIT-style license that can be
|
|
7621
7621
|
* found in the LICENSE file at https://angular.io/license
|
|
7622
7622
|
*/
|
|
7623
|
-
//# sourceMappingURL=chunk-
|
|
7623
|
+
//# sourceMappingURL=chunk-LJKJD6DP.js.map
|