@angular/compiler-cli 17.0.0-rc.1 → 17.0.0-rc.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-47YFDVF5.js → chunk-2I2I3FLR.js} +84 -80
- package/bundles/{chunk-47YFDVF5.js.map → chunk-2I2I3FLR.js.map} +1 -1
- package/bundles/{chunk-W22VYY2W.js → chunk-BV3ZUD7T.js} +5 -5
- package/bundles/{chunk-OULZQUKT.js → chunk-EKTJ7622.js} +7 -7
- package/bundles/{chunk-IB7D76E2.js → chunk-ELZXPNCU.js} +224 -154
- package/bundles/chunk-ELZXPNCU.js.map +6 -0
- package/bundles/{chunk-3O3O4L34.js → chunk-JZC4T2RR.js} +1 -1
- package/bundles/{chunk-CF2CT7RQ.js → chunk-LYJKWJUC.js} +3 -3
- package/bundles/{chunk-L2LBTQAL.js → chunk-MHTLEXGT.js} +4 -4
- package/bundles/{chunk-BBHDYHY4.js → chunk-N7FTHCOD.js} +5 -5
- package/bundles/{chunk-NATK4QBU.js → chunk-OTTOC3WQ.js} +27 -27
- package/bundles/{chunk-W653LDC7.js → chunk-PCMLSPQF.js} +7 -7
- package/bundles/{chunk-UN5ELNTU.js → chunk-SKLJR6LO.js} +396 -352
- package/bundles/chunk-SKLJR6LO.js.map +6 -0
- package/bundles/{chunk-YSUF4ELW.js → chunk-Z4QM3XT4.js} +30 -30
- package/bundles/index.js +15 -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 +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 +3 -3
- package/src/ngtsc/docs/src/decorator_extractor.d.ts +15 -0
- package/src/ngtsc/docs/src/entities.d.ts +13 -2
- package/src/ngtsc/docs/src/jsdoc_extractor.d.ts +2 -2
- package/src/ngtsc/metadata/src/api.d.ts +1 -1
- package/src/ngtsc/translator/index.d.ts +1 -0
- package/src/ngtsc/typecheck/src/environment.d.ts +2 -2
- package/bundles/chunk-IB7D76E2.js.map +0 -6
- package/bundles/chunk-UN5ELNTU.js.map +0 -6
- /package/bundles/{chunk-W22VYY2W.js.map → chunk-BV3ZUD7T.js.map} +0 -0
- /package/bundles/{chunk-OULZQUKT.js.map → chunk-EKTJ7622.js.map} +0 -0
- /package/bundles/{chunk-3O3O4L34.js.map → chunk-JZC4T2RR.js.map} +0 -0
- /package/bundles/{chunk-CF2CT7RQ.js.map → chunk-LYJKWJUC.js.map} +0 -0
- /package/bundles/{chunk-L2LBTQAL.js.map → chunk-MHTLEXGT.js.map} +0 -0
- /package/bundles/{chunk-BBHDYHY4.js.map → chunk-N7FTHCOD.js.map} +0 -0
- /package/bundles/{chunk-NATK4QBU.js.map → chunk-OTTOC3WQ.js.map} +0 -0
- /package/bundles/{chunk-W653LDC7.js.map → chunk-PCMLSPQF.js.map} +0 -0
- /package/bundles/{chunk-YSUF4ELW.js.map → chunk-Z4QM3XT4.js.map} +0 -0
- /package/src/ngtsc/{typecheck → translator}/src/type_emitter.d.ts +0 -0
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
translateExpression,
|
|
8
8
|
translateStatement,
|
|
9
9
|
translateType
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-ELZXPNCU.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-OTTOC3WQ.js";
|
|
34
34
|
import {
|
|
35
35
|
PerfEvent,
|
|
36
36
|
PerfPhase
|
|
37
|
-
} from "./chunk-
|
|
37
|
+
} from "./chunk-BV3ZUD7T.js";
|
|
38
38
|
import {
|
|
39
39
|
absoluteFrom,
|
|
40
40
|
absoluteFromSourceFile,
|
|
41
41
|
relative
|
|
42
|
-
} from "./chunk-
|
|
42
|
+
} from "./chunk-PCMLSPQF.js";
|
|
43
43
|
|
|
44
|
-
// bazel-out/
|
|
44
|
+
// bazel-out/k8-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/k8-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/k8-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/k8-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/k8-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/k8-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/k8-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/k8-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/k8-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,11 +1196,11 @@ function getContainerNode(node) {
|
|
|
1196
1196
|
return node.getSourceFile();
|
|
1197
1197
|
}
|
|
1198
1198
|
|
|
1199
|
-
// bazel-out/
|
|
1199
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
|
|
1200
1200
|
import { LiteralExpr, ReadPropExpr as ReadPropExpr2, WrappedNodeExpr as WrappedNodeExpr2 } from "@angular/compiler";
|
|
1201
1201
|
import ts10 from "typescript";
|
|
1202
1202
|
|
|
1203
|
-
// bazel-out/
|
|
1203
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
|
|
1204
1204
|
var CompilationMode;
|
|
1205
1205
|
(function(CompilationMode2) {
|
|
1206
1206
|
CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
|
|
@@ -1214,7 +1214,7 @@ var HandlerPrecedence;
|
|
|
1214
1214
|
HandlerPrecedence2[HandlerPrecedence2["WEAK"] = 2] = "WEAK";
|
|
1215
1215
|
})(HandlerPrecedence || (HandlerPrecedence = {}));
|
|
1216
1216
|
|
|
1217
|
-
// bazel-out/
|
|
1217
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
|
|
1218
1218
|
import ts4 from "typescript";
|
|
1219
1219
|
function aliasTransformFactory(exportStatements) {
|
|
1220
1220
|
return () => {
|
|
@@ -1237,10 +1237,10 @@ function aliasTransformFactory(exportStatements) {
|
|
|
1237
1237
|
};
|
|
1238
1238
|
}
|
|
1239
1239
|
|
|
1240
|
-
// bazel-out/
|
|
1240
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
1241
1241
|
import ts5 from "typescript";
|
|
1242
1242
|
|
|
1243
|
-
// bazel-out/
|
|
1243
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
|
|
1244
1244
|
var TraitState;
|
|
1245
1245
|
(function(TraitState2) {
|
|
1246
1246
|
TraitState2[TraitState2["Pending"] = 0] = "Pending";
|
|
@@ -1297,7 +1297,7 @@ var TraitImpl = class {
|
|
|
1297
1297
|
}
|
|
1298
1298
|
};
|
|
1299
1299
|
|
|
1300
|
-
// bazel-out/
|
|
1300
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
1301
1301
|
var TraitCompiler = class {
|
|
1302
1302
|
constructor(handlers, reflector, perf, incrementalBuild, compileNonExportedClasses, compilationMode, dtsTransforms, semanticDepGraphUpdater, sourceFileTypeIdentifier) {
|
|
1303
1303
|
this.handlers = handlers;
|
|
@@ -1745,10 +1745,10 @@ function containsErrors(diagnostics) {
|
|
|
1745
1745
|
return diagnostics !== null && diagnostics.some((diag) => diag.category === ts5.DiagnosticCategory.Error);
|
|
1746
1746
|
}
|
|
1747
1747
|
|
|
1748
|
-
// bazel-out/
|
|
1748
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
1749
1749
|
import ts7 from "typescript";
|
|
1750
1750
|
|
|
1751
|
-
// bazel-out/
|
|
1751
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/utils.mjs
|
|
1752
1752
|
import ts6 from "typescript";
|
|
1753
1753
|
function addImports(importManager, sf, extraStatements = []) {
|
|
1754
1754
|
const addedImports = importManager.getAllImports(sf.fileName).map((i) => {
|
|
@@ -1784,7 +1784,7 @@ function isImportStatement(stmt) {
|
|
|
1784
1784
|
return ts6.isImportDeclaration(stmt) || ts6.isImportEqualsDeclaration(stmt) || ts6.isNamespaceImport(stmt);
|
|
1785
1785
|
}
|
|
1786
1786
|
|
|
1787
|
-
// bazel-out/
|
|
1787
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
1788
1788
|
var DtsTransformRegistry = class {
|
|
1789
1789
|
constructor() {
|
|
1790
1790
|
this.ivyDeclarationTransforms = /* @__PURE__ */ new Map();
|
|
@@ -1931,11 +1931,11 @@ function markForEmitAsSingleLine(node) {
|
|
|
1931
1931
|
ts7.forEachChild(node, markForEmitAsSingleLine);
|
|
1932
1932
|
}
|
|
1933
1933
|
|
|
1934
|
-
// bazel-out/
|
|
1934
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
1935
1935
|
import { ConstantPool } from "@angular/compiler";
|
|
1936
1936
|
import ts9 from "typescript";
|
|
1937
1937
|
|
|
1938
|
-
// bazel-out/
|
|
1938
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
|
|
1939
1939
|
import ts8 from "typescript";
|
|
1940
1940
|
function visit(node, visitor, context) {
|
|
1941
1941
|
return visitor._visit(node, context);
|
|
@@ -1996,7 +1996,7 @@ var Visitor = class {
|
|
|
1996
1996
|
}
|
|
1997
1997
|
};
|
|
1998
1998
|
|
|
1999
|
-
// bazel-out/
|
|
1999
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
2000
2000
|
var NO_DECORATORS = /* @__PURE__ */ new Set();
|
|
2001
2001
|
var CLOSURE_FILE_OVERVIEW_REGEXP = /\s+@fileoverview\s+/i;
|
|
2002
2002
|
function ivyTransformFactory(compilation, reflector, importRewriter, defaultImportTracker, perf, isCore, isClosureCompilerEnabled) {
|
|
@@ -2220,7 +2220,7 @@ function nodeArrayFromDecoratorsArray(decorators) {
|
|
|
2220
2220
|
return array;
|
|
2221
2221
|
}
|
|
2222
2222
|
|
|
2223
|
-
// bazel-out/
|
|
2223
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
|
|
2224
2224
|
function getConstructorDependencies(clazz, reflector, isCore, compilationMode) {
|
|
2225
2225
|
const deps = [];
|
|
2226
2226
|
const errors = [];
|
|
@@ -2376,10 +2376,10 @@ function createUnsuitableInjectionTokenError(clazz, error) {
|
|
|
2376
2376
|
return new FatalDiagnosticError(ErrorCode.PARAM_MISSING_TOKEN, param.nameNode, chain, hints);
|
|
2377
2377
|
}
|
|
2378
2378
|
|
|
2379
|
-
// bazel-out/
|
|
2379
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
|
|
2380
2380
|
import ts13 from "typescript";
|
|
2381
2381
|
|
|
2382
|
-
// bazel-out/
|
|
2382
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
|
|
2383
2383
|
var MetaKind;
|
|
2384
2384
|
(function(MetaKind2) {
|
|
2385
2385
|
MetaKind2[MetaKind2["Directive"] = 0] = "Directive";
|
|
@@ -2392,10 +2392,10 @@ var MatchSource;
|
|
|
2392
2392
|
MatchSource2[MatchSource2["HostDirective"] = 1] = "HostDirective";
|
|
2393
2393
|
})(MatchSource || (MatchSource = {}));
|
|
2394
2394
|
|
|
2395
|
-
// bazel-out/
|
|
2395
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
2396
2396
|
import ts12 from "typescript";
|
|
2397
2397
|
|
|
2398
|
-
// bazel-out/
|
|
2398
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
|
|
2399
2399
|
var ClassPropertyMapping = class {
|
|
2400
2400
|
constructor(forwardMap) {
|
|
2401
2401
|
this.forwardMap = forwardMap;
|
|
@@ -2473,7 +2473,7 @@ function reverseMapFromForwardMap(forwardMap) {
|
|
|
2473
2473
|
return reverseMap;
|
|
2474
2474
|
}
|
|
2475
2475
|
|
|
2476
|
-
// bazel-out/
|
|
2476
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
|
|
2477
2477
|
import ts11 from "typescript";
|
|
2478
2478
|
function extractReferencesFromType(checker, def, bestGuessOwningModule) {
|
|
2479
2479
|
if (!ts11.isTupleTypeNode(def)) {
|
|
@@ -2657,7 +2657,7 @@ function hasInjectableFields(clazz, host) {
|
|
|
2657
2657
|
return members.some(({ isStatic, name }) => isStatic && (name === "\u0275prov" || name === "\u0275fac"));
|
|
2658
2658
|
}
|
|
2659
2659
|
|
|
2660
|
-
// bazel-out/
|
|
2660
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
2661
2661
|
var DtsMetadataReader = class {
|
|
2662
2662
|
constructor(checker, reflector) {
|
|
2663
2663
|
this.checker = checker;
|
|
@@ -2832,7 +2832,7 @@ function readHostDirectivesType(checker, type, bestGuessOwningModule) {
|
|
|
2832
2832
|
return result.length > 0 ? result : null;
|
|
2833
2833
|
}
|
|
2834
2834
|
|
|
2835
|
-
// bazel-out/
|
|
2835
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
|
|
2836
2836
|
function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
2837
2837
|
const topMeta = reader.getDirectiveMetadata(dir);
|
|
2838
2838
|
if (topMeta === null) {
|
|
@@ -2890,7 +2890,7 @@ function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
|
2890
2890
|
};
|
|
2891
2891
|
}
|
|
2892
2892
|
|
|
2893
|
-
// bazel-out/
|
|
2893
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
|
|
2894
2894
|
var LocalMetadataRegistry = class {
|
|
2895
2895
|
constructor() {
|
|
2896
2896
|
this.directives = /* @__PURE__ */ new Map();
|
|
@@ -2947,7 +2947,7 @@ var CompoundMetadataRegistry = class {
|
|
|
2947
2947
|
}
|
|
2948
2948
|
};
|
|
2949
2949
|
|
|
2950
|
-
// bazel-out/
|
|
2950
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
|
|
2951
2951
|
var ResourceRegistry = class {
|
|
2952
2952
|
constructor() {
|
|
2953
2953
|
this.externalTemplateToComponentsMap = /* @__PURE__ */ new Map();
|
|
@@ -3012,7 +3012,7 @@ var ResourceRegistry = class {
|
|
|
3012
3012
|
}
|
|
3013
3013
|
};
|
|
3014
3014
|
|
|
3015
|
-
// bazel-out/
|
|
3015
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
|
|
3016
3016
|
var ExportedProviderStatusResolver = class {
|
|
3017
3017
|
constructor(metaReader) {
|
|
3018
3018
|
this.metaReader = metaReader;
|
|
@@ -3056,7 +3056,7 @@ var ExportedProviderStatusResolver = class {
|
|
|
3056
3056
|
}
|
|
3057
3057
|
};
|
|
3058
3058
|
|
|
3059
|
-
// bazel-out/
|
|
3059
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
|
|
3060
3060
|
var EMPTY_ARRAY = [];
|
|
3061
3061
|
var HostDirectivesResolver = class {
|
|
3062
3062
|
constructor(metaReader) {
|
|
@@ -3118,7 +3118,7 @@ function resolveOutput(bindingName) {
|
|
|
3118
3118
|
return bindingName;
|
|
3119
3119
|
}
|
|
3120
3120
|
|
|
3121
|
-
// bazel-out/
|
|
3121
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
|
|
3122
3122
|
function makeDuplicateDeclarationError(node, data, kind) {
|
|
3123
3123
|
const context = [];
|
|
3124
3124
|
for (const decl of data) {
|
|
@@ -3314,7 +3314,7 @@ function getInheritedUndecoratedCtorDiagnostic(node, baseClass, kind) {
|
|
|
3314
3314
|
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}.`);
|
|
3315
3315
|
}
|
|
3316
3316
|
|
|
3317
|
-
// bazel-out/
|
|
3317
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
|
|
3318
3318
|
import { ViewEncapsulation } from "@angular/compiler";
|
|
3319
3319
|
import ts14 from "typescript";
|
|
3320
3320
|
function resolveEnumValue(evaluator, metadata, field, enumSymbolName) {
|
|
@@ -3365,7 +3365,7 @@ function resolveLiteral(decorator, literalCache) {
|
|
|
3365
3365
|
return meta;
|
|
3366
3366
|
}
|
|
3367
3367
|
|
|
3368
|
-
// bazel-out/
|
|
3368
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
|
|
3369
3369
|
import { compileDeclareFactoryFunction, compileFactoryFunction } from "@angular/compiler";
|
|
3370
3370
|
function compileNgFactoryDefField(metadata) {
|
|
3371
3371
|
const res = compileFactoryFunction(metadata);
|
|
@@ -3388,7 +3388,7 @@ function compileDeclareFactory(metadata) {
|
|
|
3388
3388
|
};
|
|
3389
3389
|
}
|
|
3390
3390
|
|
|
3391
|
-
// bazel-out/
|
|
3391
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
|
|
3392
3392
|
var InjectableClassRegistry = class {
|
|
3393
3393
|
constructor(host, isCore) {
|
|
3394
3394
|
this.host = host;
|
|
@@ -3414,7 +3414,7 @@ var InjectableClassRegistry = class {
|
|
|
3414
3414
|
}
|
|
3415
3415
|
};
|
|
3416
3416
|
|
|
3417
|
-
// bazel-out/
|
|
3417
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
|
|
3418
3418
|
import { ArrowFunctionExpr, LiteralArrayExpr, LiteralExpr as LiteralExpr2, literalMap, WrappedNodeExpr as WrappedNodeExpr3 } from "@angular/compiler";
|
|
3419
3419
|
import ts15 from "typescript";
|
|
3420
3420
|
function extractClassMetadata(clazz, reflection, isCore, annotateForClosureCompiler, angularDecoratorTransform = (dec) => dec) {
|
|
@@ -3499,7 +3499,7 @@ function removeIdentifierReferences(node, names) {
|
|
|
3499
3499
|
return result.transformed[0];
|
|
3500
3500
|
}
|
|
3501
3501
|
|
|
3502
|
-
// bazel-out/
|
|
3502
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/debug_info.mjs
|
|
3503
3503
|
import { literal as literal2, WrappedNodeExpr as WrappedNodeExpr4 } from "@angular/compiler";
|
|
3504
3504
|
import * as path from "path";
|
|
3505
3505
|
function extractClassDebugInfo(clazz, reflection, rootDirs, forbidOrphanRendering) {
|
|
@@ -3526,13 +3526,13 @@ function computeRelativePathIfPossible(filePath, rootDirs) {
|
|
|
3526
3526
|
return null;
|
|
3527
3527
|
}
|
|
3528
3528
|
|
|
3529
|
-
// bazel-out/
|
|
3529
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
|
|
3530
3530
|
var NoopReferencesRegistry = class {
|
|
3531
3531
|
add(source, ...references) {
|
|
3532
3532
|
}
|
|
3533
3533
|
};
|
|
3534
3534
|
|
|
3535
|
-
// bazel-out/
|
|
3535
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
|
|
3536
3536
|
import { CUSTOM_ELEMENTS_SCHEMA, NO_ERRORS_SCHEMA } from "@angular/compiler";
|
|
3537
3537
|
function extractSchemas(rawExpr, evaluator, context) {
|
|
3538
3538
|
const schemas = [];
|
|
@@ -3562,7 +3562,7 @@ function extractSchemas(rawExpr, evaluator, context) {
|
|
|
3562
3562
|
return schemas;
|
|
3563
3563
|
}
|
|
3564
3564
|
|
|
3565
|
-
// bazel-out/
|
|
3565
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/input_transforms.mjs
|
|
3566
3566
|
import { outputAst } from "@angular/compiler";
|
|
3567
3567
|
function compileInputTransformFields(inputs) {
|
|
3568
3568
|
const extraFields = [];
|
|
@@ -3580,11 +3580,11 @@ function compileInputTransformFields(inputs) {
|
|
|
3580
3580
|
return extraFields;
|
|
3581
3581
|
}
|
|
3582
3582
|
|
|
3583
|
-
// bazel-out/
|
|
3583
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
3584
3584
|
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";
|
|
3585
3585
|
import ts24 from "typescript";
|
|
3586
3586
|
|
|
3587
|
-
// bazel-out/
|
|
3587
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
|
|
3588
3588
|
import ts16 from "typescript";
|
|
3589
3589
|
var SemanticSymbol = class {
|
|
3590
3590
|
constructor(decl) {
|
|
@@ -3600,7 +3600,7 @@ function getSymbolIdentifier(decl) {
|
|
|
3600
3600
|
return decl.name.text;
|
|
3601
3601
|
}
|
|
3602
3602
|
|
|
3603
|
-
// bazel-out/
|
|
3603
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
|
|
3604
3604
|
import { ExternalExpr as ExternalExpr2 } from "@angular/compiler";
|
|
3605
3605
|
var OpaqueSymbol = class extends SemanticSymbol {
|
|
3606
3606
|
isPublicApiAffected() {
|
|
@@ -3743,10 +3743,10 @@ function getImportPath(expr) {
|
|
|
3743
3743
|
}
|
|
3744
3744
|
}
|
|
3745
3745
|
|
|
3746
|
-
// bazel-out/
|
|
3746
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
3747
3747
|
import ts17 from "typescript";
|
|
3748
3748
|
|
|
3749
|
-
// bazel-out/
|
|
3749
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
|
|
3750
3750
|
function isSymbolEqual(a, b) {
|
|
3751
3751
|
if (a.decl === b.decl) {
|
|
3752
3752
|
return true;
|
|
@@ -3796,7 +3796,7 @@ function isSetEqual(a, b, equalityTester = referenceEquality) {
|
|
|
3796
3796
|
return true;
|
|
3797
3797
|
}
|
|
3798
3798
|
|
|
3799
|
-
// bazel-out/
|
|
3799
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
3800
3800
|
function extractSemanticTypeParameters(node) {
|
|
3801
3801
|
if (!ts17.isClassDeclaration(node) || node.typeParameters === void 0) {
|
|
3802
3802
|
return null;
|
|
@@ -3816,14 +3816,14 @@ function isTypeParameterEqual(a, b) {
|
|
|
3816
3816
|
return a.hasGenericTypeBound === b.hasGenericTypeBound;
|
|
3817
3817
|
}
|
|
3818
3818
|
|
|
3819
|
-
// bazel-out/
|
|
3819
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
|
|
3820
3820
|
var ComponentScopeKind;
|
|
3821
3821
|
(function(ComponentScopeKind2) {
|
|
3822
3822
|
ComponentScopeKind2[ComponentScopeKind2["NgModule"] = 0] = "NgModule";
|
|
3823
3823
|
ComponentScopeKind2[ComponentScopeKind2["Standalone"] = 1] = "Standalone";
|
|
3824
3824
|
})(ComponentScopeKind || (ComponentScopeKind = {}));
|
|
3825
3825
|
|
|
3826
|
-
// bazel-out/
|
|
3826
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
|
|
3827
3827
|
var CompoundComponentScopeReader = class {
|
|
3828
3828
|
constructor(readers) {
|
|
3829
3829
|
this.readers = readers;
|
|
@@ -3848,7 +3848,7 @@ var CompoundComponentScopeReader = class {
|
|
|
3848
3848
|
}
|
|
3849
3849
|
};
|
|
3850
3850
|
|
|
3851
|
-
// bazel-out/
|
|
3851
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
|
|
3852
3852
|
var MetadataDtsModuleScopeResolver = class {
|
|
3853
3853
|
constructor(dtsMetaReader, aliasingHost) {
|
|
3854
3854
|
this.dtsMetaReader = dtsMetaReader;
|
|
@@ -3924,11 +3924,11 @@ var MetadataDtsModuleScopeResolver = class {
|
|
|
3924
3924
|
}
|
|
3925
3925
|
};
|
|
3926
3926
|
|
|
3927
|
-
// bazel-out/
|
|
3927
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
3928
3928
|
import { ExternalExpr as ExternalExpr3 } from "@angular/compiler";
|
|
3929
3929
|
import ts18 from "typescript";
|
|
3930
3930
|
|
|
3931
|
-
// bazel-out/
|
|
3931
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
|
|
3932
3932
|
function getDiagnosticNode(ref, rawExpr) {
|
|
3933
3933
|
return rawExpr !== null ? ref.getOriginForDiagnostics(rawExpr) : ref.node.name;
|
|
3934
3934
|
}
|
|
@@ -3951,7 +3951,7 @@ function makeUnknownComponentImportDiagnostic(ref, rawExpr) {
|
|
|
3951
3951
|
return makeDiagnostic(ErrorCode.COMPONENT_UNKNOWN_IMPORT, getDiagnosticNode(ref, rawExpr), `Component imports must be standalone components, directives, pipes, or must be NgModules.`);
|
|
3952
3952
|
}
|
|
3953
3953
|
|
|
3954
|
-
// bazel-out/
|
|
3954
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
3955
3955
|
var LocalModuleScopeRegistry = class {
|
|
3956
3956
|
constructor(localReader, fullReader, dependencyScopeReader, refEmitter, aliasingHost) {
|
|
3957
3957
|
this.localReader = localReader;
|
|
@@ -4290,7 +4290,7 @@ function reexportCollision(module, refA, refB) {
|
|
|
4290
4290
|
]);
|
|
4291
4291
|
}
|
|
4292
4292
|
|
|
4293
|
-
// bazel-out/
|
|
4293
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
|
|
4294
4294
|
import { CssSelector, SelectorMatcher } from "@angular/compiler";
|
|
4295
4295
|
import ts19 from "typescript";
|
|
4296
4296
|
var TypeCheckScopeRegistry = class {
|
|
@@ -4359,10 +4359,10 @@ var TypeCheckScopeRegistry = class {
|
|
|
4359
4359
|
}
|
|
4360
4360
|
};
|
|
4361
4361
|
|
|
4362
|
-
// bazel-out/
|
|
4362
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
|
|
4363
4363
|
import { compileClassMetadata, compileDeclareClassMetadata, compileDeclareDirectiveFromMetadata, compileDirectiveFromMetadata, FactoryTarget, makeBindingParser, WrappedNodeExpr as WrappedNodeExpr6 } from "@angular/compiler";
|
|
4364
4364
|
|
|
4365
|
-
// bazel-out/
|
|
4365
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
|
|
4366
4366
|
import { createMayBeForwardRefExpression, emitDistinctChangesOnlyDefaultValue, ExternalExpr as ExternalExpr4, getSafePropertyAccessString, parseHostBindings, verifyHostBindings, WrappedNodeExpr as WrappedNodeExpr5 } from "@angular/compiler";
|
|
4367
4367
|
import ts20 from "typescript";
|
|
4368
4368
|
var EMPTY_OBJECT = {};
|
|
@@ -4829,7 +4829,10 @@ function parseInputTransformFunction(clazz, classPropertyName, value, reflector,
|
|
|
4829
4829
|
}
|
|
4830
4830
|
const firstParam = ((_a = definition.parameters[0]) == null ? void 0 : _a.name) === "this" ? definition.parameters[1] : definition.parameters[0];
|
|
4831
4831
|
if (!firstParam) {
|
|
4832
|
-
return {
|
|
4832
|
+
return {
|
|
4833
|
+
node,
|
|
4834
|
+
type: new Reference(ts20.factory.createKeywordTypeNode(ts20.SyntaxKind.UnknownKeyword))
|
|
4835
|
+
};
|
|
4833
4836
|
}
|
|
4834
4837
|
if (!firstParam.type) {
|
|
4835
4838
|
throw createValueHasWrongTypeError(value.node, value, "Input transform function first parameter must have a type");
|
|
@@ -4838,7 +4841,8 @@ function parseInputTransformFunction(clazz, classPropertyName, value, reflector,
|
|
|
4838
4841
|
throw createValueHasWrongTypeError(value.node, value, "Input transform function first parameter cannot be a spread parameter");
|
|
4839
4842
|
}
|
|
4840
4843
|
assertEmittableInputType(firstParam.type, clazz.getSourceFile(), reflector, refEmitter);
|
|
4841
|
-
|
|
4844
|
+
const viaModule = value instanceof Reference ? value.bestGuessOwningModule : null;
|
|
4845
|
+
return { node, type: new Reference(firstParam.type, viaModule) };
|
|
4842
4846
|
}
|
|
4843
4847
|
function assertEmittableInputType(type, contextFile, reflector, refEmitter) {
|
|
4844
4848
|
(function walk(node) {
|
|
@@ -4951,7 +4955,7 @@ function toR3InputMetadata(mapping) {
|
|
|
4951
4955
|
};
|
|
4952
4956
|
}
|
|
4953
4957
|
|
|
4954
|
-
// bazel-out/
|
|
4958
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
|
|
4955
4959
|
var DirectiveSymbol = class extends SemanticSymbol {
|
|
4956
4960
|
constructor(decl, selector, inputs, outputs, exportAs, typeCheckMeta, typeParameters) {
|
|
4957
4961
|
super(decl);
|
|
@@ -5031,7 +5035,7 @@ function isBaseClassEqual(current, previous) {
|
|
|
5031
5035
|
return isSymbolEqual(current, previous);
|
|
5032
5036
|
}
|
|
5033
5037
|
|
|
5034
|
-
// bazel-out/
|
|
5038
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
|
|
5035
5039
|
var FIELD_DECORATORS = [
|
|
5036
5040
|
"Input",
|
|
5037
5041
|
"Output",
|
|
@@ -5203,11 +5207,11 @@ var DirectiveDecoratorHandler = class {
|
|
|
5203
5207
|
}
|
|
5204
5208
|
};
|
|
5205
5209
|
|
|
5206
|
-
// bazel-out/
|
|
5210
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
5207
5211
|
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";
|
|
5208
5212
|
import ts22 from "typescript";
|
|
5209
5213
|
|
|
5210
|
-
// bazel-out/
|
|
5214
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
|
|
5211
5215
|
import ts21 from "typescript";
|
|
5212
5216
|
function createModuleWithProvidersResolver(reflector, isCore) {
|
|
5213
5217
|
function _reflectModuleFromTypeParam(type, node) {
|
|
@@ -5274,7 +5278,7 @@ function isResolvedModuleWithProviders(sv) {
|
|
|
5274
5278
|
return typeof sv.value === "object" && sv.value != null && sv.value.hasOwnProperty("ngModule") && sv.value.hasOwnProperty("mwpCall");
|
|
5275
5279
|
}
|
|
5276
5280
|
|
|
5277
|
-
// bazel-out/
|
|
5281
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
5278
5282
|
var NgModuleSymbol = class extends SemanticSymbol {
|
|
5279
5283
|
constructor(decl, hasProviders) {
|
|
5280
5284
|
super(decl);
|
|
@@ -5843,7 +5847,7 @@ function isSyntheticReference(ref) {
|
|
|
5843
5847
|
return ref.synthetic;
|
|
5844
5848
|
}
|
|
5845
5849
|
|
|
5846
|
-
// bazel-out/
|
|
5850
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
|
|
5847
5851
|
function makeCyclicImportInfo(ref, type, cycle) {
|
|
5848
5852
|
const name = ref.debugName || "(unknown)";
|
|
5849
5853
|
const path2 = cycle.getPath().map((sf) => sf.fileName).join(" -> ");
|
|
@@ -5866,7 +5870,7 @@ function checkCustomElementSelectorForErrors(selector) {
|
|
|
5866
5870
|
return null;
|
|
5867
5871
|
}
|
|
5868
5872
|
|
|
5869
|
-
// bazel-out/
|
|
5873
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
|
|
5870
5874
|
import { DEFAULT_INTERPOLATION_CONFIG, InterpolationConfig, ParseSourceFile as ParseSourceFile2, parseTemplate } from "@angular/compiler";
|
|
5871
5875
|
import ts23 from "typescript";
|
|
5872
5876
|
function getTemplateDeclarationNodeForError(declaration) {
|
|
@@ -6223,7 +6227,7 @@ function _extractTemplateStyleUrls(template) {
|
|
|
6223
6227
|
return template.styleUrls.map((url) => ({ url, source: 1, nodeForError }));
|
|
6224
6228
|
}
|
|
6225
6229
|
|
|
6226
|
-
// bazel-out/
|
|
6230
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
|
|
6227
6231
|
var ComponentSymbol = class extends DirectiveSymbol {
|
|
6228
6232
|
constructor() {
|
|
6229
6233
|
super(...arguments);
|
|
@@ -6258,7 +6262,7 @@ var ComponentSymbol = class extends DirectiveSymbol {
|
|
|
6258
6262
|
}
|
|
6259
6263
|
};
|
|
6260
6264
|
|
|
6261
|
-
// bazel-out/
|
|
6265
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
|
|
6262
6266
|
function collectAnimationNames(value, animationTriggerNames) {
|
|
6263
6267
|
if (value instanceof Map) {
|
|
6264
6268
|
const name = value.get("name");
|
|
@@ -6334,7 +6338,7 @@ function isLikelyModuleWithProviders(value) {
|
|
|
6334
6338
|
return false;
|
|
6335
6339
|
}
|
|
6336
6340
|
|
|
6337
|
-
// bazel-out/
|
|
6341
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
6338
6342
|
var EMPTY_ARRAY2 = [];
|
|
6339
6343
|
var isUsedDirective = (decl) => decl.kind === R3TemplateDependencyKind.Directive;
|
|
6340
6344
|
var isUsedPipe = (decl) => decl.kind === R3TemplateDependencyKind.Pipe;
|
|
@@ -7143,7 +7147,7 @@ function validateStandaloneImports(importRefs, importExpr, metaReader, scopeRead
|
|
|
7143
7147
|
return diagnostics;
|
|
7144
7148
|
}
|
|
7145
7149
|
|
|
7146
|
-
// bazel-out/
|
|
7150
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
|
|
7147
7151
|
import { compileClassMetadata as compileClassMetadata4, compileDeclareClassMetadata as compileDeclareClassMetadata4, compileDeclareInjectableFromMetadata, compileInjectable, createMayBeForwardRefExpression as createMayBeForwardRefExpression2, FactoryTarget as FactoryTarget4, LiteralExpr as LiteralExpr3, WrappedNodeExpr as WrappedNodeExpr9 } from "@angular/compiler";
|
|
7148
7152
|
import ts25 from "typescript";
|
|
7149
7153
|
var InjectableDecoratorHandler = class {
|
|
@@ -7369,7 +7373,7 @@ function getDep(dep, reflector) {
|
|
|
7369
7373
|
return meta;
|
|
7370
7374
|
}
|
|
7371
7375
|
|
|
7372
|
-
// bazel-out/
|
|
7376
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
|
|
7373
7377
|
import { compileClassMetadata as compileClassMetadata5, compileDeclareClassMetadata as compileDeclareClassMetadata5, compileDeclarePipeFromMetadata, compilePipeFromMetadata, FactoryTarget as FactoryTarget5 } from "@angular/compiler";
|
|
7374
7378
|
import ts26 from "typescript";
|
|
7375
7379
|
var PipeSymbol = class extends SemanticSymbol {
|
|
@@ -7521,14 +7525,14 @@ var PipeDecoratorHandler = class {
|
|
|
7521
7525
|
}
|
|
7522
7526
|
};
|
|
7523
7527
|
|
|
7524
|
-
// bazel-out/
|
|
7528
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/checker.mjs
|
|
7525
7529
|
var OptimizeFor;
|
|
7526
7530
|
(function(OptimizeFor2) {
|
|
7527
7531
|
OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
|
|
7528
7532
|
OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
|
|
7529
7533
|
})(OptimizeFor || (OptimizeFor = {}));
|
|
7530
7534
|
|
|
7531
|
-
// bazel-out/
|
|
7535
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
|
|
7532
7536
|
var PotentialImportKind;
|
|
7533
7537
|
(function(PotentialImportKind2) {
|
|
7534
7538
|
PotentialImportKind2[PotentialImportKind2["NgModule"] = 0] = "NgModule";
|
|
@@ -7540,14 +7544,14 @@ var PotentialImportMode;
|
|
|
7540
7544
|
PotentialImportMode2[PotentialImportMode2["ForceDirect"] = 1] = "ForceDirect";
|
|
7541
7545
|
})(PotentialImportMode || (PotentialImportMode = {}));
|
|
7542
7546
|
|
|
7543
|
-
// bazel-out/
|
|
7547
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
|
|
7544
7548
|
var CompletionKind;
|
|
7545
7549
|
(function(CompletionKind2) {
|
|
7546
7550
|
CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
|
|
7547
7551
|
CompletionKind2[CompletionKind2["Variable"] = 1] = "Variable";
|
|
7548
7552
|
})(CompletionKind || (CompletionKind = {}));
|
|
7549
7553
|
|
|
7550
|
-
// bazel-out/
|
|
7554
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
|
|
7551
7555
|
var SymbolKind;
|
|
7552
7556
|
(function(SymbolKind2) {
|
|
7553
7557
|
SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
|
|
@@ -7615,4 +7619,4 @@ export {
|
|
|
7615
7619
|
* Use of this source code is governed by an MIT-style license that can be
|
|
7616
7620
|
* found in the LICENSE file at https://angular.io/license
|
|
7617
7621
|
*/
|
|
7618
|
-
//# sourceMappingURL=chunk-
|
|
7622
|
+
//# sourceMappingURL=chunk-2I2I3FLR.js.map
|