@angular/compiler-cli 13.3.1 → 13.3.2
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-UDG7FV2F.js → chunk-45NS77NQ.js} +4 -4
- package/bundles/{chunk-UDG7FV2F.js.map → chunk-45NS77NQ.js.map} +0 -0
- package/bundles/{chunk-GRNU7Y46.js → chunk-4J2PGUUV.js} +57 -57
- package/bundles/{chunk-GRNU7Y46.js.map → chunk-4J2PGUUV.js.map} +0 -0
- package/bundles/{chunk-M4CVK535.js → chunk-5M5NTL4U.js} +31 -31
- package/bundles/{chunk-M4CVK535.js.map → chunk-5M5NTL4U.js.map} +0 -0
- package/bundles/{chunk-MMWD6KMJ.js → chunk-ADKDNYF2.js} +40 -40
- package/bundles/{chunk-MMWD6KMJ.js.map → chunk-ADKDNYF2.js.map} +0 -0
- package/bundles/{chunk-HAJOG5B7.js → chunk-CLV7JFJQ.js} +7 -7
- package/bundles/{chunk-HAJOG5B7.js.map → chunk-CLV7JFJQ.js.map} +0 -0
- package/bundles/{chunk-HAPVTQDJ.js → chunk-CTW6B5DX.js} +85 -85
- package/bundles/{chunk-HAPVTQDJ.js.map → chunk-CTW6B5DX.js.map} +0 -0
- package/bundles/{chunk-UTSZJQCU.js → chunk-EIFOOEXQ.js} +7 -7
- package/bundles/{chunk-UTSZJQCU.js.map → chunk-EIFOOEXQ.js.map} +0 -0
- package/bundles/{chunk-FDEQP2NW.js → chunk-HTCAZIYK.js} +6 -6
- package/bundles/{chunk-FDEQP2NW.js.map → chunk-HTCAZIYK.js.map} +0 -0
- package/bundles/{chunk-FSD73D6W.js → chunk-IZWUTMTT.js} +26 -26
- package/bundles/{chunk-FSD73D6W.js.map → chunk-IZWUTMTT.js.map} +0 -0
- package/bundles/{chunk-ZCDB56AX.js → chunk-LX5Q27EF.js} +3 -3
- package/bundles/{chunk-ZCDB56AX.js.map → chunk-LX5Q27EF.js.map} +0 -0
- package/bundles/{chunk-2ATXKOUL.js → chunk-OO3CGN6L.js} +70 -70
- package/bundles/{chunk-2ATXKOUL.js.map → chunk-OO3CGN6L.js.map} +0 -0
- package/bundles/{chunk-A7GANIJT.js → chunk-Q5GIQ3RV.js} +6 -6
- package/bundles/{chunk-A7GANIJT.js.map → chunk-Q5GIQ3RV.js.map} +0 -0
- package/bundles/{chunk-SJL5HBUW.js → chunk-R3C7RFJ4.js} +2 -2
- package/bundles/{chunk-SJL5HBUW.js.map → chunk-R3C7RFJ4.js.map} +0 -0
- package/bundles/{chunk-LC26KH5A.js → chunk-R4NY3TJC.js} +5 -5
- package/bundles/{chunk-LC26KH5A.js.map → chunk-R4NY3TJC.js.map} +0 -0
- package/bundles/{chunk-QWNLJJDM.js → chunk-SXVPEXYK.js} +5 -5
- package/bundles/{chunk-QWNLJJDM.js.map → chunk-SXVPEXYK.js.map} +0 -0
- package/bundles/index.js +12 -12
- package/bundles/linker/babel/index.js +12 -12
- package/bundles/linker/index.js +4 -4
- package/bundles/ngcc/index.js +12 -12
- package/bundles/ngcc/main-ngcc.js +13 -13
- package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js +13 -13
- 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 +5 -5
- package/bundles/private/tooling.js +2 -2
- package/bundles/src/bin/ng_xi18n.js +10 -10
- package/bundles/src/bin/ngc.js +8 -8
- package/bundles_metadata.json +1 -1
- package/ngcc/src/packages/build_marker.d.ts +1 -1
- package/package.json +2 -2
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
import {
|
|
7
7
|
ConsoleLogger,
|
|
8
8
|
LogLevel
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-LX5Q27EF.js";
|
|
10
10
|
import {
|
|
11
11
|
NodeJSFileSystem,
|
|
12
12
|
setFileSystem
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-CLV7JFJQ.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-45NS77NQ.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-Q5GIQ3RV.js";
|
|
17
17
|
import {
|
|
18
18
|
ErrorCode,
|
|
19
19
|
FatalDiagnosticError,
|
|
@@ -35,23 +35,23 @@ import {
|
|
|
35
35
|
translateExpression,
|
|
36
36
|
translateStatement,
|
|
37
37
|
translateType
|
|
38
|
-
} from "./chunk-
|
|
38
|
+
} from "./chunk-IZWUTMTT.js";
|
|
39
39
|
import {
|
|
40
40
|
absoluteFrom,
|
|
41
41
|
absoluteFromSourceFile,
|
|
42
42
|
basename,
|
|
43
43
|
relative
|
|
44
|
-
} from "./chunk-
|
|
44
|
+
} from "./chunk-CLV7JFJQ.js";
|
|
45
45
|
import {
|
|
46
46
|
PerfEvent,
|
|
47
47
|
PerfPhase
|
|
48
|
-
} from "./chunk-
|
|
48
|
+
} from "./chunk-R4NY3TJC.js";
|
|
49
49
|
import {
|
|
50
50
|
__spreadProps,
|
|
51
51
|
__spreadValues
|
|
52
52
|
} from "./chunk-GMSUYBZP.js";
|
|
53
53
|
|
|
54
|
-
// bazel-out/
|
|
54
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
|
|
55
55
|
var DynamicValue = class {
|
|
56
56
|
constructor(node, reason, code) {
|
|
57
57
|
this.node = node;
|
|
@@ -136,10 +136,10 @@ var DynamicValue = class {
|
|
|
136
136
|
}
|
|
137
137
|
};
|
|
138
138
|
|
|
139
|
-
// bazel-out/
|
|
139
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
140
140
|
import ts from "typescript";
|
|
141
141
|
|
|
142
|
-
// bazel-out/
|
|
142
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
|
|
143
143
|
var ResolvedModule = class {
|
|
144
144
|
constructor(exports, evaluate) {
|
|
145
145
|
this.exports = exports;
|
|
@@ -169,7 +169,7 @@ var EnumValue = class {
|
|
|
169
169
|
var KnownFn = class {
|
|
170
170
|
};
|
|
171
171
|
|
|
172
|
-
// bazel-out/
|
|
172
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
|
|
173
173
|
var ArraySliceBuiltinFn = class extends KnownFn {
|
|
174
174
|
constructor(lhs) {
|
|
175
175
|
super();
|
|
@@ -240,7 +240,7 @@ var ObjectAssignBuiltinFn = class extends KnownFn {
|
|
|
240
240
|
}
|
|
241
241
|
};
|
|
242
242
|
|
|
243
|
-
// bazel-out/
|
|
243
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/ts_helpers.mjs
|
|
244
244
|
var AssignHelperFn = class extends ObjectAssignBuiltinFn {
|
|
245
245
|
};
|
|
246
246
|
var SpreadHelperFn = class extends KnownFn {
|
|
@@ -293,7 +293,7 @@ var ReadHelperFn = class extends KnownFn {
|
|
|
293
293
|
}
|
|
294
294
|
};
|
|
295
295
|
|
|
296
|
-
// bazel-out/
|
|
296
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/known_declaration.mjs
|
|
297
297
|
var jsGlobalObjectValue = /* @__PURE__ */ new Map([["assign", new ObjectAssignBuiltinFn()]]);
|
|
298
298
|
var assignTsHelperFn = new AssignHelperFn();
|
|
299
299
|
var spreadTsHelperFn = new SpreadHelperFn();
|
|
@@ -317,7 +317,7 @@ function resolveKnownDeclaration(decl) {
|
|
|
317
317
|
}
|
|
318
318
|
}
|
|
319
319
|
|
|
320
|
-
// bazel-out/
|
|
320
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
321
321
|
function literalBinaryOp(op) {
|
|
322
322
|
return { op, literal: true };
|
|
323
323
|
}
|
|
@@ -904,7 +904,7 @@ function owningModule(context, override = null) {
|
|
|
904
904
|
}
|
|
905
905
|
}
|
|
906
906
|
|
|
907
|
-
// bazel-out/
|
|
907
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
|
|
908
908
|
var PartialEvaluator = class {
|
|
909
909
|
constructor(host, checker, dependencyTracker) {
|
|
910
910
|
this.host = host;
|
|
@@ -924,7 +924,7 @@ var PartialEvaluator = class {
|
|
|
924
924
|
}
|
|
925
925
|
};
|
|
926
926
|
|
|
927
|
-
// bazel-out/
|
|
927
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
|
|
928
928
|
import ts2 from "typescript";
|
|
929
929
|
function describeResolvedType(value, maxDepth = 1) {
|
|
930
930
|
var _a, _b;
|
|
@@ -1051,7 +1051,7 @@ function getContainerNode(node) {
|
|
|
1051
1051
|
return node.getSourceFile();
|
|
1052
1052
|
}
|
|
1053
1053
|
|
|
1054
|
-
// bazel-out/
|
|
1054
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/util.mjs
|
|
1055
1055
|
import { ExternalExpr, LiteralExpr, ParseLocation, ParseSourceFile, ParseSourceSpan, ReadPropExpr, WrappedNodeExpr } from "@angular/compiler";
|
|
1056
1056
|
import ts3 from "typescript";
|
|
1057
1057
|
function getConstructorDependencies(clazz, reflector, isCore) {
|
|
@@ -1432,11 +1432,11 @@ var animationTriggerResolver = (ref, args) => {
|
|
|
1432
1432
|
], true);
|
|
1433
1433
|
};
|
|
1434
1434
|
|
|
1435
|
-
// bazel-out/
|
|
1435
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/component.mjs
|
|
1436
1436
|
import { compileClassMetadata as compileClassMetadata3, compileComponentFromMetadata, compileDeclareClassMetadata as compileDeclareClassMetadata3, compileDeclareComponentFromMetadata, CssSelector, DEFAULT_INTERPOLATION_CONFIG, DomElementSchemaRegistry, ExternalExpr as ExternalExpr5, FactoryTarget as FactoryTarget3, InterpolationConfig, makeBindingParser as makeBindingParser2, ParseSourceFile as ParseSourceFile2, parseTemplate, R3TargetBinder, SelectorMatcher, ViewEncapsulation, WrappedNodeExpr as WrappedNodeExpr5 } from "@angular/compiler";
|
|
1437
1437
|
import ts21 from "typescript";
|
|
1438
1438
|
|
|
1439
|
-
// bazel-out/
|
|
1439
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
|
|
1440
1440
|
import ts4 from "typescript";
|
|
1441
1441
|
var SemanticSymbol = class {
|
|
1442
1442
|
constructor(decl) {
|
|
@@ -1452,7 +1452,7 @@ function getSymbolIdentifier(decl) {
|
|
|
1452
1452
|
return decl.name.text;
|
|
1453
1453
|
}
|
|
1454
1454
|
|
|
1455
|
-
// bazel-out/
|
|
1455
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
|
|
1456
1456
|
import { ExternalExpr as ExternalExpr2 } from "@angular/compiler";
|
|
1457
1457
|
var OpaqueSymbol = class extends SemanticSymbol {
|
|
1458
1458
|
isPublicApiAffected() {
|
|
@@ -1595,10 +1595,10 @@ function getImportPath(expr) {
|
|
|
1595
1595
|
}
|
|
1596
1596
|
}
|
|
1597
1597
|
|
|
1598
|
-
// bazel-out/
|
|
1598
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
1599
1599
|
import ts5 from "typescript";
|
|
1600
1600
|
|
|
1601
|
-
// bazel-out/
|
|
1601
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
|
|
1602
1602
|
function isSymbolEqual(a, b) {
|
|
1603
1603
|
if (a.decl === b.decl) {
|
|
1604
1604
|
return true;
|
|
@@ -1648,7 +1648,7 @@ function isSetEqual(a, b, equalityTester = referenceEquality) {
|
|
|
1648
1648
|
return true;
|
|
1649
1649
|
}
|
|
1650
1650
|
|
|
1651
|
-
// bazel-out/
|
|
1651
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
1652
1652
|
function extractSemanticTypeParameters(node) {
|
|
1653
1653
|
if (!ts5.isClassDeclaration(node) || node.typeParameters === void 0) {
|
|
1654
1654
|
return null;
|
|
@@ -1668,17 +1668,17 @@ function isTypeParameterEqual(a, b) {
|
|
|
1668
1668
|
return a.hasGenericTypeBound === b.hasGenericTypeBound;
|
|
1669
1669
|
}
|
|
1670
1670
|
|
|
1671
|
-
// bazel-out/
|
|
1671
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
|
|
1672
1672
|
var MetaType;
|
|
1673
1673
|
(function(MetaType2) {
|
|
1674
1674
|
MetaType2[MetaType2["Pipe"] = 0] = "Pipe";
|
|
1675
1675
|
MetaType2[MetaType2["Directive"] = 1] = "Directive";
|
|
1676
1676
|
})(MetaType || (MetaType = {}));
|
|
1677
1677
|
|
|
1678
|
-
// bazel-out/
|
|
1678
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
1679
1679
|
import ts7 from "typescript";
|
|
1680
1680
|
|
|
1681
|
-
// bazel-out/
|
|
1681
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
|
|
1682
1682
|
var ClassPropertyMapping = class {
|
|
1683
1683
|
constructor(forwardMap) {
|
|
1684
1684
|
this.forwardMap = forwardMap;
|
|
@@ -1754,7 +1754,7 @@ function reverseMapFromForwardMap(forwardMap) {
|
|
|
1754
1754
|
return reverseMap;
|
|
1755
1755
|
}
|
|
1756
1756
|
|
|
1757
|
-
// bazel-out/
|
|
1757
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
|
|
1758
1758
|
import ts6 from "typescript";
|
|
1759
1759
|
function extractReferencesFromType(checker, def, bestGuessOwningModule) {
|
|
1760
1760
|
if (!ts6.isTupleTypeNode(def)) {
|
|
@@ -1921,7 +1921,7 @@ function hasInjectableFields(clazz, host) {
|
|
|
1921
1921
|
return members.some(({ isStatic, name }) => isStatic && (name === "\u0275prov" || name === "\u0275fac"));
|
|
1922
1922
|
}
|
|
1923
1923
|
|
|
1924
|
-
// bazel-out/
|
|
1924
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
1925
1925
|
var DtsMetadataReader = class {
|
|
1926
1926
|
constructor(checker, reflector) {
|
|
1927
1927
|
this.checker = checker;
|
|
@@ -2022,7 +2022,7 @@ function readBaseClass2(clazz, checker, reflector) {
|
|
|
2022
2022
|
return null;
|
|
2023
2023
|
}
|
|
2024
2024
|
|
|
2025
|
-
// bazel-out/
|
|
2025
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
|
|
2026
2026
|
function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
2027
2027
|
const topMeta = reader.getDirectiveMetadata(dir);
|
|
2028
2028
|
if (topMeta === null) {
|
|
@@ -2079,7 +2079,7 @@ function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
|
2079
2079
|
});
|
|
2080
2080
|
}
|
|
2081
2081
|
|
|
2082
|
-
// bazel-out/
|
|
2082
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
|
|
2083
2083
|
var LocalMetadataRegistry = class {
|
|
2084
2084
|
constructor() {
|
|
2085
2085
|
this.directives = /* @__PURE__ */ new Map();
|
|
@@ -2138,7 +2138,7 @@ var InjectableClassRegistry = class {
|
|
|
2138
2138
|
}
|
|
2139
2139
|
};
|
|
2140
2140
|
|
|
2141
|
-
// bazel-out/
|
|
2141
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
|
|
2142
2142
|
var ResourceRegistry = class {
|
|
2143
2143
|
constructor() {
|
|
2144
2144
|
this.externalTemplateToComponentsMap = /* @__PURE__ */ new Map();
|
|
@@ -2203,7 +2203,7 @@ var ResourceRegistry = class {
|
|
|
2203
2203
|
}
|
|
2204
2204
|
};
|
|
2205
2205
|
|
|
2206
|
-
// bazel-out/
|
|
2206
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
|
|
2207
2207
|
var CompilationMode;
|
|
2208
2208
|
(function(CompilationMode2) {
|
|
2209
2209
|
CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
|
|
@@ -2221,7 +2221,7 @@ var HandlerFlags;
|
|
|
2221
2221
|
HandlerFlags2[HandlerFlags2["FULL_INHERITANCE"] = 1] = "FULL_INHERITANCE";
|
|
2222
2222
|
})(HandlerFlags || (HandlerFlags = {}));
|
|
2223
2223
|
|
|
2224
|
-
// bazel-out/
|
|
2224
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
|
|
2225
2225
|
import ts8 from "typescript";
|
|
2226
2226
|
function aliasTransformFactory(exportStatements) {
|
|
2227
2227
|
return (context) => {
|
|
@@ -2239,13 +2239,13 @@ function aliasTransformFactory(exportStatements) {
|
|
|
2239
2239
|
};
|
|
2240
2240
|
}
|
|
2241
2241
|
|
|
2242
|
-
// bazel-out/
|
|
2242
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
2243
2243
|
import ts12 from "typescript";
|
|
2244
2244
|
|
|
2245
|
-
// bazel-out/
|
|
2245
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
2246
2246
|
import ts9 from "typescript";
|
|
2247
2247
|
|
|
2248
|
-
// bazel-out/
|
|
2248
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
|
|
2249
2249
|
var NgExtension = Symbol("NgExtension");
|
|
2250
2250
|
function isExtended(sf) {
|
|
2251
2251
|
return sf[NgExtension] !== void 0;
|
|
@@ -2305,7 +2305,7 @@ function retagTsFile(sf) {
|
|
|
2305
2305
|
}
|
|
2306
2306
|
}
|
|
2307
2307
|
|
|
2308
|
-
// bazel-out/
|
|
2308
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
|
|
2309
2309
|
var TS_EXTENSIONS = /\.tsx?$/i;
|
|
2310
2310
|
function makeShimFileName(fileName, suffix) {
|
|
2311
2311
|
return absoluteFrom(fileName.replace(TS_EXTENSIONS, suffix));
|
|
@@ -2320,7 +2320,7 @@ function generatedModuleName(originalModuleName, originalFileName, genSuffix) {
|
|
|
2320
2320
|
return moduleName;
|
|
2321
2321
|
}
|
|
2322
2322
|
|
|
2323
|
-
// bazel-out/
|
|
2323
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
2324
2324
|
var ShimAdapter = class {
|
|
2325
2325
|
constructor(delegate, tsRootFiles, topLevelGenerators, perFileGenerators, oldProgram) {
|
|
2326
2326
|
this.delegate = delegate;
|
|
@@ -2417,7 +2417,7 @@ var ShimAdapter = class {
|
|
|
2417
2417
|
}
|
|
2418
2418
|
};
|
|
2419
2419
|
|
|
2420
|
-
// bazel-out/
|
|
2420
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/factory_generator.mjs
|
|
2421
2421
|
import ts10 from "typescript";
|
|
2422
2422
|
var TS_DTS_SUFFIX = /(\.d)?\.ts$/;
|
|
2423
2423
|
var STRIP_NG_FACTORY = /(.*)NgFactory$/;
|
|
@@ -2566,7 +2566,7 @@ function updateInitializers(stmt, update) {
|
|
|
2566
2566
|
return ts10.updateVariableStatement(stmt, stmt.modifiers, ts10.updateVariableDeclarationList(stmt.declarationList, stmt.declarationList.declarations.map((decl) => ts10.updateVariableDeclaration(decl, decl.name, decl.type, update(decl.initializer)))));
|
|
2567
2567
|
}
|
|
2568
2568
|
|
|
2569
|
-
// bazel-out/
|
|
2569
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
|
|
2570
2570
|
var ShimReferenceTagger = class {
|
|
2571
2571
|
constructor(shimExtensions) {
|
|
2572
2572
|
this.tagged = /* @__PURE__ */ new Set();
|
|
@@ -2600,7 +2600,7 @@ var ShimReferenceTagger = class {
|
|
|
2600
2600
|
}
|
|
2601
2601
|
};
|
|
2602
2602
|
|
|
2603
|
-
// bazel-out/
|
|
2603
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/summary_generator.mjs
|
|
2604
2604
|
import ts11 from "typescript";
|
|
2605
2605
|
var SummaryGenerator = class {
|
|
2606
2606
|
constructor() {
|
|
@@ -2640,7 +2640,7 @@ function isExported2(decl) {
|
|
|
2640
2640
|
return decl.modifiers !== void 0 && decl.modifiers.some((mod) => mod.kind == ts11.SyntaxKind.ExportKeyword);
|
|
2641
2641
|
}
|
|
2642
2642
|
|
|
2643
|
-
// bazel-out/
|
|
2643
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
|
|
2644
2644
|
var TraitState;
|
|
2645
2645
|
(function(TraitState2) {
|
|
2646
2646
|
TraitState2[TraitState2["Pending"] = 0] = "Pending";
|
|
@@ -2695,7 +2695,7 @@ var TraitImpl = class {
|
|
|
2695
2695
|
}
|
|
2696
2696
|
};
|
|
2697
2697
|
|
|
2698
|
-
// bazel-out/
|
|
2698
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
2699
2699
|
var TraitCompiler = class {
|
|
2700
2700
|
constructor(handlers, reflector, perf, incrementalBuild, compileNonExportedClasses, compilationMode, dtsTransforms, semanticDepGraphUpdater) {
|
|
2701
2701
|
this.handlers = handlers;
|
|
@@ -3135,10 +3135,10 @@ var TraitCompiler = class {
|
|
|
3135
3135
|
}
|
|
3136
3136
|
};
|
|
3137
3137
|
|
|
3138
|
-
// bazel-out/
|
|
3138
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
3139
3139
|
import ts14 from "typescript";
|
|
3140
3140
|
|
|
3141
|
-
// bazel-out/
|
|
3141
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/utils.mjs
|
|
3142
3142
|
import ts13 from "typescript";
|
|
3143
3143
|
function addImports(importManager, sf, extraStatements = []) {
|
|
3144
3144
|
const addedImports = importManager.getAllImports(sf.fileName).map((i) => {
|
|
@@ -3166,7 +3166,7 @@ function isImportStatement(stmt) {
|
|
|
3166
3166
|
return ts13.isImportDeclaration(stmt) || ts13.isImportEqualsDeclaration(stmt) || ts13.isNamespaceImport(stmt);
|
|
3167
3167
|
}
|
|
3168
3168
|
|
|
3169
|
-
// bazel-out/
|
|
3169
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
3170
3170
|
var DtsTransformRegistry = class {
|
|
3171
3171
|
constructor() {
|
|
3172
3172
|
this.ivyDeclarationTransforms = /* @__PURE__ */ new Map();
|
|
@@ -3291,11 +3291,11 @@ function markForEmitAsSingleLine(node) {
|
|
|
3291
3291
|
ts14.forEachChild(node, markForEmitAsSingleLine);
|
|
3292
3292
|
}
|
|
3293
3293
|
|
|
3294
|
-
// bazel-out/
|
|
3294
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
3295
3295
|
import { ConstantPool } from "@angular/compiler";
|
|
3296
3296
|
import ts16 from "typescript";
|
|
3297
3297
|
|
|
3298
|
-
// bazel-out/
|
|
3298
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
|
|
3299
3299
|
import ts15 from "typescript";
|
|
3300
3300
|
function visit(node, visitor, context) {
|
|
3301
3301
|
return visitor._visit(node, context);
|
|
@@ -3357,7 +3357,7 @@ function hasStatements(node) {
|
|
|
3357
3357
|
return block.statements !== void 0 && Array.isArray(block.statements);
|
|
3358
3358
|
}
|
|
3359
3359
|
|
|
3360
|
-
// bazel-out/
|
|
3360
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
3361
3361
|
var NO_DECORATORS = /* @__PURE__ */ new Set();
|
|
3362
3362
|
var CLOSURE_FILE_OVERVIEW_REGEXP = /\s+@fileoverview\s+/i;
|
|
3363
3363
|
function ivyTransformFactory(compilation, reflector, importRewriter, defaultImportTracker, perf, isCore, isClosureCompilerEnabled) {
|
|
@@ -3538,7 +3538,7 @@ function createRecorderFn(defaultImportTracker) {
|
|
|
3538
3538
|
};
|
|
3539
3539
|
}
|
|
3540
3540
|
|
|
3541
|
-
// bazel-out/
|
|
3541
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/diagnostics.mjs
|
|
3542
3542
|
import ts17 from "typescript";
|
|
3543
3543
|
function createValueHasWrongTypeError(node, value, messageText) {
|
|
3544
3544
|
var _a;
|
|
@@ -3635,11 +3635,11 @@ function getInheritedUndecoratedCtorDiagnostic(node, baseClass, reader) {
|
|
|
3635
3635
|
return makeDiagnostic(ErrorCode.DIRECTIVE_INHERITS_UNDECORATED_CTOR, node.name, `The ${dirOrComp.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 @Directive decorator to ${baseClassName}, or add an explicit constructor to ${node.name.text}.`);
|
|
3636
3636
|
}
|
|
3637
3637
|
|
|
3638
|
-
// bazel-out/
|
|
3638
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/directive.mjs
|
|
3639
3639
|
import { compileClassMetadata, compileDeclareClassMetadata, compileDeclareDirectiveFromMetadata, compileDirectiveFromMetadata, createMayBeForwardRefExpression, emitDistinctChangesOnlyDefaultValue, ExternalExpr as ExternalExpr3, FactoryTarget, getSafePropertyAccessString, makeBindingParser, parseHostBindings, verifyHostBindings, WrappedNodeExpr as WrappedNodeExpr3 } from "@angular/compiler";
|
|
3640
3640
|
import ts19 from "typescript";
|
|
3641
3641
|
|
|
3642
|
-
// bazel-out/
|
|
3642
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/factory.mjs
|
|
3643
3643
|
import { compileDeclareFactoryFunction, compileFactoryFunction } from "@angular/compiler";
|
|
3644
3644
|
function compileNgFactoryDefField(metadata) {
|
|
3645
3645
|
const res = compileFactoryFunction(metadata);
|
|
@@ -3650,7 +3650,7 @@ function compileDeclareFactory(metadata) {
|
|
|
3650
3650
|
return { name: "\u0275fac", initializer: res.expression, statements: res.statements, type: res.type };
|
|
3651
3651
|
}
|
|
3652
3652
|
|
|
3653
|
-
// bazel-out/
|
|
3653
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/metadata.mjs
|
|
3654
3654
|
import { FunctionExpr, LiteralArrayExpr, LiteralExpr as LiteralExpr2, literalMap, ReturnStatement, WrappedNodeExpr as WrappedNodeExpr2 } from "@angular/compiler";
|
|
3655
3655
|
import ts18 from "typescript";
|
|
3656
3656
|
function extractClassMetadata(clazz, reflection, isCore, annotateForClosureCompiler, angularDecoratorTransform = (dec) => dec) {
|
|
@@ -3738,7 +3738,7 @@ function removeIdentifierReferences(node, name) {
|
|
|
3738
3738
|
return result.transformed[0];
|
|
3739
3739
|
}
|
|
3740
3740
|
|
|
3741
|
-
// bazel-out/
|
|
3741
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/directive.mjs
|
|
3742
3742
|
var EMPTY_OBJECT = {};
|
|
3743
3743
|
var FIELD_DECORATORS = [
|
|
3744
3744
|
"Input",
|
|
@@ -4301,7 +4301,7 @@ var QUERY_TYPES = /* @__PURE__ */ new Set([
|
|
|
4301
4301
|
"ViewChildren"
|
|
4302
4302
|
]);
|
|
4303
4303
|
|
|
4304
|
-
// bazel-out/
|
|
4304
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/ng_module.mjs
|
|
4305
4305
|
import { compileClassMetadata as compileClassMetadata2, compileDeclareClassMetadata as compileDeclareClassMetadata2, compileDeclareInjectorFromMetadata, compileDeclareNgModuleFromMetadata, compileInjector, compileNgModule, CUSTOM_ELEMENTS_SCHEMA, ExternalExpr as ExternalExpr4, FactoryTarget as FactoryTarget2, InvokeFunctionExpr, LiteralArrayExpr as LiteralArrayExpr2, NO_ERRORS_SCHEMA, R3Identifiers, WrappedNodeExpr as WrappedNodeExpr4 } from "@angular/compiler";
|
|
4306
4306
|
import ts20 from "typescript";
|
|
4307
4307
|
var NgModuleSymbol = class extends SemanticSymbol {
|
|
@@ -4747,7 +4747,7 @@ function isNgModule(node, compilation) {
|
|
|
4747
4747
|
return !compilation.directives.some((directive) => directive.ref.node === node) && !compilation.pipes.some((pipe) => pipe.ref.node === node);
|
|
4748
4748
|
}
|
|
4749
4749
|
|
|
4750
|
-
// bazel-out/
|
|
4750
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/component.mjs
|
|
4751
4751
|
var EMPTY_MAP = /* @__PURE__ */ new Map();
|
|
4752
4752
|
var EMPTY_ARRAY = [];
|
|
4753
4753
|
var ComponentSymbol = class extends DirectiveSymbol {
|
|
@@ -5655,7 +5655,7 @@ function collectAnimationNames(value, animationTriggerNames) {
|
|
|
5655
5655
|
}
|
|
5656
5656
|
}
|
|
5657
5657
|
|
|
5658
|
-
// bazel-out/
|
|
5658
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
|
|
5659
5659
|
import { compileClassMetadata as compileClassMetadata4, compileDeclareClassMetadata as compileDeclareClassMetadata4, compileDeclareInjectableFromMetadata, compileInjectable, createMayBeForwardRefExpression as createMayBeForwardRefExpression2, FactoryTarget as FactoryTarget4, LiteralExpr as LiteralExpr3, WrappedNodeExpr as WrappedNodeExpr6 } from "@angular/compiler";
|
|
5660
5660
|
import ts22 from "typescript";
|
|
5661
5661
|
var InjectableDecoratorHandler = class {
|
|
@@ -5855,7 +5855,7 @@ function getDep(dep, reflector) {
|
|
|
5855
5855
|
return meta;
|
|
5856
5856
|
}
|
|
5857
5857
|
|
|
5858
|
-
// bazel-out/
|
|
5858
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
|
|
5859
5859
|
import { compileClassMetadata as compileClassMetadata5, compileDeclareClassMetadata as compileDeclareClassMetadata5, compileDeclarePipeFromMetadata, compilePipeFromMetadata, FactoryTarget as FactoryTarget5, WrappedNodeExpr as WrappedNodeExpr7 } from "@angular/compiler";
|
|
5860
5860
|
import ts23 from "typescript";
|
|
5861
5861
|
var PipeSymbol = class extends SemanticSymbol {
|
|
@@ -5980,7 +5980,7 @@ var PipeDecoratorHandler = class {
|
|
|
5980
5980
|
}
|
|
5981
5981
|
};
|
|
5982
5982
|
|
|
5983
|
-
// bazel-out/
|
|
5983
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/references_registry.mjs
|
|
5984
5984
|
var NoopReferencesRegistry = class {
|
|
5985
5985
|
add(source, ...references) {
|
|
5986
5986
|
}
|
|
@@ -6032,4 +6032,4 @@ export {
|
|
|
6032
6032
|
* found in the LICENSE file at https://angular.io/license
|
|
6033
6033
|
*/
|
|
6034
6034
|
// Closure Compiler ignores @suppress and similar if the comment contains @license.
|
|
6035
|
-
//# sourceMappingURL=chunk-
|
|
6035
|
+
//# sourceMappingURL=chunk-4J2PGUUV.js.map
|
|
File without changes
|