@angular/compiler-cli 15.0.0-rc.1 → 15.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-2J6P344S.js → chunk-24QFMHYM.js} +31 -31
- package/bundles/{chunk-2J6P344S.js.map → chunk-24QFMHYM.js.map} +0 -0
- package/bundles/{chunk-RCXOJZDO.js → chunk-2HPI44CB.js} +5 -5
- package/bundles/{chunk-RCXOJZDO.js.map → chunk-2HPI44CB.js.map} +0 -0
- package/bundles/{chunk-MPN6KTTB.js → chunk-3KIUHCHT.js} +40 -40
- package/bundles/{chunk-MPN6KTTB.js.map → chunk-3KIUHCHT.js.map} +0 -0
- package/bundles/{chunk-NKS5IOYE.js → chunk-5QCN26YI.js} +5 -5
- package/bundles/{chunk-NKS5IOYE.js.map → chunk-5QCN26YI.js.map} +1 -1
- package/bundles/{chunk-56O2PTWU.js → chunk-CYVTLM4Z.js} +7 -7
- package/bundles/{chunk-56O2PTWU.js.map → chunk-CYVTLM4Z.js.map} +0 -0
- package/bundles/{chunk-5FZBUSFV.js → chunk-E7NQQTT7.js} +3 -3
- package/bundles/{chunk-5FZBUSFV.js.map → chunk-E7NQQTT7.js.map} +0 -0
- package/bundles/{chunk-AENVB2CV.js → chunk-F526PAOI.js} +2 -2
- package/bundles/{chunk-AENVB2CV.js.map → chunk-F526PAOI.js.map} +0 -0
- package/bundles/{chunk-I6GGIC3W.js → chunk-GQT3DC2W.js} +7 -7
- package/bundles/{chunk-I6GGIC3W.js.map → chunk-GQT3DC2W.js.map} +0 -0
- package/bundles/{chunk-DGMBQMP3.js → chunk-JBW3LNWN.js} +26 -26
- package/bundles/{chunk-DGMBQMP3.js.map → chunk-JBW3LNWN.js.map} +0 -0
- package/bundles/{chunk-QVN3ZRPU.js → chunk-KGXXQYFO.js} +100 -99
- package/bundles/{chunk-QVN3ZRPU.js.map → chunk-KGXXQYFO.js.map} +1 -1
- package/bundles/{chunk-TQAH6R4Z.js → chunk-PKFN6ZKR.js} +4 -4
- package/bundles/{chunk-TQAH6R4Z.js.map → chunk-PKFN6ZKR.js.map} +0 -0
- package/bundles/{chunk-HMWNYAAE.js → chunk-R3C7RFJ4.js} +2 -2
- package/bundles/{chunk-HMWNYAAE.js.map → chunk-R3C7RFJ4.js.map} +0 -0
- package/bundles/{chunk-3APJTAXU.js → chunk-RSZNB3FD.js} +73 -73
- package/bundles/{chunk-3APJTAXU.js.map → chunk-RSZNB3FD.js.map} +0 -0
- package/bundles/{chunk-R3W3GBPY.js → chunk-SHFEZGDP.js} +71 -71
- package/bundles/{chunk-R3W3GBPY.js.map → chunk-SHFEZGDP.js.map} +0 -0
- package/bundles/{chunk-GRQJXHS2.js → chunk-WEEZR5JR.js} +7 -7
- package/bundles/{chunk-GRQJXHS2.js.map → chunk-WEEZR5JR.js.map} +0 -0
- package/bundles/{chunk-FTWS7D6F.js → chunk-ZXBCBXWY.js} +7 -7
- package/bundles/{chunk-FTWS7D6F.js.map → chunk-ZXBCBXWY.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/program.d.ts +1 -8
- package/src/perform_compile.d.ts +3 -3
- package/src/perform_watch.d.ts +3 -3
- package/src/transformers/api.d.ts +13 -12
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
import {
|
|
7
7
|
ConsoleLogger,
|
|
8
8
|
LogLevel
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-E7NQQTT7.js";
|
|
10
10
|
import {
|
|
11
11
|
NodeJSFileSystem,
|
|
12
12
|
setFileSystem
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-WEEZR5JR.js";
|
|
14
14
|
|
|
15
|
-
// bazel-out/
|
|
15
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/command_line_options.mjs
|
|
16
16
|
import yargs from "yargs";
|
|
17
17
|
function parseCommandLineOptions(args) {
|
|
18
18
|
var _a;
|
|
@@ -113,4 +113,4 @@ export {
|
|
|
113
113
|
* Use of this source code is governed by an MIT-style license that can be
|
|
114
114
|
* found in the LICENSE file at https://angular.io/license
|
|
115
115
|
*/
|
|
116
|
-
//# sourceMappingURL=chunk-
|
|
116
|
+
//# sourceMappingURL=chunk-PKFN6ZKR.js.map
|
|
File without changes
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
const require = __cjsCompatRequire(import.meta.url);
|
|
4
4
|
const __ESM_IMPORT_META_URL__ = import.meta.url;
|
|
5
5
|
|
|
6
|
-
// bazel-out/
|
|
6
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/ngcc/src/locking/lock_file_with_child_process/util.mjs
|
|
7
7
|
function removeLockFile(fs, logger, lockFilePath, pid) {
|
|
8
8
|
try {
|
|
9
9
|
logger.debug(`Attempting to remove lock-file at ${lockFilePath}.`);
|
|
@@ -26,4 +26,4 @@ function removeLockFile(fs, logger, lockFilePath, pid) {
|
|
|
26
26
|
export {
|
|
27
27
|
removeLockFile
|
|
28
28
|
};
|
|
29
|
-
//# sourceMappingURL=chunk-
|
|
29
|
+
//# sourceMappingURL=chunk-R3C7RFJ4.js.map
|
|
File without changes
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
reflectObjectLiteral,
|
|
14
14
|
reflectTypeEntityToDeclaration,
|
|
15
15
|
typeNodeToValueExpr
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-ZXBCBXWY.js";
|
|
17
17
|
import {
|
|
18
18
|
ErrorCode,
|
|
19
19
|
FatalDiagnosticError,
|
|
@@ -33,7 +33,7 @@ import {
|
|
|
33
33
|
translateExpression,
|
|
34
34
|
translateStatement,
|
|
35
35
|
translateType
|
|
36
|
-
} from "./chunk-
|
|
36
|
+
} from "./chunk-JBW3LNWN.js";
|
|
37
37
|
import {
|
|
38
38
|
combineModifiers,
|
|
39
39
|
createPropertyDeclaration,
|
|
@@ -46,18 +46,18 @@ import {
|
|
|
46
46
|
updateParameterDeclaration,
|
|
47
47
|
updatePropertyDeclaration,
|
|
48
48
|
updateSetAccessorDeclaration
|
|
49
|
-
} from "./chunk-
|
|
49
|
+
} from "./chunk-F526PAOI.js";
|
|
50
50
|
import {
|
|
51
51
|
absoluteFrom,
|
|
52
52
|
absoluteFromSourceFile,
|
|
53
53
|
relative
|
|
54
|
-
} from "./chunk-
|
|
54
|
+
} from "./chunk-WEEZR5JR.js";
|
|
55
55
|
import {
|
|
56
56
|
PerfEvent,
|
|
57
57
|
PerfPhase
|
|
58
|
-
} from "./chunk-
|
|
58
|
+
} from "./chunk-2HPI44CB.js";
|
|
59
59
|
|
|
60
|
-
// bazel-out/
|
|
60
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
|
|
61
61
|
import { ExternalExpr, ParseLocation, ParseSourceFile, ParseSourceSpan, ReadPropExpr, WrappedNodeExpr } from "@angular/compiler";
|
|
62
62
|
import ts from "typescript";
|
|
63
63
|
function valueReferenceToExpression(valueRef) {
|
|
@@ -296,7 +296,7 @@ function isAbstractClassDeclaration(clazz) {
|
|
|
296
296
|
return clazz.modifiers !== void 0 && clazz.modifiers.some((mod) => mod.kind === ts.SyntaxKind.AbstractKeyword);
|
|
297
297
|
}
|
|
298
298
|
|
|
299
|
-
// bazel-out/
|
|
299
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
|
|
300
300
|
var DynamicValue = class {
|
|
301
301
|
constructor(node, reason, code) {
|
|
302
302
|
this.node = node;
|
|
@@ -386,10 +386,10 @@ var DynamicValue = class {
|
|
|
386
386
|
}
|
|
387
387
|
};
|
|
388
388
|
|
|
389
|
-
// bazel-out/
|
|
389
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
390
390
|
import ts2 from "typescript";
|
|
391
391
|
|
|
392
|
-
// bazel-out/
|
|
392
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
|
|
393
393
|
var ResolvedModule = class {
|
|
394
394
|
constructor(exports, evaluate) {
|
|
395
395
|
this.exports = exports;
|
|
@@ -419,7 +419,7 @@ var EnumValue = class {
|
|
|
419
419
|
var KnownFn = class {
|
|
420
420
|
};
|
|
421
421
|
|
|
422
|
-
// bazel-out/
|
|
422
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
|
|
423
423
|
var ArraySliceBuiltinFn = class extends KnownFn {
|
|
424
424
|
constructor(lhs) {
|
|
425
425
|
super();
|
|
@@ -490,7 +490,7 @@ var ObjectAssignBuiltinFn = class extends KnownFn {
|
|
|
490
490
|
}
|
|
491
491
|
};
|
|
492
492
|
|
|
493
|
-
// bazel-out/
|
|
493
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/ts_helpers.mjs
|
|
494
494
|
var AssignHelperFn = class extends ObjectAssignBuiltinFn {
|
|
495
495
|
};
|
|
496
496
|
var SpreadHelperFn = class extends KnownFn {
|
|
@@ -543,7 +543,7 @@ var ReadHelperFn = class extends KnownFn {
|
|
|
543
543
|
}
|
|
544
544
|
};
|
|
545
545
|
|
|
546
|
-
// bazel-out/
|
|
546
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/known_declaration.mjs
|
|
547
547
|
var jsGlobalObjectValue = /* @__PURE__ */ new Map([["assign", new ObjectAssignBuiltinFn()]]);
|
|
548
548
|
var assignTsHelperFn = new AssignHelperFn();
|
|
549
549
|
var spreadTsHelperFn = new SpreadHelperFn();
|
|
@@ -567,14 +567,14 @@ function resolveKnownDeclaration(decl) {
|
|
|
567
567
|
}
|
|
568
568
|
}
|
|
569
569
|
|
|
570
|
-
// bazel-out/
|
|
570
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
|
|
571
571
|
var SyntheticValue = class {
|
|
572
572
|
constructor(value) {
|
|
573
573
|
this.value = value;
|
|
574
574
|
}
|
|
575
575
|
};
|
|
576
576
|
|
|
577
|
-
// bazel-out/
|
|
577
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
578
578
|
function literalBinaryOp(op) {
|
|
579
579
|
return { op, literal: true };
|
|
580
580
|
}
|
|
@@ -1160,7 +1160,7 @@ function owningModule(context, override = null) {
|
|
|
1160
1160
|
}
|
|
1161
1161
|
}
|
|
1162
1162
|
|
|
1163
|
-
// bazel-out/
|
|
1163
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
|
|
1164
1164
|
var PartialEvaluator = class {
|
|
1165
1165
|
constructor(host, checker, dependencyTracker) {
|
|
1166
1166
|
this.host = host;
|
|
@@ -1180,7 +1180,7 @@ var PartialEvaluator = class {
|
|
|
1180
1180
|
}
|
|
1181
1181
|
};
|
|
1182
1182
|
|
|
1183
|
-
// bazel-out/
|
|
1183
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
|
|
1184
1184
|
import ts3 from "typescript";
|
|
1185
1185
|
function describeResolvedType(value, maxDepth = 1) {
|
|
1186
1186
|
var _a, _b;
|
|
@@ -1310,7 +1310,7 @@ function getContainerNode(node) {
|
|
|
1310
1310
|
return node.getSourceFile();
|
|
1311
1311
|
}
|
|
1312
1312
|
|
|
1313
|
-
// bazel-out/
|
|
1313
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
|
|
1314
1314
|
import { LiteralExpr, WrappedNodeExpr as WrappedNodeExpr2 } from "@angular/compiler";
|
|
1315
1315
|
import ts4 from "typescript";
|
|
1316
1316
|
function getConstructorDependencies(clazz, reflector, isCore) {
|
|
@@ -1454,10 +1454,10 @@ function createUnsuitableInjectionTokenError(clazz, error) {
|
|
|
1454
1454
|
return new FatalDiagnosticError(ErrorCode.PARAM_MISSING_TOKEN, param.nameNode, chain, hints);
|
|
1455
1455
|
}
|
|
1456
1456
|
|
|
1457
|
-
// bazel-out/
|
|
1457
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
|
|
1458
1458
|
import ts7 from "typescript";
|
|
1459
1459
|
|
|
1460
|
-
// bazel-out/
|
|
1460
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
|
|
1461
1461
|
var MetaKind;
|
|
1462
1462
|
(function(MetaKind2) {
|
|
1463
1463
|
MetaKind2[MetaKind2["Directive"] = 0] = "Directive";
|
|
@@ -1470,10 +1470,10 @@ var MatchSource;
|
|
|
1470
1470
|
MatchSource2[MatchSource2["HostDirective"] = 1] = "HostDirective";
|
|
1471
1471
|
})(MatchSource || (MatchSource = {}));
|
|
1472
1472
|
|
|
1473
|
-
// bazel-out/
|
|
1473
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
1474
1474
|
import ts6 from "typescript";
|
|
1475
1475
|
|
|
1476
|
-
// bazel-out/
|
|
1476
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
|
|
1477
1477
|
var ClassPropertyMapping = class {
|
|
1478
1478
|
constructor(forwardMap) {
|
|
1479
1479
|
this.forwardMap = forwardMap;
|
|
@@ -1549,7 +1549,7 @@ function reverseMapFromForwardMap(forwardMap) {
|
|
|
1549
1549
|
return reverseMap;
|
|
1550
1550
|
}
|
|
1551
1551
|
|
|
1552
|
-
// bazel-out/
|
|
1552
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
|
|
1553
1553
|
import ts5 from "typescript";
|
|
1554
1554
|
function extractReferencesFromType(checker, def, bestGuessOwningModule) {
|
|
1555
1555
|
if (!ts5.isTupleTypeNode(def)) {
|
|
@@ -1731,7 +1731,7 @@ function hasInjectableFields(clazz, host) {
|
|
|
1731
1731
|
return members.some(({ isStatic, name }) => isStatic && (name === "\u0275prov" || name === "\u0275fac"));
|
|
1732
1732
|
}
|
|
1733
1733
|
|
|
1734
|
-
// bazel-out/
|
|
1734
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
1735
1735
|
var DtsMetadataReader = class {
|
|
1736
1736
|
constructor(checker, reflector) {
|
|
1737
1737
|
this.checker = checker;
|
|
@@ -1870,7 +1870,7 @@ function readHostDirectivesType(checker, type, bestGuessOwningModule) {
|
|
|
1870
1870
|
return result.length > 0 ? result : null;
|
|
1871
1871
|
}
|
|
1872
1872
|
|
|
1873
|
-
// bazel-out/
|
|
1873
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
|
|
1874
1874
|
function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
1875
1875
|
const topMeta = reader.getDirectiveMetadata(dir);
|
|
1876
1876
|
if (topMeta === null) {
|
|
@@ -1928,7 +1928,7 @@ function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
|
1928
1928
|
};
|
|
1929
1929
|
}
|
|
1930
1930
|
|
|
1931
|
-
// bazel-out/
|
|
1931
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
|
|
1932
1932
|
var LocalMetadataRegistry = class {
|
|
1933
1933
|
constructor() {
|
|
1934
1934
|
this.directives = /* @__PURE__ */ new Map();
|
|
@@ -1978,7 +1978,7 @@ var CompoundMetadataRegistry = class {
|
|
|
1978
1978
|
}
|
|
1979
1979
|
};
|
|
1980
1980
|
|
|
1981
|
-
// bazel-out/
|
|
1981
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
|
|
1982
1982
|
var ResourceRegistry = class {
|
|
1983
1983
|
constructor() {
|
|
1984
1984
|
this.externalTemplateToComponentsMap = /* @__PURE__ */ new Map();
|
|
@@ -2043,7 +2043,7 @@ var ResourceRegistry = class {
|
|
|
2043
2043
|
}
|
|
2044
2044
|
};
|
|
2045
2045
|
|
|
2046
|
-
// bazel-out/
|
|
2046
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
|
|
2047
2047
|
var EMPTY_ARRAY = [];
|
|
2048
2048
|
var HostDirectivesResolver = class {
|
|
2049
2049
|
constructor(metaReader) {
|
|
@@ -2094,7 +2094,7 @@ var HostDirectivesResolver = class {
|
|
|
2094
2094
|
}
|
|
2095
2095
|
};
|
|
2096
2096
|
|
|
2097
|
-
// bazel-out/
|
|
2097
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
|
|
2098
2098
|
function makeDuplicateDeclarationError(node, data, kind) {
|
|
2099
2099
|
const context = [];
|
|
2100
2100
|
for (const decl of data) {
|
|
@@ -2266,7 +2266,7 @@ function getInheritedUndecoratedCtorDiagnostic(node, baseClass, kind) {
|
|
|
2266
2266
|
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}.`);
|
|
2267
2267
|
}
|
|
2268
2268
|
|
|
2269
|
-
// bazel-out/
|
|
2269
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
|
|
2270
2270
|
import ts8 from "typescript";
|
|
2271
2271
|
function resolveEnumValue(evaluator, metadata, field, enumSymbolName) {
|
|
2272
2272
|
let resolved = null;
|
|
@@ -2299,7 +2299,7 @@ function resolveLiteral(decorator, literalCache) {
|
|
|
2299
2299
|
return meta;
|
|
2300
2300
|
}
|
|
2301
2301
|
|
|
2302
|
-
// bazel-out/
|
|
2302
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
|
|
2303
2303
|
import { compileDeclareFactoryFunction, compileFactoryFunction } from "@angular/compiler";
|
|
2304
2304
|
function compileNgFactoryDefField(metadata) {
|
|
2305
2305
|
const res = compileFactoryFunction(metadata);
|
|
@@ -2310,7 +2310,7 @@ function compileDeclareFactory(metadata) {
|
|
|
2310
2310
|
return { name: "\u0275fac", initializer: res.expression, statements: res.statements, type: res.type };
|
|
2311
2311
|
}
|
|
2312
2312
|
|
|
2313
|
-
// bazel-out/
|
|
2313
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
|
|
2314
2314
|
var InjectableClassRegistry = class {
|
|
2315
2315
|
constructor(host, isCore) {
|
|
2316
2316
|
this.host = host;
|
|
@@ -2336,7 +2336,7 @@ var InjectableClassRegistry = class {
|
|
|
2336
2336
|
}
|
|
2337
2337
|
};
|
|
2338
2338
|
|
|
2339
|
-
// bazel-out/
|
|
2339
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
|
|
2340
2340
|
import { FunctionExpr, LiteralArrayExpr, LiteralExpr as LiteralExpr2, literalMap, ReturnStatement, WrappedNodeExpr as WrappedNodeExpr3 } from "@angular/compiler";
|
|
2341
2341
|
import ts9 from "typescript";
|
|
2342
2342
|
function extractClassMetadata(clazz, reflection, isCore, annotateForClosureCompiler, angularDecoratorTransform = (dec) => dec) {
|
|
@@ -2423,13 +2423,13 @@ function removeIdentifierReferences(node, name) {
|
|
|
2423
2423
|
return result.transformed[0];
|
|
2424
2424
|
}
|
|
2425
2425
|
|
|
2426
|
-
// bazel-out/
|
|
2426
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
|
|
2427
2427
|
var NoopReferencesRegistry = class {
|
|
2428
2428
|
add(source, ...references) {
|
|
2429
2429
|
}
|
|
2430
2430
|
};
|
|
2431
2431
|
|
|
2432
|
-
// bazel-out/
|
|
2432
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
|
|
2433
2433
|
import { CUSTOM_ELEMENTS_SCHEMA, NO_ERRORS_SCHEMA } from "@angular/compiler";
|
|
2434
2434
|
function extractSchemas(rawExpr, evaluator, context) {
|
|
2435
2435
|
const schemas = [];
|
|
@@ -2459,11 +2459,11 @@ function extractSchemas(rawExpr, evaluator, context) {
|
|
|
2459
2459
|
return schemas;
|
|
2460
2460
|
}
|
|
2461
2461
|
|
|
2462
|
-
// bazel-out/
|
|
2462
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
2463
2463
|
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";
|
|
2464
2464
|
import ts24 from "typescript";
|
|
2465
2465
|
|
|
2466
|
-
// bazel-out/
|
|
2466
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
|
|
2467
2467
|
import ts10 from "typescript";
|
|
2468
2468
|
var SemanticSymbol = class {
|
|
2469
2469
|
constructor(decl) {
|
|
@@ -2479,7 +2479,7 @@ function getSymbolIdentifier(decl) {
|
|
|
2479
2479
|
return decl.name.text;
|
|
2480
2480
|
}
|
|
2481
2481
|
|
|
2482
|
-
// bazel-out/
|
|
2482
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
|
|
2483
2483
|
import { ExternalExpr as ExternalExpr2 } from "@angular/compiler";
|
|
2484
2484
|
var OpaqueSymbol = class extends SemanticSymbol {
|
|
2485
2485
|
isPublicApiAffected() {
|
|
@@ -2622,10 +2622,10 @@ function getImportPath(expr) {
|
|
|
2622
2622
|
}
|
|
2623
2623
|
}
|
|
2624
2624
|
|
|
2625
|
-
// bazel-out/
|
|
2625
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
2626
2626
|
import ts11 from "typescript";
|
|
2627
2627
|
|
|
2628
|
-
// bazel-out/
|
|
2628
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
|
|
2629
2629
|
function isSymbolEqual(a, b) {
|
|
2630
2630
|
if (a.decl === b.decl) {
|
|
2631
2631
|
return true;
|
|
@@ -2675,7 +2675,7 @@ function isSetEqual(a, b, equalityTester = referenceEquality) {
|
|
|
2675
2675
|
return true;
|
|
2676
2676
|
}
|
|
2677
2677
|
|
|
2678
|
-
// bazel-out/
|
|
2678
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
2679
2679
|
function extractSemanticTypeParameters(node) {
|
|
2680
2680
|
if (!ts11.isClassDeclaration(node) || node.typeParameters === void 0) {
|
|
2681
2681
|
return null;
|
|
@@ -2695,14 +2695,14 @@ function isTypeParameterEqual(a, b) {
|
|
|
2695
2695
|
return a.hasGenericTypeBound === b.hasGenericTypeBound;
|
|
2696
2696
|
}
|
|
2697
2697
|
|
|
2698
|
-
// bazel-out/
|
|
2698
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
|
|
2699
2699
|
var ComponentScopeKind;
|
|
2700
2700
|
(function(ComponentScopeKind2) {
|
|
2701
2701
|
ComponentScopeKind2[ComponentScopeKind2["NgModule"] = 0] = "NgModule";
|
|
2702
2702
|
ComponentScopeKind2[ComponentScopeKind2["Standalone"] = 1] = "Standalone";
|
|
2703
2703
|
})(ComponentScopeKind || (ComponentScopeKind = {}));
|
|
2704
2704
|
|
|
2705
|
-
// bazel-out/
|
|
2705
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
|
|
2706
2706
|
var CompoundComponentScopeReader = class {
|
|
2707
2707
|
constructor(readers) {
|
|
2708
2708
|
this.readers = readers;
|
|
@@ -2727,7 +2727,7 @@ var CompoundComponentScopeReader = class {
|
|
|
2727
2727
|
}
|
|
2728
2728
|
};
|
|
2729
2729
|
|
|
2730
|
-
// bazel-out/
|
|
2730
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
|
|
2731
2731
|
var MetadataDtsModuleScopeResolver = class {
|
|
2732
2732
|
constructor(dtsMetaReader, aliasingHost) {
|
|
2733
2733
|
this.dtsMetaReader = dtsMetaReader;
|
|
@@ -2803,11 +2803,11 @@ var MetadataDtsModuleScopeResolver = class {
|
|
|
2803
2803
|
}
|
|
2804
2804
|
};
|
|
2805
2805
|
|
|
2806
|
-
// bazel-out/
|
|
2806
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
2807
2807
|
import { ExternalExpr as ExternalExpr3 } from "@angular/compiler";
|
|
2808
2808
|
import ts12 from "typescript";
|
|
2809
2809
|
|
|
2810
|
-
// bazel-out/
|
|
2810
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
|
|
2811
2811
|
function getDiagnosticNode(ref, rawExpr) {
|
|
2812
2812
|
return rawExpr !== null ? ref.getOriginForDiagnostics(rawExpr) : ref.node.name;
|
|
2813
2813
|
}
|
|
@@ -2830,7 +2830,7 @@ function makeUnknownComponentImportDiagnostic(ref, rawExpr) {
|
|
|
2830
2830
|
return makeDiagnostic(ErrorCode.COMPONENT_UNKNOWN_IMPORT, getDiagnosticNode(ref, rawExpr), `Component imports must be standalone components, directives, pipes, or must be NgModules.`);
|
|
2831
2831
|
}
|
|
2832
2832
|
|
|
2833
|
-
// bazel-out/
|
|
2833
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
2834
2834
|
var LocalModuleScopeRegistry = class {
|
|
2835
2835
|
constructor(localReader, fullReader, dependencyScopeReader, refEmitter, aliasingHost) {
|
|
2836
2836
|
this.localReader = localReader;
|
|
@@ -3169,7 +3169,7 @@ function reexportCollision(module, refA, refB) {
|
|
|
3169
3169
|
]);
|
|
3170
3170
|
}
|
|
3171
3171
|
|
|
3172
|
-
// bazel-out/
|
|
3172
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
|
|
3173
3173
|
import { CssSelector, SelectorMatcher } from "@angular/compiler";
|
|
3174
3174
|
import ts13 from "typescript";
|
|
3175
3175
|
var TypeCheckScopeRegistry = class {
|
|
@@ -3232,7 +3232,7 @@ var TypeCheckScopeRegistry = class {
|
|
|
3232
3232
|
}
|
|
3233
3233
|
};
|
|
3234
3234
|
|
|
3235
|
-
// bazel-out/
|
|
3235
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
|
|
3236
3236
|
var CompilationMode;
|
|
3237
3237
|
(function(CompilationMode2) {
|
|
3238
3238
|
CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
|
|
@@ -3250,7 +3250,7 @@ var HandlerFlags;
|
|
|
3250
3250
|
HandlerFlags2[HandlerFlags2["FULL_INHERITANCE"] = 1] = "FULL_INHERITANCE";
|
|
3251
3251
|
})(HandlerFlags || (HandlerFlags = {}));
|
|
3252
3252
|
|
|
3253
|
-
// bazel-out/
|
|
3253
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
|
|
3254
3254
|
import ts14 from "typescript";
|
|
3255
3255
|
function aliasTransformFactory(exportStatements) {
|
|
3256
3256
|
return (context) => {
|
|
@@ -3268,10 +3268,10 @@ function aliasTransformFactory(exportStatements) {
|
|
|
3268
3268
|
};
|
|
3269
3269
|
}
|
|
3270
3270
|
|
|
3271
|
-
// bazel-out/
|
|
3271
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
3272
3272
|
import ts15 from "typescript";
|
|
3273
3273
|
|
|
3274
|
-
// bazel-out/
|
|
3274
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
|
|
3275
3275
|
var TraitState;
|
|
3276
3276
|
(function(TraitState2) {
|
|
3277
3277
|
TraitState2[TraitState2["Pending"] = 0] = "Pending";
|
|
@@ -3326,7 +3326,7 @@ var TraitImpl = class {
|
|
|
3326
3326
|
}
|
|
3327
3327
|
};
|
|
3328
3328
|
|
|
3329
|
-
// bazel-out/
|
|
3329
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
3330
3330
|
var TraitCompiler = class {
|
|
3331
3331
|
constructor(handlers, reflector, perf, incrementalBuild, compileNonExportedClasses, compilationMode, dtsTransforms, semanticDepGraphUpdater, sourceFileTypeIdentifier) {
|
|
3332
3332
|
this.handlers = handlers;
|
|
@@ -3770,10 +3770,10 @@ function containsErrors(diagnostics) {
|
|
|
3770
3770
|
return diagnostics !== null && diagnostics.some((diag) => diag.category === ts15.DiagnosticCategory.Error);
|
|
3771
3771
|
}
|
|
3772
3772
|
|
|
3773
|
-
// bazel-out/
|
|
3773
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
3774
3774
|
import ts17 from "typescript";
|
|
3775
3775
|
|
|
3776
|
-
// bazel-out/
|
|
3776
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/utils.mjs
|
|
3777
3777
|
import ts16 from "typescript";
|
|
3778
3778
|
function addImports(importManager, sf, extraStatements = []) {
|
|
3779
3779
|
const addedImports = importManager.getAllImports(sf.fileName).map((i) => {
|
|
@@ -3801,7 +3801,7 @@ function isImportStatement(stmt) {
|
|
|
3801
3801
|
return ts16.isImportDeclaration(stmt) || ts16.isImportEqualsDeclaration(stmt) || ts16.isNamespaceImport(stmt);
|
|
3802
3802
|
}
|
|
3803
3803
|
|
|
3804
|
-
// bazel-out/
|
|
3804
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
3805
3805
|
var DtsTransformRegistry = class {
|
|
3806
3806
|
constructor() {
|
|
3807
3807
|
this.ivyDeclarationTransforms = /* @__PURE__ */ new Map();
|
|
@@ -3926,11 +3926,11 @@ function markForEmitAsSingleLine(node) {
|
|
|
3926
3926
|
ts17.forEachChild(node, markForEmitAsSingleLine);
|
|
3927
3927
|
}
|
|
3928
3928
|
|
|
3929
|
-
// bazel-out/
|
|
3929
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
3930
3930
|
import { ConstantPool } from "@angular/compiler";
|
|
3931
3931
|
import ts19 from "typescript";
|
|
3932
3932
|
|
|
3933
|
-
// bazel-out/
|
|
3933
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
|
|
3934
3934
|
import ts18 from "typescript";
|
|
3935
3935
|
function visit(node, visitor, context) {
|
|
3936
3936
|
return visitor._visit(node, context);
|
|
@@ -3991,7 +3991,7 @@ var Visitor = class {
|
|
|
3991
3991
|
}
|
|
3992
3992
|
};
|
|
3993
3993
|
|
|
3994
|
-
// bazel-out/
|
|
3994
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
3995
3995
|
var NO_DECORATORS = /* @__PURE__ */ new Set();
|
|
3996
3996
|
var CLOSURE_FILE_OVERVIEW_REGEXP = /\s+@fileoverview\s+/i;
|
|
3997
3997
|
function ivyTransformFactory(compilation, reflector, importRewriter, defaultImportTracker, perf, isCore, isClosureCompilerEnabled) {
|
|
@@ -4179,10 +4179,10 @@ function nodeArrayFromDecoratorsArray(decorators) {
|
|
|
4179
4179
|
return array;
|
|
4180
4180
|
}
|
|
4181
4181
|
|
|
4182
|
-
// bazel-out/
|
|
4182
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
|
|
4183
4183
|
import { compileClassMetadata, compileDeclareClassMetadata, compileDeclareDirectiveFromMetadata, compileDirectiveFromMetadata, FactoryTarget, makeBindingParser, WrappedNodeExpr as WrappedNodeExpr5 } from "@angular/compiler";
|
|
4184
4184
|
|
|
4185
|
-
// bazel-out/
|
|
4185
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
|
|
4186
4186
|
import { createMayBeForwardRefExpression, emitDistinctChangesOnlyDefaultValue, ExternalExpr as ExternalExpr4, getSafePropertyAccessString, parseHostBindings, verifyHostBindings, WrappedNodeExpr as WrappedNodeExpr4 } from "@angular/compiler";
|
|
4187
4187
|
import ts20 from "typescript";
|
|
4188
4188
|
var EMPTY_OBJECT = {};
|
|
@@ -4595,7 +4595,7 @@ function toHostDirectiveMetadata(hostDirective, context, refEmitter) {
|
|
|
4595
4595
|
};
|
|
4596
4596
|
}
|
|
4597
4597
|
|
|
4598
|
-
// bazel-out/
|
|
4598
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
|
|
4599
4599
|
var DirectiveSymbol = class extends SemanticSymbol {
|
|
4600
4600
|
constructor(decl, selector, inputs, outputs, exportAs, typeCheckMeta, typeParameters) {
|
|
4601
4601
|
super(decl);
|
|
@@ -4672,7 +4672,7 @@ function isBaseClassEqual(current, previous) {
|
|
|
4672
4672
|
return isSymbolEqual(current, previous);
|
|
4673
4673
|
}
|
|
4674
4674
|
|
|
4675
|
-
// bazel-out/
|
|
4675
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
|
|
4676
4676
|
var FIELD_DECORATORS = [
|
|
4677
4677
|
"Input",
|
|
4678
4678
|
"Output",
|
|
@@ -4831,11 +4831,11 @@ var DirectiveDecoratorHandler = class {
|
|
|
4831
4831
|
}
|
|
4832
4832
|
};
|
|
4833
4833
|
|
|
4834
|
-
// bazel-out/
|
|
4834
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
4835
4835
|
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";
|
|
4836
4836
|
import ts22 from "typescript";
|
|
4837
4837
|
|
|
4838
|
-
// bazel-out/
|
|
4838
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
|
|
4839
4839
|
import ts21 from "typescript";
|
|
4840
4840
|
function createModuleWithProvidersResolver(reflector, isCore) {
|
|
4841
4841
|
function _reflectModuleFromTypeParam(type, node) {
|
|
@@ -4902,7 +4902,7 @@ function isResolvedModuleWithProviders(sv) {
|
|
|
4902
4902
|
return typeof sv.value === "object" && sv.value != null && sv.value.hasOwnProperty("ngModule") && sv.value.hasOwnProperty("mwpCall");
|
|
4903
4903
|
}
|
|
4904
4904
|
|
|
4905
|
-
// bazel-out/
|
|
4905
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
4906
4906
|
var NgModuleSymbol = class extends SemanticSymbol {
|
|
4907
4907
|
constructor() {
|
|
4908
4908
|
super(...arguments);
|
|
@@ -5406,7 +5406,7 @@ function isSyntheticReference(ref) {
|
|
|
5406
5406
|
return ref.synthetic;
|
|
5407
5407
|
}
|
|
5408
5408
|
|
|
5409
|
-
// bazel-out/
|
|
5409
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
|
|
5410
5410
|
function makeCyclicImportInfo(ref, type, cycle) {
|
|
5411
5411
|
const name = ref.debugName || "(unknown)";
|
|
5412
5412
|
const path = cycle.getPath().map((sf) => sf.fileName).join(" -> ");
|
|
@@ -5429,7 +5429,7 @@ function checkCustomElementSelectorForErrors(selector) {
|
|
|
5429
5429
|
return null;
|
|
5430
5430
|
}
|
|
5431
5431
|
|
|
5432
|
-
// bazel-out/
|
|
5432
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
|
|
5433
5433
|
import { DEFAULT_INTERPOLATION_CONFIG, InterpolationConfig, ParseSourceFile as ParseSourceFile2, parseTemplate } from "@angular/compiler";
|
|
5434
5434
|
import ts23 from "typescript";
|
|
5435
5435
|
function getTemplateDeclarationNodeForError(declaration) {
|
|
@@ -5735,7 +5735,7 @@ function _extractTemplateStyleUrls(template) {
|
|
|
5735
5735
|
return template.styleUrls.map((url) => ({ url, source: 1, nodeForError }));
|
|
5736
5736
|
}
|
|
5737
5737
|
|
|
5738
|
-
// bazel-out/
|
|
5738
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
|
|
5739
5739
|
var ComponentSymbol = class extends DirectiveSymbol {
|
|
5740
5740
|
constructor() {
|
|
5741
5741
|
super(...arguments);
|
|
@@ -5770,7 +5770,7 @@ var ComponentSymbol = class extends DirectiveSymbol {
|
|
|
5770
5770
|
}
|
|
5771
5771
|
};
|
|
5772
5772
|
|
|
5773
|
-
// bazel-out/
|
|
5773
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
|
|
5774
5774
|
function collectAnimationNames(value, animationTriggerNames) {
|
|
5775
5775
|
if (value instanceof Map) {
|
|
5776
5776
|
const name = value.get("name");
|
|
@@ -5846,7 +5846,7 @@ function isLikelyModuleWithProviders(value) {
|
|
|
5846
5846
|
return false;
|
|
5847
5847
|
}
|
|
5848
5848
|
|
|
5849
|
-
// bazel-out/
|
|
5849
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
5850
5850
|
var EMPTY_ARRAY2 = [];
|
|
5851
5851
|
var ComponentDecoratorHandler = class {
|
|
5852
5852
|
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) {
|
|
@@ -6490,7 +6490,7 @@ function validateStandaloneImports(importRefs, importExpr, metaReader, scopeRead
|
|
|
6490
6490
|
return diagnostics;
|
|
6491
6491
|
}
|
|
6492
6492
|
|
|
6493
|
-
// bazel-out/
|
|
6493
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
|
|
6494
6494
|
import { compileClassMetadata as compileClassMetadata4, compileDeclareClassMetadata as compileDeclareClassMetadata4, compileDeclareInjectableFromMetadata, compileInjectable, createMayBeForwardRefExpression as createMayBeForwardRefExpression2, FactoryTarget as FactoryTarget4, LiteralExpr as LiteralExpr3, WrappedNodeExpr as WrappedNodeExpr8 } from "@angular/compiler";
|
|
6495
6495
|
import ts25 from "typescript";
|
|
6496
6496
|
var InjectableDecoratorHandler = class {
|
|
@@ -6707,7 +6707,7 @@ function getDep(dep, reflector) {
|
|
|
6707
6707
|
return meta;
|
|
6708
6708
|
}
|
|
6709
6709
|
|
|
6710
|
-
// bazel-out/
|
|
6710
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
|
|
6711
6711
|
import { compileClassMetadata as compileClassMetadata5, compileDeclareClassMetadata as compileDeclareClassMetadata5, compileDeclarePipeFromMetadata, compilePipeFromMetadata, FactoryTarget as FactoryTarget5, WrappedNodeExpr as WrappedNodeExpr9 } from "@angular/compiler";
|
|
6712
6712
|
import ts26 from "typescript";
|
|
6713
6713
|
var PipeSymbol = class extends SemanticSymbol {
|
|
@@ -6902,4 +6902,4 @@ export {
|
|
|
6902
6902
|
* Use of this source code is governed by an MIT-style license that can be
|
|
6903
6903
|
* found in the LICENSE file at https://angular.io/license
|
|
6904
6904
|
*/
|
|
6905
|
-
//# sourceMappingURL=chunk-
|
|
6905
|
+
//# sourceMappingURL=chunk-RSZNB3FD.js.map
|
|
File without changes
|