@angular/compiler-cli 17.0.6 → 17.0.7
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-W22VYY2W.js → chunk-3IBJEGH3.js} +5 -5
- package/bundles/{chunk-ILV5JRA3.js → chunk-B5URQIVL.js} +81 -80
- package/bundles/chunk-B5URQIVL.js.map +6 -0
- package/bundles/{chunk-W653LDC7.js → chunk-CSOLWS7O.js} +7 -7
- package/bundles/{chunk-JZRCFA2M.js → chunk-G64XB6AU.js} +59 -33
- package/bundles/chunk-G64XB6AU.js.map +6 -0
- package/bundles/{chunk-Z6XLAZWI.js → chunk-GT7FGHLZ.js} +30 -30
- package/bundles/{chunk-OULZQUKT.js → chunk-GYHDNUIK.js} +7 -7
- package/bundles/{chunk-JNTXXKVD.js → chunk-KDLK7PF4.js} +114 -115
- package/bundles/chunk-KDLK7PF4.js.map +6 -0
- package/bundles/{chunk-PJ5O6AJ3.js → chunk-O55FKOOW.js} +13 -12
- package/bundles/chunk-O55FKOOW.js.map +6 -0
- package/bundles/{chunk-CF2CT7RQ.js → chunk-SBDNBITT.js} +3 -3
- package/bundles/{chunk-77ECZTEH.js → chunk-T6CN22EQ.js} +5 -5
- package/bundles/{chunk-CDJYMGHH.js → chunk-XXICUNOF.js} +4 -4
- package/bundles/index.js +12 -13
- package/bundles/index.js.map +1 -1
- 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 +5 -6
- package/bundles/private/tooling.js +3 -4
- package/bundles/src/bin/ng_xi18n.js +10 -11
- package/bundles/src/bin/ng_xi18n.js.map +1 -1
- package/bundles/src/bin/ngc.js +8 -9
- package/bundles/src/bin/ngc.js.map +1 -1
- 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/imports/src/emitter.d.ts +5 -1
- package/src/ngtsc/imports/src/references.d.ts +3 -1
- package/src/ngtsc/reflection/src/host.d.ts +6 -1
- package/src/ngtsc/reflection/src/typescript.d.ts +1 -0
- package/src/ngtsc/typecheck/src/environment.d.ts +3 -3
- package/bundles/chunk-3O3O4L34.js +0 -12
- package/bundles/chunk-3O3O4L34.js.map +0 -6
- package/bundles/chunk-ILV5JRA3.js.map +0 -6
- package/bundles/chunk-JNTXXKVD.js.map +0 -6
- package/bundles/chunk-JZRCFA2M.js.map +0 -6
- package/bundles/chunk-PJ5O6AJ3.js.map +0 -6
- /package/bundles/{chunk-W22VYY2W.js.map → chunk-3IBJEGH3.js.map} +0 -0
- /package/bundles/{chunk-W653LDC7.js.map → chunk-CSOLWS7O.js.map} +0 -0
- /package/bundles/{chunk-Z6XLAZWI.js.map → chunk-GT7FGHLZ.js.map} +0 -0
- /package/bundles/{chunk-OULZQUKT.js.map → chunk-GYHDNUIK.js.map} +0 -0
- /package/bundles/{chunk-CF2CT7RQ.js.map → chunk-SBDNBITT.js.map} +0 -0
- /package/bundles/{chunk-77ECZTEH.js.map → chunk-T6CN22EQ.js.map} +0 -0
- /package/bundles/{chunk-CDJYMGHH.js.map → chunk-XXICUNOF.js.map} +0 -0
|
@@ -7,8 +7,9 @@ import {
|
|
|
7
7
|
translateExpression,
|
|
8
8
|
translateStatement,
|
|
9
9
|
translateType
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-O55FKOOW.js";
|
|
11
11
|
import {
|
|
12
|
+
AmbientImport,
|
|
12
13
|
ClassMemberKind,
|
|
13
14
|
ErrorCode,
|
|
14
15
|
FatalDiagnosticError,
|
|
@@ -30,18 +31,18 @@ import {
|
|
|
30
31
|
reflectObjectLiteral,
|
|
31
32
|
reflectTypeEntityToDeclaration,
|
|
32
33
|
typeNodeToValueExpr
|
|
33
|
-
} from "./chunk-
|
|
34
|
+
} from "./chunk-G64XB6AU.js";
|
|
34
35
|
import {
|
|
35
36
|
PerfEvent,
|
|
36
37
|
PerfPhase
|
|
37
|
-
} from "./chunk-
|
|
38
|
+
} from "./chunk-3IBJEGH3.js";
|
|
38
39
|
import {
|
|
39
40
|
absoluteFrom,
|
|
40
41
|
absoluteFromSourceFile,
|
|
41
42
|
relative
|
|
42
|
-
} from "./chunk-
|
|
43
|
+
} from "./chunk-CSOLWS7O.js";
|
|
43
44
|
|
|
44
|
-
// bazel-out/
|
|
45
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
|
|
45
46
|
import { ExternalExpr, ParseLocation, ParseSourceFile, ParseSourceSpan, ReadPropExpr, WrappedNodeExpr } from "@angular/compiler";
|
|
46
47
|
import ts from "typescript";
|
|
47
48
|
function valueReferenceToExpression(valueRef) {
|
|
@@ -286,7 +287,7 @@ function isAbstractClassDeclaration(clazz) {
|
|
|
286
287
|
return ts.canHaveModifiers(clazz) && clazz.modifiers !== void 0 ? clazz.modifiers.some((mod) => mod.kind === ts.SyntaxKind.AbstractKeyword) : false;
|
|
287
288
|
}
|
|
288
289
|
|
|
289
|
-
// bazel-out/
|
|
290
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
|
|
290
291
|
var DynamicValue = class {
|
|
291
292
|
constructor(node, reason, code) {
|
|
292
293
|
this.node = node;
|
|
@@ -376,10 +377,10 @@ var DynamicValue = class {
|
|
|
376
377
|
}
|
|
377
378
|
};
|
|
378
379
|
|
|
379
|
-
// bazel-out/
|
|
380
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
380
381
|
import ts2 from "typescript";
|
|
381
382
|
|
|
382
|
-
// bazel-out/
|
|
383
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
|
|
383
384
|
var ResolvedModule = class {
|
|
384
385
|
constructor(exports, evaluate) {
|
|
385
386
|
this.exports = exports;
|
|
@@ -409,7 +410,7 @@ var EnumValue = class {
|
|
|
409
410
|
var KnownFn = class {
|
|
410
411
|
};
|
|
411
412
|
|
|
412
|
-
// bazel-out/
|
|
413
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
|
|
413
414
|
var ArraySliceBuiltinFn = class extends KnownFn {
|
|
414
415
|
constructor(lhs) {
|
|
415
416
|
super();
|
|
@@ -461,14 +462,14 @@ var StringConcatBuiltinFn = class extends KnownFn {
|
|
|
461
462
|
}
|
|
462
463
|
};
|
|
463
464
|
|
|
464
|
-
// bazel-out/
|
|
465
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
|
|
465
466
|
var SyntheticValue = class {
|
|
466
467
|
constructor(value) {
|
|
467
468
|
this.value = value;
|
|
468
469
|
}
|
|
469
470
|
};
|
|
470
471
|
|
|
471
|
-
// bazel-out/
|
|
472
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
472
473
|
function literalBinaryOp(op) {
|
|
473
474
|
return { op, literal: true };
|
|
474
475
|
}
|
|
@@ -1022,7 +1023,7 @@ function isVariableDeclarationDeclared(node) {
|
|
|
1022
1023
|
}
|
|
1023
1024
|
var EMPTY = {};
|
|
1024
1025
|
function joinModuleContext(existing, node, decl) {
|
|
1025
|
-
if (decl.viaModule
|
|
1026
|
+
if (typeof decl.viaModule === "string" && decl.viaModule !== existing.absoluteModuleName) {
|
|
1026
1027
|
return {
|
|
1027
1028
|
absoluteModuleName: decl.viaModule,
|
|
1028
1029
|
resolutionContext: node.getSourceFile().fileName
|
|
@@ -1046,7 +1047,7 @@ function owningModule(context, override = null) {
|
|
|
1046
1047
|
}
|
|
1047
1048
|
}
|
|
1048
1049
|
|
|
1049
|
-
// bazel-out/
|
|
1050
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
|
|
1050
1051
|
var PartialEvaluator = class {
|
|
1051
1052
|
constructor(host, checker, dependencyTracker) {
|
|
1052
1053
|
this.host = host;
|
|
@@ -1066,7 +1067,7 @@ var PartialEvaluator = class {
|
|
|
1066
1067
|
}
|
|
1067
1068
|
};
|
|
1068
1069
|
|
|
1069
|
-
// bazel-out/
|
|
1070
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
|
|
1070
1071
|
import ts3 from "typescript";
|
|
1071
1072
|
function describeResolvedType(value, maxDepth = 1) {
|
|
1072
1073
|
var _a, _b;
|
|
@@ -1196,11 +1197,11 @@ function getContainerNode(node) {
|
|
|
1196
1197
|
return node.getSourceFile();
|
|
1197
1198
|
}
|
|
1198
1199
|
|
|
1199
|
-
// bazel-out/
|
|
1200
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
|
|
1200
1201
|
import { LiteralExpr, ReadPropExpr as ReadPropExpr2, WrappedNodeExpr as WrappedNodeExpr2 } from "@angular/compiler";
|
|
1201
1202
|
import ts10 from "typescript";
|
|
1202
1203
|
|
|
1203
|
-
// bazel-out/
|
|
1204
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
|
|
1204
1205
|
var CompilationMode;
|
|
1205
1206
|
(function(CompilationMode2) {
|
|
1206
1207
|
CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
|
|
@@ -1214,7 +1215,7 @@ var HandlerPrecedence;
|
|
|
1214
1215
|
HandlerPrecedence2[HandlerPrecedence2["WEAK"] = 2] = "WEAK";
|
|
1215
1216
|
})(HandlerPrecedence || (HandlerPrecedence = {}));
|
|
1216
1217
|
|
|
1217
|
-
// bazel-out/
|
|
1218
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
|
|
1218
1219
|
import ts4 from "typescript";
|
|
1219
1220
|
function aliasTransformFactory(exportStatements) {
|
|
1220
1221
|
return () => {
|
|
@@ -1237,10 +1238,10 @@ function aliasTransformFactory(exportStatements) {
|
|
|
1237
1238
|
};
|
|
1238
1239
|
}
|
|
1239
1240
|
|
|
1240
|
-
// bazel-out/
|
|
1241
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
1241
1242
|
import ts5 from "typescript";
|
|
1242
1243
|
|
|
1243
|
-
// bazel-out/
|
|
1244
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
|
|
1244
1245
|
var TraitState;
|
|
1245
1246
|
(function(TraitState2) {
|
|
1246
1247
|
TraitState2[TraitState2["Pending"] = 0] = "Pending";
|
|
@@ -1297,7 +1298,7 @@ var TraitImpl = class {
|
|
|
1297
1298
|
}
|
|
1298
1299
|
};
|
|
1299
1300
|
|
|
1300
|
-
// bazel-out/
|
|
1301
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
1301
1302
|
var TraitCompiler = class {
|
|
1302
1303
|
constructor(handlers, reflector, perf, incrementalBuild, compileNonExportedClasses, compilationMode, dtsTransforms, semanticDepGraphUpdater, sourceFileTypeIdentifier) {
|
|
1303
1304
|
this.handlers = handlers;
|
|
@@ -1745,10 +1746,10 @@ function containsErrors(diagnostics) {
|
|
|
1745
1746
|
return diagnostics !== null && diagnostics.some((diag) => diag.category === ts5.DiagnosticCategory.Error);
|
|
1746
1747
|
}
|
|
1747
1748
|
|
|
1748
|
-
// bazel-out/
|
|
1749
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
1749
1750
|
import ts7 from "typescript";
|
|
1750
1751
|
|
|
1751
|
-
// bazel-out/
|
|
1752
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/utils.mjs
|
|
1752
1753
|
import ts6 from "typescript";
|
|
1753
1754
|
function addImports(importManager, sf, extraStatements = []) {
|
|
1754
1755
|
const addedImports = importManager.getAllImports(sf.fileName).map((i) => {
|
|
@@ -1784,7 +1785,7 @@ function isImportStatement(stmt) {
|
|
|
1784
1785
|
return ts6.isImportDeclaration(stmt) || ts6.isImportEqualsDeclaration(stmt) || ts6.isNamespaceImport(stmt);
|
|
1785
1786
|
}
|
|
1786
1787
|
|
|
1787
|
-
// bazel-out/
|
|
1788
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
1788
1789
|
var DtsTransformRegistry = class {
|
|
1789
1790
|
constructor() {
|
|
1790
1791
|
this.ivyDeclarationTransforms = /* @__PURE__ */ new Map();
|
|
@@ -1931,11 +1932,11 @@ function markForEmitAsSingleLine(node) {
|
|
|
1931
1932
|
ts7.forEachChild(node, markForEmitAsSingleLine);
|
|
1932
1933
|
}
|
|
1933
1934
|
|
|
1934
|
-
// bazel-out/
|
|
1935
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
1935
1936
|
import { ConstantPool } from "@angular/compiler";
|
|
1936
1937
|
import ts9 from "typescript";
|
|
1937
1938
|
|
|
1938
|
-
// bazel-out/
|
|
1939
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
|
|
1939
1940
|
import ts8 from "typescript";
|
|
1940
1941
|
function visit(node, visitor, context) {
|
|
1941
1942
|
return visitor._visit(node, context);
|
|
@@ -1996,7 +1997,7 @@ var Visitor = class {
|
|
|
1996
1997
|
}
|
|
1997
1998
|
};
|
|
1998
1999
|
|
|
1999
|
-
// bazel-out/
|
|
2000
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
2000
2001
|
var NO_DECORATORS = /* @__PURE__ */ new Set();
|
|
2001
2002
|
var CLOSURE_FILE_OVERVIEW_REGEXP = /\s+@fileoverview\s+/i;
|
|
2002
2003
|
function ivyTransformFactory(compilation, reflector, importRewriter, defaultImportTracker, perf, isCore, isClosureCompilerEnabled) {
|
|
@@ -2220,7 +2221,7 @@ function nodeArrayFromDecoratorsArray(decorators) {
|
|
|
2220
2221
|
return array;
|
|
2221
2222
|
}
|
|
2222
2223
|
|
|
2223
|
-
// bazel-out/
|
|
2224
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
|
|
2224
2225
|
function getConstructorDependencies(clazz, reflector, isCore, compilationMode) {
|
|
2225
2226
|
const deps = [];
|
|
2226
2227
|
const errors = [];
|
|
@@ -2376,10 +2377,10 @@ function createUnsuitableInjectionTokenError(clazz, error) {
|
|
|
2376
2377
|
return new FatalDiagnosticError(ErrorCode.PARAM_MISSING_TOKEN, param.nameNode, chain, hints);
|
|
2377
2378
|
}
|
|
2378
2379
|
|
|
2379
|
-
// bazel-out/
|
|
2380
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
|
|
2380
2381
|
import ts13 from "typescript";
|
|
2381
2382
|
|
|
2382
|
-
// bazel-out/
|
|
2383
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
|
|
2383
2384
|
var MetaKind;
|
|
2384
2385
|
(function(MetaKind2) {
|
|
2385
2386
|
MetaKind2[MetaKind2["Directive"] = 0] = "Directive";
|
|
@@ -2392,10 +2393,10 @@ var MatchSource;
|
|
|
2392
2393
|
MatchSource2[MatchSource2["HostDirective"] = 1] = "HostDirective";
|
|
2393
2394
|
})(MatchSource || (MatchSource = {}));
|
|
2394
2395
|
|
|
2395
|
-
// bazel-out/
|
|
2396
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
2396
2397
|
import ts12 from "typescript";
|
|
2397
2398
|
|
|
2398
|
-
// bazel-out/
|
|
2399
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
|
|
2399
2400
|
var ClassPropertyMapping = class {
|
|
2400
2401
|
constructor(forwardMap) {
|
|
2401
2402
|
this.forwardMap = forwardMap;
|
|
@@ -2473,7 +2474,7 @@ function reverseMapFromForwardMap(forwardMap) {
|
|
|
2473
2474
|
return reverseMap;
|
|
2474
2475
|
}
|
|
2475
2476
|
|
|
2476
|
-
// bazel-out/
|
|
2477
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
|
|
2477
2478
|
import ts11 from "typescript";
|
|
2478
2479
|
function extractReferencesFromType(checker, def, bestGuessOwningModule) {
|
|
2479
2480
|
if (!ts11.isTupleTypeNode(def)) {
|
|
@@ -2657,7 +2658,7 @@ function hasInjectableFields(clazz, host) {
|
|
|
2657
2658
|
return members.some(({ isStatic, name }) => isStatic && (name === "\u0275prov" || name === "\u0275fac"));
|
|
2658
2659
|
}
|
|
2659
2660
|
|
|
2660
|
-
// bazel-out/
|
|
2661
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
2661
2662
|
var DtsMetadataReader = class {
|
|
2662
2663
|
constructor(checker, reflector) {
|
|
2663
2664
|
this.checker = checker;
|
|
@@ -2835,7 +2836,7 @@ function readHostDirectivesType(checker, type, bestGuessOwningModule) {
|
|
|
2835
2836
|
return result.length > 0 ? result : null;
|
|
2836
2837
|
}
|
|
2837
2838
|
|
|
2838
|
-
// bazel-out/
|
|
2839
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
|
|
2839
2840
|
function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
2840
2841
|
const topMeta = reader.getDirectiveMetadata(dir);
|
|
2841
2842
|
if (topMeta === null) {
|
|
@@ -2899,7 +2900,7 @@ function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
|
2899
2900
|
};
|
|
2900
2901
|
}
|
|
2901
2902
|
|
|
2902
|
-
// bazel-out/
|
|
2903
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
|
|
2903
2904
|
var LocalMetadataRegistry = class {
|
|
2904
2905
|
constructor() {
|
|
2905
2906
|
this.directives = /* @__PURE__ */ new Map();
|
|
@@ -2956,7 +2957,7 @@ var CompoundMetadataRegistry = class {
|
|
|
2956
2957
|
}
|
|
2957
2958
|
};
|
|
2958
2959
|
|
|
2959
|
-
// bazel-out/
|
|
2960
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
|
|
2960
2961
|
var ResourceRegistry = class {
|
|
2961
2962
|
constructor() {
|
|
2962
2963
|
this.externalTemplateToComponentsMap = /* @__PURE__ */ new Map();
|
|
@@ -3021,7 +3022,7 @@ var ResourceRegistry = class {
|
|
|
3021
3022
|
}
|
|
3022
3023
|
};
|
|
3023
3024
|
|
|
3024
|
-
// bazel-out/
|
|
3025
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
|
|
3025
3026
|
var ExportedProviderStatusResolver = class {
|
|
3026
3027
|
constructor(metaReader) {
|
|
3027
3028
|
this.metaReader = metaReader;
|
|
@@ -3065,7 +3066,7 @@ var ExportedProviderStatusResolver = class {
|
|
|
3065
3066
|
}
|
|
3066
3067
|
};
|
|
3067
3068
|
|
|
3068
|
-
// bazel-out/
|
|
3069
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
|
|
3069
3070
|
var EMPTY_ARRAY = [];
|
|
3070
3071
|
var HostDirectivesResolver = class {
|
|
3071
3072
|
constructor(metaReader) {
|
|
@@ -3127,7 +3128,7 @@ function resolveOutput(bindingName) {
|
|
|
3127
3128
|
return bindingName;
|
|
3128
3129
|
}
|
|
3129
3130
|
|
|
3130
|
-
// bazel-out/
|
|
3131
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
|
|
3131
3132
|
function makeDuplicateDeclarationError(node, data, kind) {
|
|
3132
3133
|
const context = [];
|
|
3133
3134
|
for (const decl of data) {
|
|
@@ -3323,7 +3324,7 @@ function getInheritedUndecoratedCtorDiagnostic(node, baseClass, kind) {
|
|
|
3323
3324
|
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}.`);
|
|
3324
3325
|
}
|
|
3325
3326
|
|
|
3326
|
-
// bazel-out/
|
|
3327
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
|
|
3327
3328
|
import { ViewEncapsulation } from "@angular/compiler";
|
|
3328
3329
|
import ts14 from "typescript";
|
|
3329
3330
|
function resolveEnumValue(evaluator, metadata, field, enumSymbolName) {
|
|
@@ -3374,7 +3375,7 @@ function resolveLiteral(decorator, literalCache) {
|
|
|
3374
3375
|
return meta;
|
|
3375
3376
|
}
|
|
3376
3377
|
|
|
3377
|
-
// bazel-out/
|
|
3378
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
|
|
3378
3379
|
import { compileDeclareFactoryFunction, compileFactoryFunction } from "@angular/compiler";
|
|
3379
3380
|
function compileNgFactoryDefField(metadata) {
|
|
3380
3381
|
const res = compileFactoryFunction(metadata);
|
|
@@ -3397,7 +3398,7 @@ function compileDeclareFactory(metadata) {
|
|
|
3397
3398
|
};
|
|
3398
3399
|
}
|
|
3399
3400
|
|
|
3400
|
-
// bazel-out/
|
|
3401
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
|
|
3401
3402
|
var InjectableClassRegistry = class {
|
|
3402
3403
|
constructor(host, isCore) {
|
|
3403
3404
|
this.host = host;
|
|
@@ -3423,7 +3424,7 @@ var InjectableClassRegistry = class {
|
|
|
3423
3424
|
}
|
|
3424
3425
|
};
|
|
3425
3426
|
|
|
3426
|
-
// bazel-out/
|
|
3427
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
|
|
3427
3428
|
import { ArrowFunctionExpr, LiteralArrayExpr, LiteralExpr as LiteralExpr2, literalMap, WrappedNodeExpr as WrappedNodeExpr3 } from "@angular/compiler";
|
|
3428
3429
|
import ts15 from "typescript";
|
|
3429
3430
|
function extractClassMetadata(clazz, reflection, isCore, annotateForClosureCompiler, angularDecoratorTransform = (dec) => dec) {
|
|
@@ -3508,7 +3509,7 @@ function removeIdentifierReferences(node, names) {
|
|
|
3508
3509
|
return result.transformed[0];
|
|
3509
3510
|
}
|
|
3510
3511
|
|
|
3511
|
-
// bazel-out/
|
|
3512
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/debug_info.mjs
|
|
3512
3513
|
import { literal as literal2, WrappedNodeExpr as WrappedNodeExpr4 } from "@angular/compiler";
|
|
3513
3514
|
import * as path from "path";
|
|
3514
3515
|
function extractClassDebugInfo(clazz, reflection, rootDirs, forbidOrphanRendering) {
|
|
@@ -3535,13 +3536,13 @@ function computeRelativePathIfPossible(filePath, rootDirs) {
|
|
|
3535
3536
|
return null;
|
|
3536
3537
|
}
|
|
3537
3538
|
|
|
3538
|
-
// bazel-out/
|
|
3539
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
|
|
3539
3540
|
var NoopReferencesRegistry = class {
|
|
3540
3541
|
add(source, ...references) {
|
|
3541
3542
|
}
|
|
3542
3543
|
};
|
|
3543
3544
|
|
|
3544
|
-
// bazel-out/
|
|
3545
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
|
|
3545
3546
|
import { CUSTOM_ELEMENTS_SCHEMA, NO_ERRORS_SCHEMA } from "@angular/compiler";
|
|
3546
3547
|
function extractSchemas(rawExpr, evaluator, context) {
|
|
3547
3548
|
const schemas = [];
|
|
@@ -3571,7 +3572,7 @@ function extractSchemas(rawExpr, evaluator, context) {
|
|
|
3571
3572
|
return schemas;
|
|
3572
3573
|
}
|
|
3573
3574
|
|
|
3574
|
-
// bazel-out/
|
|
3575
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/input_transforms.mjs
|
|
3575
3576
|
import { outputAst } from "@angular/compiler";
|
|
3576
3577
|
function compileInputTransformFields(inputs) {
|
|
3577
3578
|
const extraFields = [];
|
|
@@ -3589,11 +3590,11 @@ function compileInputTransformFields(inputs) {
|
|
|
3589
3590
|
return extraFields;
|
|
3590
3591
|
}
|
|
3591
3592
|
|
|
3592
|
-
// bazel-out/
|
|
3593
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
3593
3594
|
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";
|
|
3594
3595
|
import ts24 from "typescript";
|
|
3595
3596
|
|
|
3596
|
-
// bazel-out/
|
|
3597
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
|
|
3597
3598
|
import ts16 from "typescript";
|
|
3598
3599
|
var SemanticSymbol = class {
|
|
3599
3600
|
constructor(decl) {
|
|
@@ -3609,7 +3610,7 @@ function getSymbolIdentifier(decl) {
|
|
|
3609
3610
|
return decl.name.text;
|
|
3610
3611
|
}
|
|
3611
3612
|
|
|
3612
|
-
// bazel-out/
|
|
3613
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
|
|
3613
3614
|
import { ExternalExpr as ExternalExpr2 } from "@angular/compiler";
|
|
3614
3615
|
var OpaqueSymbol = class extends SemanticSymbol {
|
|
3615
3616
|
isPublicApiAffected() {
|
|
@@ -3752,10 +3753,10 @@ function getImportPath(expr) {
|
|
|
3752
3753
|
}
|
|
3753
3754
|
}
|
|
3754
3755
|
|
|
3755
|
-
// bazel-out/
|
|
3756
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
3756
3757
|
import ts17 from "typescript";
|
|
3757
3758
|
|
|
3758
|
-
// bazel-out/
|
|
3759
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
|
|
3759
3760
|
function isSymbolEqual(a, b) {
|
|
3760
3761
|
if (a.decl === b.decl) {
|
|
3761
3762
|
return true;
|
|
@@ -3805,7 +3806,7 @@ function isSetEqual(a, b, equalityTester = referenceEquality) {
|
|
|
3805
3806
|
return true;
|
|
3806
3807
|
}
|
|
3807
3808
|
|
|
3808
|
-
// bazel-out/
|
|
3809
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
3809
3810
|
function extractSemanticTypeParameters(node) {
|
|
3810
3811
|
if (!ts17.isClassDeclaration(node) || node.typeParameters === void 0) {
|
|
3811
3812
|
return null;
|
|
@@ -3825,14 +3826,14 @@ function isTypeParameterEqual(a, b) {
|
|
|
3825
3826
|
return a.hasGenericTypeBound === b.hasGenericTypeBound;
|
|
3826
3827
|
}
|
|
3827
3828
|
|
|
3828
|
-
// bazel-out/
|
|
3829
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
|
|
3829
3830
|
var ComponentScopeKind;
|
|
3830
3831
|
(function(ComponentScopeKind2) {
|
|
3831
3832
|
ComponentScopeKind2[ComponentScopeKind2["NgModule"] = 0] = "NgModule";
|
|
3832
3833
|
ComponentScopeKind2[ComponentScopeKind2["Standalone"] = 1] = "Standalone";
|
|
3833
3834
|
})(ComponentScopeKind || (ComponentScopeKind = {}));
|
|
3834
3835
|
|
|
3835
|
-
// bazel-out/
|
|
3836
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
|
|
3836
3837
|
var CompoundComponentScopeReader = class {
|
|
3837
3838
|
constructor(readers) {
|
|
3838
3839
|
this.readers = readers;
|
|
@@ -3857,7 +3858,7 @@ var CompoundComponentScopeReader = class {
|
|
|
3857
3858
|
}
|
|
3858
3859
|
};
|
|
3859
3860
|
|
|
3860
|
-
// bazel-out/
|
|
3861
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
|
|
3861
3862
|
var MetadataDtsModuleScopeResolver = class {
|
|
3862
3863
|
constructor(dtsMetaReader, aliasingHost) {
|
|
3863
3864
|
this.dtsMetaReader = dtsMetaReader;
|
|
@@ -3933,11 +3934,11 @@ var MetadataDtsModuleScopeResolver = class {
|
|
|
3933
3934
|
}
|
|
3934
3935
|
};
|
|
3935
3936
|
|
|
3936
|
-
// bazel-out/
|
|
3937
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
3937
3938
|
import { ExternalExpr as ExternalExpr3 } from "@angular/compiler";
|
|
3938
3939
|
import ts18 from "typescript";
|
|
3939
3940
|
|
|
3940
|
-
// bazel-out/
|
|
3941
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
|
|
3941
3942
|
function getDiagnosticNode(ref, rawExpr) {
|
|
3942
3943
|
return rawExpr !== null ? ref.getOriginForDiagnostics(rawExpr) : ref.node.name;
|
|
3943
3944
|
}
|
|
@@ -3960,7 +3961,7 @@ function makeUnknownComponentImportDiagnostic(ref, rawExpr) {
|
|
|
3960
3961
|
return makeDiagnostic(ErrorCode.COMPONENT_UNKNOWN_IMPORT, getDiagnosticNode(ref, rawExpr), `Component imports must be standalone components, directives, pipes, or must be NgModules.`);
|
|
3961
3962
|
}
|
|
3962
3963
|
|
|
3963
|
-
// bazel-out/
|
|
3964
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
3964
3965
|
var LocalModuleScopeRegistry = class {
|
|
3965
3966
|
constructor(localReader, fullReader, dependencyScopeReader, refEmitter, aliasingHost) {
|
|
3966
3967
|
this.localReader = localReader;
|
|
@@ -4299,7 +4300,7 @@ function reexportCollision(module, refA, refB) {
|
|
|
4299
4300
|
]);
|
|
4300
4301
|
}
|
|
4301
4302
|
|
|
4302
|
-
// bazel-out/
|
|
4303
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
|
|
4303
4304
|
import { CssSelector, SelectorMatcher } from "@angular/compiler";
|
|
4304
4305
|
import ts19 from "typescript";
|
|
4305
4306
|
var TypeCheckScopeRegistry = class {
|
|
@@ -4368,10 +4369,10 @@ var TypeCheckScopeRegistry = class {
|
|
|
4368
4369
|
}
|
|
4369
4370
|
};
|
|
4370
4371
|
|
|
4371
|
-
// bazel-out/
|
|
4372
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
|
|
4372
4373
|
import { compileClassMetadata, compileDeclareClassMetadata, compileDeclareDirectiveFromMetadata, compileDirectiveFromMetadata, FactoryTarget, makeBindingParser, WrappedNodeExpr as WrappedNodeExpr6 } from "@angular/compiler";
|
|
4373
4374
|
|
|
4374
|
-
// bazel-out/
|
|
4375
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
|
|
4375
4376
|
import { createMayBeForwardRefExpression, emitDistinctChangesOnlyDefaultValue, ExternalExpr as ExternalExpr4, getSafePropertyAccessString, parseHostBindings, verifyHostBindings, WrappedNodeExpr as WrappedNodeExpr5 } from "@angular/compiler";
|
|
4376
4377
|
import ts20 from "typescript";
|
|
4377
4378
|
var EMPTY_OBJECT = {};
|
|
@@ -4859,7 +4860,7 @@ function assertEmittableInputType(type, contextFile, reflector, refEmitter) {
|
|
|
4859
4860
|
const declaration = reflector.getDeclarationOfIdentifier(node.typeName);
|
|
4860
4861
|
if (declaration !== null) {
|
|
4861
4862
|
if (declaration.node.getSourceFile() !== contextFile) {
|
|
4862
|
-
const emittedType = refEmitter.emit(new Reference(declaration.node), contextFile, ImportFlags.NoAliasing | ImportFlags.AllowTypeImports | ImportFlags.AllowRelativeDtsImports);
|
|
4863
|
+
const emittedType = refEmitter.emit(new Reference(declaration.node, declaration.viaModule === AmbientImport ? AmbientImport : null), contextFile, ImportFlags.NoAliasing | ImportFlags.AllowTypeImports | ImportFlags.AllowRelativeDtsImports | ImportFlags.AllowAmbientReferences);
|
|
4863
4864
|
assertSuccessfulReferenceEmit(emittedType, node, "type");
|
|
4864
4865
|
} else if (!reflector.isStaticallyExported(declaration.node)) {
|
|
4865
4866
|
throw new FatalDiagnosticError(ErrorCode.SYMBOL_NOT_EXPORTED, type, `Symbol must be exported in order to be used as the type of an Input transform function`, [makeRelatedInformation(declaration.node, `The symbol is declared here.`)]);
|
|
@@ -4964,7 +4965,7 @@ function toR3InputMetadata(mapping) {
|
|
|
4964
4965
|
};
|
|
4965
4966
|
}
|
|
4966
4967
|
|
|
4967
|
-
// bazel-out/
|
|
4968
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
|
|
4968
4969
|
var DirectiveSymbol = class extends SemanticSymbol {
|
|
4969
4970
|
constructor(decl, selector, inputs, outputs, exportAs, typeCheckMeta, typeParameters) {
|
|
4970
4971
|
super(decl);
|
|
@@ -5044,7 +5045,7 @@ function isBaseClassEqual(current, previous) {
|
|
|
5044
5045
|
return isSymbolEqual(current, previous);
|
|
5045
5046
|
}
|
|
5046
5047
|
|
|
5047
|
-
// bazel-out/
|
|
5048
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
|
|
5048
5049
|
var FIELD_DECORATORS = [
|
|
5049
5050
|
"Input",
|
|
5050
5051
|
"Output",
|
|
@@ -5218,11 +5219,11 @@ var DirectiveDecoratorHandler = class {
|
|
|
5218
5219
|
}
|
|
5219
5220
|
};
|
|
5220
5221
|
|
|
5221
|
-
// bazel-out/
|
|
5222
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
5222
5223
|
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";
|
|
5223
5224
|
import ts22 from "typescript";
|
|
5224
5225
|
|
|
5225
|
-
// bazel-out/
|
|
5226
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
|
|
5226
5227
|
import ts21 from "typescript";
|
|
5227
5228
|
function createModuleWithProvidersResolver(reflector, isCore) {
|
|
5228
5229
|
function _reflectModuleFromTypeParam(type, node) {
|
|
@@ -5289,7 +5290,7 @@ function isResolvedModuleWithProviders(sv) {
|
|
|
5289
5290
|
return typeof sv.value === "object" && sv.value != null && sv.value.hasOwnProperty("ngModule") && sv.value.hasOwnProperty("mwpCall");
|
|
5290
5291
|
}
|
|
5291
5292
|
|
|
5292
|
-
// bazel-out/
|
|
5293
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
5293
5294
|
var NgModuleSymbol = class extends SemanticSymbol {
|
|
5294
5295
|
constructor(decl, hasProviders) {
|
|
5295
5296
|
super(decl);
|
|
@@ -5858,7 +5859,7 @@ function isSyntheticReference(ref) {
|
|
|
5858
5859
|
return ref.synthetic;
|
|
5859
5860
|
}
|
|
5860
5861
|
|
|
5861
|
-
// bazel-out/
|
|
5862
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
|
|
5862
5863
|
function makeCyclicImportInfo(ref, type, cycle) {
|
|
5863
5864
|
const name = ref.debugName || "(unknown)";
|
|
5864
5865
|
const path2 = cycle.getPath().map((sf) => sf.fileName).join(" -> ");
|
|
@@ -5881,7 +5882,7 @@ function checkCustomElementSelectorForErrors(selector) {
|
|
|
5881
5882
|
return null;
|
|
5882
5883
|
}
|
|
5883
5884
|
|
|
5884
|
-
// bazel-out/
|
|
5885
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
|
|
5885
5886
|
import { DEFAULT_INTERPOLATION_CONFIG, InterpolationConfig, ParseSourceFile as ParseSourceFile2, parseTemplate } from "@angular/compiler";
|
|
5886
5887
|
import ts23 from "typescript";
|
|
5887
5888
|
function getTemplateDeclarationNodeForError(declaration) {
|
|
@@ -6240,7 +6241,7 @@ function _extractTemplateStyleUrls(template) {
|
|
|
6240
6241
|
return template.styleUrls.map((url) => ({ url, source: 1, nodeForError }));
|
|
6241
6242
|
}
|
|
6242
6243
|
|
|
6243
|
-
// bazel-out/
|
|
6244
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
|
|
6244
6245
|
var ComponentSymbol = class extends DirectiveSymbol {
|
|
6245
6246
|
constructor() {
|
|
6246
6247
|
super(...arguments);
|
|
@@ -6275,7 +6276,7 @@ var ComponentSymbol = class extends DirectiveSymbol {
|
|
|
6275
6276
|
}
|
|
6276
6277
|
};
|
|
6277
6278
|
|
|
6278
|
-
// bazel-out/
|
|
6279
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
|
|
6279
6280
|
function collectAnimationNames(value, animationTriggerNames) {
|
|
6280
6281
|
if (value instanceof Map) {
|
|
6281
6282
|
const name = value.get("name");
|
|
@@ -6351,7 +6352,7 @@ function isLikelyModuleWithProviders(value) {
|
|
|
6351
6352
|
return false;
|
|
6352
6353
|
}
|
|
6353
6354
|
|
|
6354
|
-
// bazel-out/
|
|
6355
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
6355
6356
|
var EMPTY_ARRAY2 = [];
|
|
6356
6357
|
var isUsedDirective = (decl) => decl.kind === R3TemplateDependencyKind.Directive;
|
|
6357
6358
|
var isUsedPipe = (decl) => decl.kind === R3TemplateDependencyKind.Pipe;
|
|
@@ -7164,7 +7165,7 @@ function validateStandaloneImports(importRefs, importExpr, metaReader, scopeRead
|
|
|
7164
7165
|
return diagnostics;
|
|
7165
7166
|
}
|
|
7166
7167
|
|
|
7167
|
-
// bazel-out/
|
|
7168
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
|
|
7168
7169
|
import { compileClassMetadata as compileClassMetadata4, compileDeclareClassMetadata as compileDeclareClassMetadata4, compileDeclareInjectableFromMetadata, compileInjectable, createMayBeForwardRefExpression as createMayBeForwardRefExpression2, FactoryTarget as FactoryTarget4, LiteralExpr as LiteralExpr3, WrappedNodeExpr as WrappedNodeExpr9 } from "@angular/compiler";
|
|
7169
7170
|
import ts25 from "typescript";
|
|
7170
7171
|
var InjectableDecoratorHandler = class {
|
|
@@ -7390,7 +7391,7 @@ function getDep(dep, reflector) {
|
|
|
7390
7391
|
return meta;
|
|
7391
7392
|
}
|
|
7392
7393
|
|
|
7393
|
-
// bazel-out/
|
|
7394
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
|
|
7394
7395
|
import { compileClassMetadata as compileClassMetadata5, compileDeclareClassMetadata as compileDeclareClassMetadata5, compileDeclarePipeFromMetadata, compilePipeFromMetadata, FactoryTarget as FactoryTarget5 } from "@angular/compiler";
|
|
7395
7396
|
import ts26 from "typescript";
|
|
7396
7397
|
var PipeSymbol = class extends SemanticSymbol {
|
|
@@ -7542,14 +7543,14 @@ var PipeDecoratorHandler = class {
|
|
|
7542
7543
|
}
|
|
7543
7544
|
};
|
|
7544
7545
|
|
|
7545
|
-
// bazel-out/
|
|
7546
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
|
|
7546
7547
|
var OptimizeFor;
|
|
7547
7548
|
(function(OptimizeFor2) {
|
|
7548
7549
|
OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
|
|
7549
7550
|
OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
|
|
7550
7551
|
})(OptimizeFor || (OptimizeFor = {}));
|
|
7551
7552
|
|
|
7552
|
-
// bazel-out/
|
|
7553
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
|
|
7553
7554
|
var PotentialImportKind;
|
|
7554
7555
|
(function(PotentialImportKind2) {
|
|
7555
7556
|
PotentialImportKind2[PotentialImportKind2["NgModule"] = 0] = "NgModule";
|
|
@@ -7561,14 +7562,14 @@ var PotentialImportMode;
|
|
|
7561
7562
|
PotentialImportMode2[PotentialImportMode2["ForceDirect"] = 1] = "ForceDirect";
|
|
7562
7563
|
})(PotentialImportMode || (PotentialImportMode = {}));
|
|
7563
7564
|
|
|
7564
|
-
// bazel-out/
|
|
7565
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
|
|
7565
7566
|
var CompletionKind;
|
|
7566
7567
|
(function(CompletionKind2) {
|
|
7567
7568
|
CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
|
|
7568
7569
|
CompletionKind2[CompletionKind2["Variable"] = 1] = "Variable";
|
|
7569
7570
|
})(CompletionKind || (CompletionKind = {}));
|
|
7570
7571
|
|
|
7571
|
-
// bazel-out/
|
|
7572
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
|
|
7572
7573
|
var SymbolKind;
|
|
7573
7574
|
(function(SymbolKind2) {
|
|
7574
7575
|
SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
|
|
@@ -7636,4 +7637,4 @@ export {
|
|
|
7636
7637
|
* Use of this source code is governed by an MIT-style license that can be
|
|
7637
7638
|
* found in the LICENSE file at https://angular.io/license
|
|
7638
7639
|
*/
|
|
7639
|
-
//# sourceMappingURL=chunk-
|
|
7640
|
+
//# sourceMappingURL=chunk-B5URQIVL.js.map
|