@angular/compiler-cli 15.1.0-next.0 → 15.1.0-next.1
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-KGTNU2UU.js → chunk-36PDXLJA.js} +5 -5
- package/bundles/{chunk-KGTNU2UU.js.map → chunk-36PDXLJA.js.map} +0 -0
- package/bundles/{chunk-XVHC4VAO.js → chunk-4F26FKLW.js} +5 -5
- package/bundles/{chunk-XVHC4VAO.js.map → chunk-4F26FKLW.js.map} +0 -0
- package/bundles/{chunk-A6MA5NDQ.js → chunk-5WGGPKCE.js} +102 -99
- package/bundles/{chunk-A6MA5NDQ.js.map → chunk-5WGGPKCE.js.map} +1 -1
- package/bundles/{chunk-22N3RTKA.js → chunk-ALSLKTUB.js} +7 -7
- package/bundles/{chunk-22N3RTKA.js.map → chunk-ALSLKTUB.js.map} +0 -0
- package/bundles/{chunk-VOEFUUJH.js → chunk-DLVFMDSC.js} +2 -2
- package/bundles/{chunk-VOEFUUJH.js.map → chunk-DLVFMDSC.js.map} +0 -0
- package/bundles/{chunk-UUIUKASM.js → chunk-DSVWG4QJ.js} +2 -2
- package/bundles/{chunk-UUIUKASM.js.map → chunk-DSVWG4QJ.js.map} +0 -0
- package/bundles/{chunk-NXGWYLNC.js → chunk-E7DPJFUS.js} +7 -7
- package/bundles/{chunk-NXGWYLNC.js.map → chunk-E7DPJFUS.js.map} +0 -0
- package/bundles/{chunk-6TLW4724.js → chunk-FCAD5QMI.js} +40 -40
- package/bundles/{chunk-6TLW4724.js.map → chunk-FCAD5QMI.js.map} +0 -0
- package/bundles/{chunk-GIA6ASYG.js → chunk-JGWOWDGB.js} +7 -7
- package/bundles/{chunk-GIA6ASYG.js.map → chunk-JGWOWDGB.js.map} +0 -0
- package/bundles/{chunk-QKS2XPFG.js → chunk-L3Q25PX6.js} +77 -73
- package/bundles/chunk-L3Q25PX6.js.map +6 -0
- package/bundles/{chunk-FPQZA7NP.js → chunk-OFXSI6E3.js} +3 -3
- package/bundles/{chunk-FPQZA7NP.js.map → chunk-OFXSI6E3.js.map} +0 -0
- package/bundles/{chunk-JY5KP5YT.js → chunk-QVO57CDR.js} +4 -4
- package/bundles/{chunk-JY5KP5YT.js.map → chunk-QVO57CDR.js.map} +0 -0
- package/bundles/{chunk-LHZD6YT2.js → chunk-R3UUI3WU.js} +31 -31
- package/bundles/{chunk-LHZD6YT2.js.map → chunk-R3UUI3WU.js.map} +0 -0
- package/bundles/{chunk-TZNP5L2W.js → chunk-TOW3O33K.js} +26 -26
- package/bundles/{chunk-TZNP5L2W.js.map → chunk-TOW3O33K.js.map} +0 -0
- package/bundles/{chunk-OKDR75TI.js → chunk-TTNJEW7O.js} +7 -7
- package/bundles/{chunk-OKDR75TI.js.map → chunk-TTNJEW7O.js.map} +0 -0
- package/bundles/{chunk-JZDWEOSI.js → chunk-W67X7ZYR.js} +71 -71
- package/bundles/{chunk-JZDWEOSI.js.map → chunk-W67X7ZYR.js.map} +0 -0
- package/bundles/index.js +13 -13
- package/bundles/linker/babel/index.js +13 -13
- package/bundles/linker/index.js +5 -5
- package/bundles/ngcc/index.js +13 -13
- package/bundles/ngcc/main-ngcc.js +14 -14
- package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js +14 -14
- package/bundles/ngcc/src/locking/lock_file_with_child_process/ngcc_lock_unlocker.js +4 -4
- package/bundles/private/bazel.js +1 -1
- package/bundles/private/localize.js +3 -3
- package/bundles/private/migrations.js +6 -6
- package/bundles/private/tooling.js +3 -3
- package/bundles/src/bin/ng_xi18n.js +11 -11
- package/bundles/src/bin/ngc.js +9 -9
- package/bundles_metadata.json +1 -1
- package/ngcc/src/packages/build_marker.d.ts +1 -1
- package/package.json +2 -2
- package/src/ngtsc/typecheck/api/scope.d.ts +1 -1
- package/bundles/chunk-QKS2XPFG.js.map +0 -6
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
reflectObjectLiteral,
|
|
14
14
|
reflectTypeEntityToDeclaration,
|
|
15
15
|
typeNodeToValueExpr
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-ALSLKTUB.js";
|
|
17
17
|
import {
|
|
18
18
|
ErrorCode,
|
|
19
19
|
FatalDiagnosticError,
|
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
getSourceFile,
|
|
27
27
|
identifierOfNode,
|
|
28
28
|
isDeclaration,
|
|
29
|
+
isFromDtsFile,
|
|
29
30
|
makeDiagnostic,
|
|
30
31
|
makeRelatedInformation,
|
|
31
32
|
nodeDebugInfo,
|
|
@@ -33,7 +34,7 @@ import {
|
|
|
33
34
|
translateExpression,
|
|
34
35
|
translateStatement,
|
|
35
36
|
translateType
|
|
36
|
-
} from "./chunk-
|
|
37
|
+
} from "./chunk-TOW3O33K.js";
|
|
37
38
|
import {
|
|
38
39
|
combineModifiers,
|
|
39
40
|
createPropertyDeclaration,
|
|
@@ -46,18 +47,18 @@ import {
|
|
|
46
47
|
updateParameterDeclaration,
|
|
47
48
|
updatePropertyDeclaration,
|
|
48
49
|
updateSetAccessorDeclaration
|
|
49
|
-
} from "./chunk-
|
|
50
|
+
} from "./chunk-DSVWG4QJ.js";
|
|
50
51
|
import {
|
|
51
52
|
absoluteFrom,
|
|
52
53
|
absoluteFromSourceFile,
|
|
53
54
|
relative
|
|
54
|
-
} from "./chunk-
|
|
55
|
+
} from "./chunk-E7DPJFUS.js";
|
|
55
56
|
import {
|
|
56
57
|
PerfEvent,
|
|
57
58
|
PerfPhase
|
|
58
|
-
} from "./chunk-
|
|
59
|
+
} from "./chunk-4F26FKLW.js";
|
|
59
60
|
|
|
60
|
-
// bazel-out/
|
|
61
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
|
|
61
62
|
import { ExternalExpr, ParseLocation, ParseSourceFile, ParseSourceSpan, ReadPropExpr, WrappedNodeExpr } from "@angular/compiler";
|
|
62
63
|
import ts from "typescript";
|
|
63
64
|
function valueReferenceToExpression(valueRef) {
|
|
@@ -296,7 +297,7 @@ function isAbstractClassDeclaration(clazz) {
|
|
|
296
297
|
return clazz.modifiers !== void 0 && clazz.modifiers.some((mod) => mod.kind === ts.SyntaxKind.AbstractKeyword);
|
|
297
298
|
}
|
|
298
299
|
|
|
299
|
-
// bazel-out/
|
|
300
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
|
|
300
301
|
var DynamicValue = class {
|
|
301
302
|
constructor(node, reason, code) {
|
|
302
303
|
this.node = node;
|
|
@@ -386,10 +387,10 @@ var DynamicValue = class {
|
|
|
386
387
|
}
|
|
387
388
|
};
|
|
388
389
|
|
|
389
|
-
// bazel-out/
|
|
390
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
390
391
|
import ts2 from "typescript";
|
|
391
392
|
|
|
392
|
-
// bazel-out/
|
|
393
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
|
|
393
394
|
var ResolvedModule = class {
|
|
394
395
|
constructor(exports, evaluate) {
|
|
395
396
|
this.exports = exports;
|
|
@@ -419,7 +420,7 @@ var EnumValue = class {
|
|
|
419
420
|
var KnownFn = class {
|
|
420
421
|
};
|
|
421
422
|
|
|
422
|
-
// bazel-out/
|
|
423
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
|
|
423
424
|
var ArraySliceBuiltinFn = class extends KnownFn {
|
|
424
425
|
constructor(lhs) {
|
|
425
426
|
super();
|
|
@@ -490,7 +491,7 @@ var ObjectAssignBuiltinFn = class extends KnownFn {
|
|
|
490
491
|
}
|
|
491
492
|
};
|
|
492
493
|
|
|
493
|
-
// bazel-out/
|
|
494
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/ts_helpers.mjs
|
|
494
495
|
var AssignHelperFn = class extends ObjectAssignBuiltinFn {
|
|
495
496
|
};
|
|
496
497
|
var SpreadHelperFn = class extends KnownFn {
|
|
@@ -543,7 +544,7 @@ var ReadHelperFn = class extends KnownFn {
|
|
|
543
544
|
}
|
|
544
545
|
};
|
|
545
546
|
|
|
546
|
-
// bazel-out/
|
|
547
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/known_declaration.mjs
|
|
547
548
|
var jsGlobalObjectValue = /* @__PURE__ */ new Map([["assign", new ObjectAssignBuiltinFn()]]);
|
|
548
549
|
var assignTsHelperFn = new AssignHelperFn();
|
|
549
550
|
var spreadTsHelperFn = new SpreadHelperFn();
|
|
@@ -567,14 +568,14 @@ function resolveKnownDeclaration(decl) {
|
|
|
567
568
|
}
|
|
568
569
|
}
|
|
569
570
|
|
|
570
|
-
// bazel-out/
|
|
571
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
|
|
571
572
|
var SyntheticValue = class {
|
|
572
573
|
constructor(value) {
|
|
573
574
|
this.value = value;
|
|
574
575
|
}
|
|
575
576
|
};
|
|
576
577
|
|
|
577
|
-
// bazel-out/
|
|
578
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
578
579
|
function literalBinaryOp(op) {
|
|
579
580
|
return { op, literal: true };
|
|
580
581
|
}
|
|
@@ -1160,7 +1161,7 @@ function owningModule(context, override = null) {
|
|
|
1160
1161
|
}
|
|
1161
1162
|
}
|
|
1162
1163
|
|
|
1163
|
-
// bazel-out/
|
|
1164
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
|
|
1164
1165
|
var PartialEvaluator = class {
|
|
1165
1166
|
constructor(host, checker, dependencyTracker) {
|
|
1166
1167
|
this.host = host;
|
|
@@ -1180,7 +1181,7 @@ var PartialEvaluator = class {
|
|
|
1180
1181
|
}
|
|
1181
1182
|
};
|
|
1182
1183
|
|
|
1183
|
-
// bazel-out/
|
|
1184
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
|
|
1184
1185
|
import ts3 from "typescript";
|
|
1185
1186
|
function describeResolvedType(value, maxDepth = 1) {
|
|
1186
1187
|
var _a, _b;
|
|
@@ -1310,7 +1311,7 @@ function getContainerNode(node) {
|
|
|
1310
1311
|
return node.getSourceFile();
|
|
1311
1312
|
}
|
|
1312
1313
|
|
|
1313
|
-
// bazel-out/
|
|
1314
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
|
|
1314
1315
|
import { LiteralExpr, WrappedNodeExpr as WrappedNodeExpr2 } from "@angular/compiler";
|
|
1315
1316
|
import ts4 from "typescript";
|
|
1316
1317
|
function getConstructorDependencies(clazz, reflector, isCore) {
|
|
@@ -1454,10 +1455,10 @@ function createUnsuitableInjectionTokenError(clazz, error) {
|
|
|
1454
1455
|
return new FatalDiagnosticError(ErrorCode.PARAM_MISSING_TOKEN, param.nameNode, chain, hints);
|
|
1455
1456
|
}
|
|
1456
1457
|
|
|
1457
|
-
// bazel-out/
|
|
1458
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
|
|
1458
1459
|
import ts7 from "typescript";
|
|
1459
1460
|
|
|
1460
|
-
// bazel-out/
|
|
1461
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
|
|
1461
1462
|
var MetaKind;
|
|
1462
1463
|
(function(MetaKind2) {
|
|
1463
1464
|
MetaKind2[MetaKind2["Directive"] = 0] = "Directive";
|
|
@@ -1470,10 +1471,10 @@ var MatchSource;
|
|
|
1470
1471
|
MatchSource2[MatchSource2["HostDirective"] = 1] = "HostDirective";
|
|
1471
1472
|
})(MatchSource || (MatchSource = {}));
|
|
1472
1473
|
|
|
1473
|
-
// bazel-out/
|
|
1474
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
1474
1475
|
import ts6 from "typescript";
|
|
1475
1476
|
|
|
1476
|
-
// bazel-out/
|
|
1477
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
|
|
1477
1478
|
var ClassPropertyMapping = class {
|
|
1478
1479
|
constructor(forwardMap) {
|
|
1479
1480
|
this.forwardMap = forwardMap;
|
|
@@ -1549,7 +1550,7 @@ function reverseMapFromForwardMap(forwardMap) {
|
|
|
1549
1550
|
return reverseMap;
|
|
1550
1551
|
}
|
|
1551
1552
|
|
|
1552
|
-
// bazel-out/
|
|
1553
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
|
|
1553
1554
|
import ts5 from "typescript";
|
|
1554
1555
|
function extractReferencesFromType(checker, def, bestGuessOwningModule) {
|
|
1555
1556
|
if (!ts5.isTupleTypeNode(def)) {
|
|
@@ -1731,7 +1732,7 @@ function hasInjectableFields(clazz, host) {
|
|
|
1731
1732
|
return members.some(({ isStatic, name }) => isStatic && (name === "\u0275prov" || name === "\u0275fac"));
|
|
1732
1733
|
}
|
|
1733
1734
|
|
|
1734
|
-
// bazel-out/
|
|
1735
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
1735
1736
|
var DtsMetadataReader = class {
|
|
1736
1737
|
constructor(checker, reflector) {
|
|
1737
1738
|
this.checker = checker;
|
|
@@ -1870,7 +1871,7 @@ function readHostDirectivesType(checker, type, bestGuessOwningModule) {
|
|
|
1870
1871
|
return result.length > 0 ? result : null;
|
|
1871
1872
|
}
|
|
1872
1873
|
|
|
1873
|
-
// bazel-out/
|
|
1874
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
|
|
1874
1875
|
function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
1875
1876
|
const topMeta = reader.getDirectiveMetadata(dir);
|
|
1876
1877
|
if (topMeta === null) {
|
|
@@ -1928,7 +1929,7 @@ function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
|
1928
1929
|
};
|
|
1929
1930
|
}
|
|
1930
1931
|
|
|
1931
|
-
// bazel-out/
|
|
1932
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
|
|
1932
1933
|
var LocalMetadataRegistry = class {
|
|
1933
1934
|
constructor() {
|
|
1934
1935
|
this.directives = /* @__PURE__ */ new Map();
|
|
@@ -1985,7 +1986,7 @@ var CompoundMetadataRegistry = class {
|
|
|
1985
1986
|
}
|
|
1986
1987
|
};
|
|
1987
1988
|
|
|
1988
|
-
// bazel-out/
|
|
1989
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
|
|
1989
1990
|
var ResourceRegistry = class {
|
|
1990
1991
|
constructor() {
|
|
1991
1992
|
this.externalTemplateToComponentsMap = /* @__PURE__ */ new Map();
|
|
@@ -2050,7 +2051,7 @@ var ResourceRegistry = class {
|
|
|
2050
2051
|
}
|
|
2051
2052
|
};
|
|
2052
2053
|
|
|
2053
|
-
// bazel-out/
|
|
2054
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
|
|
2054
2055
|
var EMPTY_ARRAY = [];
|
|
2055
2056
|
var HostDirectivesResolver = class {
|
|
2056
2057
|
constructor(metaReader) {
|
|
@@ -2101,7 +2102,7 @@ var HostDirectivesResolver = class {
|
|
|
2101
2102
|
}
|
|
2102
2103
|
};
|
|
2103
2104
|
|
|
2104
|
-
// bazel-out/
|
|
2105
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
|
|
2105
2106
|
function makeDuplicateDeclarationError(node, data, kind) {
|
|
2106
2107
|
const context = [];
|
|
2107
2108
|
for (const decl of data) {
|
|
@@ -2226,6 +2227,9 @@ function checkInheritanceOfInjectable(node, injectableRegistry, reflector, evalu
|
|
|
2226
2227
|
if (!classWithCtor.isDecorated) {
|
|
2227
2228
|
return getInheritedUndecoratedCtorDiagnostic(node, classWithCtor.ref, kind);
|
|
2228
2229
|
}
|
|
2230
|
+
if (isFromDtsFile(classWithCtor.ref.node)) {
|
|
2231
|
+
return null;
|
|
2232
|
+
}
|
|
2229
2233
|
if (!strictInjectionParameters || isAbstractClassDeclaration(node)) {
|
|
2230
2234
|
return null;
|
|
2231
2235
|
}
|
|
@@ -2273,7 +2277,7 @@ function getInheritedUndecoratedCtorDiagnostic(node, baseClass, kind) {
|
|
|
2273
2277
|
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}.`);
|
|
2274
2278
|
}
|
|
2275
2279
|
|
|
2276
|
-
// bazel-out/
|
|
2280
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
|
|
2277
2281
|
import ts8 from "typescript";
|
|
2278
2282
|
function resolveEnumValue(evaluator, metadata, field, enumSymbolName) {
|
|
2279
2283
|
let resolved = null;
|
|
@@ -2306,7 +2310,7 @@ function resolveLiteral(decorator, literalCache) {
|
|
|
2306
2310
|
return meta;
|
|
2307
2311
|
}
|
|
2308
2312
|
|
|
2309
|
-
// bazel-out/
|
|
2313
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
|
|
2310
2314
|
import { compileDeclareFactoryFunction, compileFactoryFunction } from "@angular/compiler";
|
|
2311
2315
|
function compileNgFactoryDefField(metadata) {
|
|
2312
2316
|
const res = compileFactoryFunction(metadata);
|
|
@@ -2317,7 +2321,7 @@ function compileDeclareFactory(metadata) {
|
|
|
2317
2321
|
return { name: "\u0275fac", initializer: res.expression, statements: res.statements, type: res.type };
|
|
2318
2322
|
}
|
|
2319
2323
|
|
|
2320
|
-
// bazel-out/
|
|
2324
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
|
|
2321
2325
|
var InjectableClassRegistry = class {
|
|
2322
2326
|
constructor(host, isCore) {
|
|
2323
2327
|
this.host = host;
|
|
@@ -2343,7 +2347,7 @@ var InjectableClassRegistry = class {
|
|
|
2343
2347
|
}
|
|
2344
2348
|
};
|
|
2345
2349
|
|
|
2346
|
-
// bazel-out/
|
|
2350
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
|
|
2347
2351
|
import { FunctionExpr, LiteralArrayExpr, LiteralExpr as LiteralExpr2, literalMap, ReturnStatement, WrappedNodeExpr as WrappedNodeExpr3 } from "@angular/compiler";
|
|
2348
2352
|
import ts9 from "typescript";
|
|
2349
2353
|
function extractClassMetadata(clazz, reflection, isCore, annotateForClosureCompiler, angularDecoratorTransform = (dec) => dec) {
|
|
@@ -2430,13 +2434,13 @@ function removeIdentifierReferences(node, name) {
|
|
|
2430
2434
|
return result.transformed[0];
|
|
2431
2435
|
}
|
|
2432
2436
|
|
|
2433
|
-
// bazel-out/
|
|
2437
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
|
|
2434
2438
|
var NoopReferencesRegistry = class {
|
|
2435
2439
|
add(source, ...references) {
|
|
2436
2440
|
}
|
|
2437
2441
|
};
|
|
2438
2442
|
|
|
2439
|
-
// bazel-out/
|
|
2443
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
|
|
2440
2444
|
import { CUSTOM_ELEMENTS_SCHEMA, NO_ERRORS_SCHEMA } from "@angular/compiler";
|
|
2441
2445
|
function extractSchemas(rawExpr, evaluator, context) {
|
|
2442
2446
|
const schemas = [];
|
|
@@ -2466,11 +2470,11 @@ function extractSchemas(rawExpr, evaluator, context) {
|
|
|
2466
2470
|
return schemas;
|
|
2467
2471
|
}
|
|
2468
2472
|
|
|
2469
|
-
// bazel-out/
|
|
2473
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
2470
2474
|
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";
|
|
2471
2475
|
import ts24 from "typescript";
|
|
2472
2476
|
|
|
2473
|
-
// bazel-out/
|
|
2477
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
|
|
2474
2478
|
import ts10 from "typescript";
|
|
2475
2479
|
var SemanticSymbol = class {
|
|
2476
2480
|
constructor(decl) {
|
|
@@ -2486,7 +2490,7 @@ function getSymbolIdentifier(decl) {
|
|
|
2486
2490
|
return decl.name.text;
|
|
2487
2491
|
}
|
|
2488
2492
|
|
|
2489
|
-
// bazel-out/
|
|
2493
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
|
|
2490
2494
|
import { ExternalExpr as ExternalExpr2 } from "@angular/compiler";
|
|
2491
2495
|
var OpaqueSymbol = class extends SemanticSymbol {
|
|
2492
2496
|
isPublicApiAffected() {
|
|
@@ -2629,10 +2633,10 @@ function getImportPath(expr) {
|
|
|
2629
2633
|
}
|
|
2630
2634
|
}
|
|
2631
2635
|
|
|
2632
|
-
// bazel-out/
|
|
2636
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
2633
2637
|
import ts11 from "typescript";
|
|
2634
2638
|
|
|
2635
|
-
// bazel-out/
|
|
2639
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
|
|
2636
2640
|
function isSymbolEqual(a, b) {
|
|
2637
2641
|
if (a.decl === b.decl) {
|
|
2638
2642
|
return true;
|
|
@@ -2682,7 +2686,7 @@ function isSetEqual(a, b, equalityTester = referenceEquality) {
|
|
|
2682
2686
|
return true;
|
|
2683
2687
|
}
|
|
2684
2688
|
|
|
2685
|
-
// bazel-out/
|
|
2689
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
2686
2690
|
function extractSemanticTypeParameters(node) {
|
|
2687
2691
|
if (!ts11.isClassDeclaration(node) || node.typeParameters === void 0) {
|
|
2688
2692
|
return null;
|
|
@@ -2702,14 +2706,14 @@ function isTypeParameterEqual(a, b) {
|
|
|
2702
2706
|
return a.hasGenericTypeBound === b.hasGenericTypeBound;
|
|
2703
2707
|
}
|
|
2704
2708
|
|
|
2705
|
-
// bazel-out/
|
|
2709
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
|
|
2706
2710
|
var ComponentScopeKind;
|
|
2707
2711
|
(function(ComponentScopeKind2) {
|
|
2708
2712
|
ComponentScopeKind2[ComponentScopeKind2["NgModule"] = 0] = "NgModule";
|
|
2709
2713
|
ComponentScopeKind2[ComponentScopeKind2["Standalone"] = 1] = "Standalone";
|
|
2710
2714
|
})(ComponentScopeKind || (ComponentScopeKind = {}));
|
|
2711
2715
|
|
|
2712
|
-
// bazel-out/
|
|
2716
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
|
|
2713
2717
|
var CompoundComponentScopeReader = class {
|
|
2714
2718
|
constructor(readers) {
|
|
2715
2719
|
this.readers = readers;
|
|
@@ -2734,7 +2738,7 @@ var CompoundComponentScopeReader = class {
|
|
|
2734
2738
|
}
|
|
2735
2739
|
};
|
|
2736
2740
|
|
|
2737
|
-
// bazel-out/
|
|
2741
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
|
|
2738
2742
|
var MetadataDtsModuleScopeResolver = class {
|
|
2739
2743
|
constructor(dtsMetaReader, aliasingHost) {
|
|
2740
2744
|
this.dtsMetaReader = dtsMetaReader;
|
|
@@ -2810,11 +2814,11 @@ var MetadataDtsModuleScopeResolver = class {
|
|
|
2810
2814
|
}
|
|
2811
2815
|
};
|
|
2812
2816
|
|
|
2813
|
-
// bazel-out/
|
|
2817
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
2814
2818
|
import { ExternalExpr as ExternalExpr3 } from "@angular/compiler";
|
|
2815
2819
|
import ts12 from "typescript";
|
|
2816
2820
|
|
|
2817
|
-
// bazel-out/
|
|
2821
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
|
|
2818
2822
|
function getDiagnosticNode(ref, rawExpr) {
|
|
2819
2823
|
return rawExpr !== null ? ref.getOriginForDiagnostics(rawExpr) : ref.node.name;
|
|
2820
2824
|
}
|
|
@@ -2837,7 +2841,7 @@ function makeUnknownComponentImportDiagnostic(ref, rawExpr) {
|
|
|
2837
2841
|
return makeDiagnostic(ErrorCode.COMPONENT_UNKNOWN_IMPORT, getDiagnosticNode(ref, rawExpr), `Component imports must be standalone components, directives, pipes, or must be NgModules.`);
|
|
2838
2842
|
}
|
|
2839
2843
|
|
|
2840
|
-
// bazel-out/
|
|
2844
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
2841
2845
|
var LocalModuleScopeRegistry = class {
|
|
2842
2846
|
constructor(localReader, fullReader, dependencyScopeReader, refEmitter, aliasingHost) {
|
|
2843
2847
|
this.localReader = localReader;
|
|
@@ -3176,7 +3180,7 @@ function reexportCollision(module, refA, refB) {
|
|
|
3176
3180
|
]);
|
|
3177
3181
|
}
|
|
3178
3182
|
|
|
3179
|
-
// bazel-out/
|
|
3183
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
|
|
3180
3184
|
import { CssSelector, SelectorMatcher } from "@angular/compiler";
|
|
3181
3185
|
import ts13 from "typescript";
|
|
3182
3186
|
var TypeCheckScopeRegistry = class {
|
|
@@ -3239,7 +3243,7 @@ var TypeCheckScopeRegistry = class {
|
|
|
3239
3243
|
}
|
|
3240
3244
|
};
|
|
3241
3245
|
|
|
3242
|
-
// bazel-out/
|
|
3246
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
|
|
3243
3247
|
var CompilationMode;
|
|
3244
3248
|
(function(CompilationMode2) {
|
|
3245
3249
|
CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
|
|
@@ -3257,7 +3261,7 @@ var HandlerFlags;
|
|
|
3257
3261
|
HandlerFlags2[HandlerFlags2["FULL_INHERITANCE"] = 1] = "FULL_INHERITANCE";
|
|
3258
3262
|
})(HandlerFlags || (HandlerFlags = {}));
|
|
3259
3263
|
|
|
3260
|
-
// bazel-out/
|
|
3264
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
|
|
3261
3265
|
import ts14 from "typescript";
|
|
3262
3266
|
function aliasTransformFactory(exportStatements) {
|
|
3263
3267
|
return (context) => {
|
|
@@ -3281,10 +3285,10 @@ function aliasTransformFactory(exportStatements) {
|
|
|
3281
3285
|
};
|
|
3282
3286
|
}
|
|
3283
3287
|
|
|
3284
|
-
// bazel-out/
|
|
3288
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
3285
3289
|
import ts15 from "typescript";
|
|
3286
3290
|
|
|
3287
|
-
// bazel-out/
|
|
3291
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
|
|
3288
3292
|
var TraitState;
|
|
3289
3293
|
(function(TraitState2) {
|
|
3290
3294
|
TraitState2[TraitState2["Pending"] = 0] = "Pending";
|
|
@@ -3339,7 +3343,7 @@ var TraitImpl = class {
|
|
|
3339
3343
|
}
|
|
3340
3344
|
};
|
|
3341
3345
|
|
|
3342
|
-
// bazel-out/
|
|
3346
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
3343
3347
|
var TraitCompiler = class {
|
|
3344
3348
|
constructor(handlers, reflector, perf, incrementalBuild, compileNonExportedClasses, compilationMode, dtsTransforms, semanticDepGraphUpdater, sourceFileTypeIdentifier) {
|
|
3345
3349
|
this.handlers = handlers;
|
|
@@ -3783,10 +3787,10 @@ function containsErrors(diagnostics) {
|
|
|
3783
3787
|
return diagnostics !== null && diagnostics.some((diag) => diag.category === ts15.DiagnosticCategory.Error);
|
|
3784
3788
|
}
|
|
3785
3789
|
|
|
3786
|
-
// bazel-out/
|
|
3790
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
3787
3791
|
import ts17 from "typescript";
|
|
3788
3792
|
|
|
3789
|
-
// bazel-out/
|
|
3793
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/utils.mjs
|
|
3790
3794
|
import ts16 from "typescript";
|
|
3791
3795
|
function addImports(importManager, sf, extraStatements = []) {
|
|
3792
3796
|
const addedImports = importManager.getAllImports(sf.fileName).map((i) => {
|
|
@@ -3823,7 +3827,7 @@ function isImportStatement(stmt) {
|
|
|
3823
3827
|
return ts16.isImportDeclaration(stmt) || ts16.isImportEqualsDeclaration(stmt) || ts16.isNamespaceImport(stmt);
|
|
3824
3828
|
}
|
|
3825
3829
|
|
|
3826
|
-
// bazel-out/
|
|
3830
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
3827
3831
|
var DtsTransformRegistry = class {
|
|
3828
3832
|
constructor() {
|
|
3829
3833
|
this.ivyDeclarationTransforms = /* @__PURE__ */ new Map();
|
|
@@ -3968,11 +3972,11 @@ function markForEmitAsSingleLine(node) {
|
|
|
3968
3972
|
ts17.forEachChild(node, markForEmitAsSingleLine);
|
|
3969
3973
|
}
|
|
3970
3974
|
|
|
3971
|
-
// bazel-out/
|
|
3975
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
3972
3976
|
import { ConstantPool } from "@angular/compiler";
|
|
3973
3977
|
import ts19 from "typescript";
|
|
3974
3978
|
|
|
3975
|
-
// bazel-out/
|
|
3979
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
|
|
3976
3980
|
import ts18 from "typescript";
|
|
3977
3981
|
function visit(node, visitor, context) {
|
|
3978
3982
|
return visitor._visit(node, context);
|
|
@@ -4033,7 +4037,7 @@ var Visitor = class {
|
|
|
4033
4037
|
}
|
|
4034
4038
|
};
|
|
4035
4039
|
|
|
4036
|
-
// bazel-out/
|
|
4040
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
4037
4041
|
var NO_DECORATORS = /* @__PURE__ */ new Set();
|
|
4038
4042
|
var CLOSURE_FILE_OVERVIEW_REGEXP = /\s+@fileoverview\s+/i;
|
|
4039
4043
|
function ivyTransformFactory(compilation, reflector, importRewriter, defaultImportTracker, perf, isCore, isClosureCompilerEnabled) {
|
|
@@ -4233,10 +4237,10 @@ function nodeArrayFromDecoratorsArray(decorators) {
|
|
|
4233
4237
|
return array;
|
|
4234
4238
|
}
|
|
4235
4239
|
|
|
4236
|
-
// bazel-out/
|
|
4240
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
|
|
4237
4241
|
import { compileClassMetadata, compileDeclareClassMetadata, compileDeclareDirectiveFromMetadata, compileDirectiveFromMetadata, FactoryTarget, makeBindingParser, WrappedNodeExpr as WrappedNodeExpr5 } from "@angular/compiler";
|
|
4238
4242
|
|
|
4239
|
-
// bazel-out/
|
|
4243
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
|
|
4240
4244
|
import { createMayBeForwardRefExpression, emitDistinctChangesOnlyDefaultValue, ExternalExpr as ExternalExpr4, getSafePropertyAccessString, parseHostBindings, verifyHostBindings, WrappedNodeExpr as WrappedNodeExpr4 } from "@angular/compiler";
|
|
4241
4245
|
import ts20 from "typescript";
|
|
4242
4246
|
var EMPTY_OBJECT = {};
|
|
@@ -4653,7 +4657,7 @@ function toHostDirectiveMetadata(hostDirective, context, refEmitter) {
|
|
|
4653
4657
|
};
|
|
4654
4658
|
}
|
|
4655
4659
|
|
|
4656
|
-
// bazel-out/
|
|
4660
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
|
|
4657
4661
|
var DirectiveSymbol = class extends SemanticSymbol {
|
|
4658
4662
|
constructor(decl, selector, inputs, outputs, exportAs, typeCheckMeta, typeParameters) {
|
|
4659
4663
|
super(decl);
|
|
@@ -4730,7 +4734,7 @@ function isBaseClassEqual(current, previous) {
|
|
|
4730
4734
|
return isSymbolEqual(current, previous);
|
|
4731
4735
|
}
|
|
4732
4736
|
|
|
4733
|
-
// bazel-out/
|
|
4737
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
|
|
4734
4738
|
var FIELD_DECORATORS = [
|
|
4735
4739
|
"Input",
|
|
4736
4740
|
"Output",
|
|
@@ -4889,11 +4893,11 @@ var DirectiveDecoratorHandler = class {
|
|
|
4889
4893
|
}
|
|
4890
4894
|
};
|
|
4891
4895
|
|
|
4892
|
-
// bazel-out/
|
|
4896
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
4893
4897
|
import { compileClassMetadata as compileClassMetadata2, compileDeclareClassMetadata as compileDeclareClassMetadata2, compileDeclareInjectorFromMetadata, compileDeclareNgModuleFromMetadata, compileInjector, compileNgModule, ExternalExpr as ExternalExpr5, FactoryTarget as FactoryTarget2, FunctionExpr as FunctionExpr2, InvokeFunctionExpr, LiteralArrayExpr as LiteralArrayExpr2, R3Identifiers, R3SelectorScopeMode, ReturnStatement as ReturnStatement2, WrappedNodeExpr as WrappedNodeExpr6 } from "@angular/compiler";
|
|
4894
4898
|
import ts22 from "typescript";
|
|
4895
4899
|
|
|
4896
|
-
// bazel-out/
|
|
4900
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
|
|
4897
4901
|
import ts21 from "typescript";
|
|
4898
4902
|
function createModuleWithProvidersResolver(reflector, isCore) {
|
|
4899
4903
|
function _reflectModuleFromTypeParam(type, node) {
|
|
@@ -4960,7 +4964,7 @@ function isResolvedModuleWithProviders(sv) {
|
|
|
4960
4964
|
return typeof sv.value === "object" && sv.value != null && sv.value.hasOwnProperty("ngModule") && sv.value.hasOwnProperty("mwpCall");
|
|
4961
4965
|
}
|
|
4962
4966
|
|
|
4963
|
-
// bazel-out/
|
|
4967
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
4964
4968
|
var NgModuleSymbol = class extends SemanticSymbol {
|
|
4965
4969
|
constructor() {
|
|
4966
4970
|
super(...arguments);
|
|
@@ -5464,7 +5468,7 @@ function isSyntheticReference(ref) {
|
|
|
5464
5468
|
return ref.synthetic;
|
|
5465
5469
|
}
|
|
5466
5470
|
|
|
5467
|
-
// bazel-out/
|
|
5471
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
|
|
5468
5472
|
function makeCyclicImportInfo(ref, type, cycle) {
|
|
5469
5473
|
const name = ref.debugName || "(unknown)";
|
|
5470
5474
|
const path = cycle.getPath().map((sf) => sf.fileName).join(" -> ");
|
|
@@ -5487,7 +5491,7 @@ function checkCustomElementSelectorForErrors(selector) {
|
|
|
5487
5491
|
return null;
|
|
5488
5492
|
}
|
|
5489
5493
|
|
|
5490
|
-
// bazel-out/
|
|
5494
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
|
|
5491
5495
|
import { DEFAULT_INTERPOLATION_CONFIG, InterpolationConfig, ParseSourceFile as ParseSourceFile2, parseTemplate } from "@angular/compiler";
|
|
5492
5496
|
import ts23 from "typescript";
|
|
5493
5497
|
function getTemplateDeclarationNodeForError(declaration) {
|
|
@@ -5800,7 +5804,7 @@ function _extractTemplateStyleUrls(template) {
|
|
|
5800
5804
|
return template.styleUrls.map((url) => ({ url, source: 1, nodeForError }));
|
|
5801
5805
|
}
|
|
5802
5806
|
|
|
5803
|
-
// bazel-out/
|
|
5807
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
|
|
5804
5808
|
var ComponentSymbol = class extends DirectiveSymbol {
|
|
5805
5809
|
constructor() {
|
|
5806
5810
|
super(...arguments);
|
|
@@ -5835,7 +5839,7 @@ var ComponentSymbol = class extends DirectiveSymbol {
|
|
|
5835
5839
|
}
|
|
5836
5840
|
};
|
|
5837
5841
|
|
|
5838
|
-
// bazel-out/
|
|
5842
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
|
|
5839
5843
|
function collectAnimationNames(value, animationTriggerNames) {
|
|
5840
5844
|
if (value instanceof Map) {
|
|
5841
5845
|
const name = value.get("name");
|
|
@@ -5911,7 +5915,7 @@ function isLikelyModuleWithProviders(value) {
|
|
|
5911
5915
|
return false;
|
|
5912
5916
|
}
|
|
5913
5917
|
|
|
5914
|
-
// bazel-out/
|
|
5918
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
5915
5919
|
var EMPTY_ARRAY2 = [];
|
|
5916
5920
|
var ComponentDecoratorHandler = class {
|
|
5917
5921
|
constructor(reflector, evaluator, metaRegistry, metaReader, scopeReader, dtsScopeReader, scopeRegistry, typeCheckScopeRegistry, resourceRegistry, isCore, strictCtorDeps, resourceLoader, rootDirs, defaultPreserveWhitespaces, i18nUseExternalIds, enableI18nLegacyMessageIdFormat, usePoisonedData, i18nNormalizeLineEndingsInICUs, moduleResolver, cycleAnalyzer, cycleHandlingStrategy, refEmitter, depTracker, injectableRegistry, semanticDepGraphUpdater, annotateForClosureCompiler, perf, hostDirectivesResolver) {
|
|
@@ -6555,7 +6559,7 @@ function validateStandaloneImports(importRefs, importExpr, metaReader, scopeRead
|
|
|
6555
6559
|
return diagnostics;
|
|
6556
6560
|
}
|
|
6557
6561
|
|
|
6558
|
-
// bazel-out/
|
|
6562
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
|
|
6559
6563
|
import { compileClassMetadata as compileClassMetadata4, compileDeclareClassMetadata as compileDeclareClassMetadata4, compileDeclareInjectableFromMetadata, compileInjectable, createMayBeForwardRefExpression as createMayBeForwardRefExpression2, FactoryTarget as FactoryTarget4, LiteralExpr as LiteralExpr3, WrappedNodeExpr as WrappedNodeExpr8 } from "@angular/compiler";
|
|
6560
6564
|
import ts25 from "typescript";
|
|
6561
6565
|
var InjectableDecoratorHandler = class {
|
|
@@ -6772,7 +6776,7 @@ function getDep(dep, reflector) {
|
|
|
6772
6776
|
return meta;
|
|
6773
6777
|
}
|
|
6774
6778
|
|
|
6775
|
-
// bazel-out/
|
|
6779
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
|
|
6776
6780
|
import { compileClassMetadata as compileClassMetadata5, compileDeclareClassMetadata as compileDeclareClassMetadata5, compileDeclarePipeFromMetadata, compilePipeFromMetadata, FactoryTarget as FactoryTarget5, WrappedNodeExpr as WrappedNodeExpr9 } from "@angular/compiler";
|
|
6777
6781
|
import ts26 from "typescript";
|
|
6778
6782
|
var PipeSymbol = class extends SemanticSymbol {
|
|
@@ -6967,4 +6971,4 @@ export {
|
|
|
6967
6971
|
* Use of this source code is governed by an MIT-style license that can be
|
|
6968
6972
|
* found in the LICENSE file at https://angular.io/license
|
|
6969
6973
|
*/
|
|
6970
|
-
//# sourceMappingURL=chunk-
|
|
6974
|
+
//# sourceMappingURL=chunk-L3Q25PX6.js.map
|