@angular/compiler-cli 13.1.0-next.3 → 13.2.0-next.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/{chunk-JJMLEEKA.js → chunk-AUFNJGZ6.js} +6 -6
- package/bundles/{chunk-JJMLEEKA.js.map → chunk-AUFNJGZ6.js.map} +0 -0
- package/bundles/{chunk-QDWL7SZJ.js → chunk-BPCUCINV.js} +2 -2
- package/bundles/{chunk-QDWL7SZJ.js.map → chunk-BPCUCINV.js.map} +0 -0
- package/bundles/{chunk-UIKTHF6Z.js → chunk-DJRTTRF3.js} +40 -40
- package/bundles/{chunk-UIKTHF6Z.js.map → chunk-DJRTTRF3.js.map} +0 -0
- package/bundles/{chunk-IESRH26X.js → chunk-FXVUPJ6A.js} +57 -57
- package/bundles/{chunk-IESRH26X.js.map → chunk-FXVUPJ6A.js.map} +0 -0
- package/bundles/{chunk-GLCRIILX.js → chunk-J6CW3T62.js} +5 -5
- package/bundles/{chunk-GLCRIILX.js.map → chunk-J6CW3T62.js.map} +0 -0
- package/bundles/{chunk-SKBLJA43.js → chunk-JTYUTYS2.js} +3 -3
- package/bundles/{chunk-SKBLJA43.js.map → chunk-JTYUTYS2.js.map} +0 -0
- package/bundles/{chunk-7HBAJSZA.js → chunk-KWZNY2SK.js} +76 -83
- package/bundles/chunk-KWZNY2SK.js.map +6 -0
- package/bundles/{chunk-HDZS2JG2.js → chunk-O5ZEI3UY.js} +19 -19
- package/bundles/chunk-O5ZEI3UY.js.map +6 -0
- package/bundles/{chunk-MFCLQBFK.js → chunk-OOIW53QX.js} +31 -31
- package/bundles/{chunk-MFCLQBFK.js.map → chunk-OOIW53QX.js.map} +0 -0
- package/bundles/{chunk-COAETSNP.js → chunk-P5ZW5MI4.js} +105 -190
- package/bundles/chunk-P5ZW5MI4.js.map +6 -0
- package/bundles/{chunk-QL6ZC3U3.js → chunk-PF3ZPGF5.js} +7 -7
- package/bundles/{chunk-QL6ZC3U3.js.map → chunk-PF3ZPGF5.js.map} +0 -0
- package/bundles/{chunk-UMUIU7TE.js → chunk-QFB4WK55.js} +4 -4
- package/bundles/{chunk-UMUIU7TE.js.map → chunk-QFB4WK55.js.map} +0 -0
- package/bundles/{chunk-EP5JHXG2.js → chunk-TI3THPMZ.js} +7 -7
- package/bundles/{chunk-EP5JHXG2.js.map → chunk-TI3THPMZ.js.map} +0 -0
- package/bundles/{chunk-7HVF6UHR.js → chunk-W5CGOJQ4.js} +13 -7
- package/bundles/chunk-W5CGOJQ4.js.map +6 -0
- package/bundles/{chunk-4EDYFHXN.js → chunk-X46CEINM.js} +6 -6
- package/bundles/chunk-X46CEINM.js.map +6 -0
- package/bundles/index.js +12 -27
- package/bundles/index.js.map +2 -2
- 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/index.d.ts +0 -2
- package/ngcc/src/packages/build_marker.d.ts +1 -1
- package/package.json +2 -2
- package/src/main.d.ts +3 -3
- package/src/ngtsc/core/src/host.d.ts +1 -1
- package/src/ngtsc/program.d.ts +3 -6
- package/src/ngtsc/program_driver/src/ts_create_program_driver.d.ts +1 -1
- package/src/ngtsc/util/src/typescript.d.ts +0 -5
- package/src/perform_compile.d.ts +5 -10
- package/src/perform_watch.d.ts +4 -4
- package/src/transformers/api.d.ts +3 -30
- package/src/transformers/util.d.ts +4 -6
- package/bundles/chunk-4EDYFHXN.js.map +0 -6
- package/bundles/chunk-7HBAJSZA.js.map +0 -6
- package/bundles/chunk-7HVF6UHR.js.map +0 -6
- package/bundles/chunk-COAETSNP.js.map +0 -6
- package/bundles/chunk-HDZS2JG2.js.map +0 -6
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
reflectObjectLiteral,
|
|
14
14
|
reflectTypeEntityToDeclaration,
|
|
15
15
|
typeNodeToValueExpr
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-X46CEINM.js";
|
|
17
17
|
import {
|
|
18
18
|
ImportFlags,
|
|
19
19
|
ImportManager,
|
|
@@ -28,22 +28,22 @@ import {
|
|
|
28
28
|
translateExpression,
|
|
29
29
|
translateStatement,
|
|
30
30
|
translateType
|
|
31
|
-
} from "./chunk-
|
|
31
|
+
} from "./chunk-O5ZEI3UY.js";
|
|
32
32
|
import {
|
|
33
33
|
absoluteFrom,
|
|
34
34
|
absoluteFromSourceFile,
|
|
35
35
|
relative
|
|
36
|
-
} from "./chunk-
|
|
36
|
+
} from "./chunk-TI3THPMZ.js";
|
|
37
37
|
import {
|
|
38
38
|
PerfEvent,
|
|
39
39
|
PerfPhase
|
|
40
|
-
} from "./chunk-
|
|
40
|
+
} from "./chunk-J6CW3T62.js";
|
|
41
41
|
import {
|
|
42
42
|
__spreadProps,
|
|
43
43
|
__spreadValues
|
|
44
44
|
} from "./chunk-XA5IZLLC.js";
|
|
45
45
|
|
|
46
|
-
// bazel-out/
|
|
46
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
|
|
47
47
|
var DynamicValue = class {
|
|
48
48
|
constructor(node, reason, code) {
|
|
49
49
|
this.node = node;
|
|
@@ -128,10 +128,10 @@ var DynamicValue = class {
|
|
|
128
128
|
}
|
|
129
129
|
};
|
|
130
130
|
|
|
131
|
-
// bazel-out/
|
|
131
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
132
132
|
import ts from "typescript";
|
|
133
133
|
|
|
134
|
-
// bazel-out/
|
|
134
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
|
|
135
135
|
var ResolvedModule = class {
|
|
136
136
|
constructor(exports, evaluate) {
|
|
137
137
|
this.exports = exports;
|
|
@@ -161,7 +161,7 @@ var EnumValue = class {
|
|
|
161
161
|
var KnownFn = class {
|
|
162
162
|
};
|
|
163
163
|
|
|
164
|
-
// bazel-out/
|
|
164
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
|
|
165
165
|
var ArraySliceBuiltinFn = class extends KnownFn {
|
|
166
166
|
constructor(lhs) {
|
|
167
167
|
super();
|
|
@@ -232,7 +232,7 @@ var ObjectAssignBuiltinFn = class extends KnownFn {
|
|
|
232
232
|
}
|
|
233
233
|
};
|
|
234
234
|
|
|
235
|
-
// bazel-out/
|
|
235
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/ts_helpers.mjs
|
|
236
236
|
var AssignHelperFn = class extends ObjectAssignBuiltinFn {
|
|
237
237
|
};
|
|
238
238
|
var SpreadHelperFn = class extends KnownFn {
|
|
@@ -285,7 +285,7 @@ var ReadHelperFn = class extends KnownFn {
|
|
|
285
285
|
}
|
|
286
286
|
};
|
|
287
287
|
|
|
288
|
-
// bazel-out/
|
|
288
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/known_declaration.mjs
|
|
289
289
|
var jsGlobalObjectValue = new Map([["assign", new ObjectAssignBuiltinFn()]]);
|
|
290
290
|
var assignTsHelperFn = new AssignHelperFn();
|
|
291
291
|
var spreadTsHelperFn = new SpreadHelperFn();
|
|
@@ -309,7 +309,7 @@ function resolveKnownDeclaration(decl) {
|
|
|
309
309
|
}
|
|
310
310
|
}
|
|
311
311
|
|
|
312
|
-
// bazel-out/
|
|
312
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
313
313
|
function literalBinaryOp(op) {
|
|
314
314
|
return { op, literal: true };
|
|
315
315
|
}
|
|
@@ -896,7 +896,7 @@ function owningModule(context, override = null) {
|
|
|
896
896
|
}
|
|
897
897
|
}
|
|
898
898
|
|
|
899
|
-
// bazel-out/
|
|
899
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
|
|
900
900
|
var PartialEvaluator = class {
|
|
901
901
|
constructor(host, checker, dependencyTracker) {
|
|
902
902
|
this.host = host;
|
|
@@ -916,10 +916,10 @@ var PartialEvaluator = class {
|
|
|
916
916
|
}
|
|
917
917
|
};
|
|
918
918
|
|
|
919
|
-
// bazel-out/
|
|
919
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
|
|
920
920
|
import ts3 from "typescript";
|
|
921
921
|
|
|
922
|
-
// bazel-out/
|
|
922
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_code.mjs
|
|
923
923
|
var ErrorCode;
|
|
924
924
|
(function(ErrorCode2) {
|
|
925
925
|
ErrorCode2[ErrorCode2["DECORATOR_ARG_NOT_LITERAL"] = 1001] = "DECORATOR_ARG_NOT_LITERAL";
|
|
@@ -970,7 +970,7 @@ var ErrorCode;
|
|
|
970
970
|
ErrorCode2[ErrorCode2["SUGGEST_SUBOPTIMAL_TYPE_INFERENCE"] = 10002] = "SUGGEST_SUBOPTIMAL_TYPE_INFERENCE";
|
|
971
971
|
})(ErrorCode || (ErrorCode = {}));
|
|
972
972
|
|
|
973
|
-
// bazel-out/
|
|
973
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
|
|
974
974
|
var COMPILER_ERRORS_WITH_GUIDES = new Set([
|
|
975
975
|
ErrorCode.DECORATOR_ARG_NOT_LITERAL,
|
|
976
976
|
ErrorCode.IMPORT_CYCLE_DETECTED,
|
|
@@ -981,10 +981,10 @@ var COMPILER_ERRORS_WITH_GUIDES = new Set([
|
|
|
981
981
|
ErrorCode.COMPONENT_INVALID_SHADOW_DOM_SELECTOR
|
|
982
982
|
]);
|
|
983
983
|
|
|
984
|
-
// bazel-out/
|
|
984
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
985
985
|
import ts2 from "typescript";
|
|
986
986
|
|
|
987
|
-
// bazel-out/
|
|
987
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/util.mjs
|
|
988
988
|
var ERROR_CODE_MATCHER = /(\u001b\[\d+m ?)TS-99(\d+: ?\u001b\[\d+m)/g;
|
|
989
989
|
function replaceTsWithNgInErrors(errors) {
|
|
990
990
|
return errors.replace(ERROR_CODE_MATCHER, "$1NG$2");
|
|
@@ -993,7 +993,7 @@ function ngErrorCode(code) {
|
|
|
993
993
|
return parseInt("-99" + code);
|
|
994
994
|
}
|
|
995
995
|
|
|
996
|
-
// bazel-out/
|
|
996
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
997
997
|
var FatalDiagnosticError = class {
|
|
998
998
|
constructor(code, node, message, relatedInformation) {
|
|
999
999
|
this.code = code;
|
|
@@ -1033,10 +1033,10 @@ function isFatalDiagnosticError(err) {
|
|
|
1033
1033
|
return err._isFatalDiagnosticError === true;
|
|
1034
1034
|
}
|
|
1035
1035
|
|
|
1036
|
-
// bazel-out/
|
|
1036
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_details_base_url.mjs
|
|
1037
1037
|
var ERROR_DETAILS_PAGE_BASE_URL = "https://angular.io/errors";
|
|
1038
1038
|
|
|
1039
|
-
// bazel-out/
|
|
1039
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
|
|
1040
1040
|
function describeResolvedType(value, maxDepth = 1) {
|
|
1041
1041
|
var _a, _b;
|
|
1042
1042
|
if (value === null) {
|
|
@@ -1162,7 +1162,7 @@ function getContainerNode(node) {
|
|
|
1162
1162
|
return node.getSourceFile();
|
|
1163
1163
|
}
|
|
1164
1164
|
|
|
1165
|
-
// bazel-out/
|
|
1165
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/util.mjs
|
|
1166
1166
|
import { ExternalExpr, LiteralExpr, ParseLocation, ParseSourceFile, ParseSourceSpan, ReadPropExpr, WrappedNodeExpr } from "@angular/compiler";
|
|
1167
1167
|
import ts4 from "typescript";
|
|
1168
1168
|
function getConstructorDependencies(clazz, reflector, isCore) {
|
|
@@ -1522,11 +1522,11 @@ function toFactoryMetadata(meta, target) {
|
|
|
1522
1522
|
};
|
|
1523
1523
|
}
|
|
1524
1524
|
|
|
1525
|
-
// bazel-out/
|
|
1525
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/component.mjs
|
|
1526
1526
|
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";
|
|
1527
1527
|
import ts19 from "typescript";
|
|
1528
1528
|
|
|
1529
|
-
// bazel-out/
|
|
1529
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
|
|
1530
1530
|
import ts5 from "typescript";
|
|
1531
1531
|
var SemanticSymbol = class {
|
|
1532
1532
|
constructor(decl) {
|
|
@@ -1542,7 +1542,7 @@ function getSymbolIdentifier(decl) {
|
|
|
1542
1542
|
return decl.name.text;
|
|
1543
1543
|
}
|
|
1544
1544
|
|
|
1545
|
-
// bazel-out/
|
|
1545
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
|
|
1546
1546
|
import { ExternalExpr as ExternalExpr2 } from "@angular/compiler";
|
|
1547
1547
|
var OpaqueSymbol = class extends SemanticSymbol {
|
|
1548
1548
|
isPublicApiAffected() {
|
|
@@ -1685,10 +1685,10 @@ function getImportPath(expr) {
|
|
|
1685
1685
|
}
|
|
1686
1686
|
}
|
|
1687
1687
|
|
|
1688
|
-
// bazel-out/
|
|
1688
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
1689
1689
|
import ts6 from "typescript";
|
|
1690
1690
|
|
|
1691
|
-
// bazel-out/
|
|
1691
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
|
|
1692
1692
|
function isSymbolEqual(a, b) {
|
|
1693
1693
|
if (a.decl === b.decl) {
|
|
1694
1694
|
return true;
|
|
@@ -1738,7 +1738,7 @@ function isSetEqual(a, b, equalityTester = referenceEquality) {
|
|
|
1738
1738
|
return true;
|
|
1739
1739
|
}
|
|
1740
1740
|
|
|
1741
|
-
// bazel-out/
|
|
1741
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
1742
1742
|
function extractSemanticTypeParameters(node) {
|
|
1743
1743
|
if (!ts6.isClassDeclaration(node) || node.typeParameters === void 0) {
|
|
1744
1744
|
return null;
|
|
@@ -1758,17 +1758,17 @@ function isTypeParameterEqual(a, b) {
|
|
|
1758
1758
|
return a.hasGenericTypeBound === b.hasGenericTypeBound;
|
|
1759
1759
|
}
|
|
1760
1760
|
|
|
1761
|
-
// bazel-out/
|
|
1761
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
|
|
1762
1762
|
var MetaType;
|
|
1763
1763
|
(function(MetaType2) {
|
|
1764
1764
|
MetaType2[MetaType2["Pipe"] = 0] = "Pipe";
|
|
1765
1765
|
MetaType2[MetaType2["Directive"] = 1] = "Directive";
|
|
1766
1766
|
})(MetaType || (MetaType = {}));
|
|
1767
1767
|
|
|
1768
|
-
// bazel-out/
|
|
1768
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
1769
1769
|
import ts8 from "typescript";
|
|
1770
1770
|
|
|
1771
|
-
// bazel-out/
|
|
1771
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
|
|
1772
1772
|
var ClassPropertyMapping = class {
|
|
1773
1773
|
constructor(forwardMap) {
|
|
1774
1774
|
this.forwardMap = forwardMap;
|
|
@@ -1844,7 +1844,7 @@ function reverseMapFromForwardMap(forwardMap) {
|
|
|
1844
1844
|
return reverseMap;
|
|
1845
1845
|
}
|
|
1846
1846
|
|
|
1847
|
-
// bazel-out/
|
|
1847
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
|
|
1848
1848
|
import ts7 from "typescript";
|
|
1849
1849
|
function extractReferencesFromType(checker, def, bestGuessOwningModule) {
|
|
1850
1850
|
if (!ts7.isTupleTypeNode(def)) {
|
|
@@ -2011,7 +2011,7 @@ function hasInjectableFields(clazz, host) {
|
|
|
2011
2011
|
return members.some(({ isStatic, name }) => isStatic && (name === "\u0275prov" || name === "\u0275fac"));
|
|
2012
2012
|
}
|
|
2013
2013
|
|
|
2014
|
-
// bazel-out/
|
|
2014
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
2015
2015
|
var DtsMetadataReader = class {
|
|
2016
2016
|
constructor(checker, reflector) {
|
|
2017
2017
|
this.checker = checker;
|
|
@@ -2111,7 +2111,7 @@ function readBaseClass2(clazz, checker, reflector) {
|
|
|
2111
2111
|
return null;
|
|
2112
2112
|
}
|
|
2113
2113
|
|
|
2114
|
-
// bazel-out/
|
|
2114
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
|
|
2115
2115
|
function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
2116
2116
|
const topMeta = reader.getDirectiveMetadata(dir);
|
|
2117
2117
|
if (topMeta === null) {
|
|
@@ -2168,7 +2168,7 @@ function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
|
2168
2168
|
});
|
|
2169
2169
|
}
|
|
2170
2170
|
|
|
2171
|
-
// bazel-out/
|
|
2171
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
|
|
2172
2172
|
var LocalMetadataRegistry = class {
|
|
2173
2173
|
constructor() {
|
|
2174
2174
|
this.directives = new Map();
|
|
@@ -2227,7 +2227,7 @@ var InjectableClassRegistry = class {
|
|
|
2227
2227
|
}
|
|
2228
2228
|
};
|
|
2229
2229
|
|
|
2230
|
-
// bazel-out/
|
|
2230
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
|
|
2231
2231
|
var ResourceRegistry = class {
|
|
2232
2232
|
constructor() {
|
|
2233
2233
|
this.externalTemplateToComponentsMap = new Map();
|
|
@@ -2292,7 +2292,7 @@ var ResourceRegistry = class {
|
|
|
2292
2292
|
}
|
|
2293
2293
|
};
|
|
2294
2294
|
|
|
2295
|
-
// bazel-out/
|
|
2295
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
|
|
2296
2296
|
var CompilationMode;
|
|
2297
2297
|
(function(CompilationMode2) {
|
|
2298
2298
|
CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
|
|
@@ -2310,7 +2310,7 @@ var HandlerFlags;
|
|
|
2310
2310
|
HandlerFlags2[HandlerFlags2["FULL_INHERITANCE"] = 1] = "FULL_INHERITANCE";
|
|
2311
2311
|
})(HandlerFlags || (HandlerFlags = {}));
|
|
2312
2312
|
|
|
2313
|
-
// bazel-out/
|
|
2313
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
|
|
2314
2314
|
import ts9 from "typescript";
|
|
2315
2315
|
function aliasTransformFactory(exportStatements) {
|
|
2316
2316
|
return (context) => {
|
|
@@ -2328,10 +2328,10 @@ function aliasTransformFactory(exportStatements) {
|
|
|
2328
2328
|
};
|
|
2329
2329
|
}
|
|
2330
2330
|
|
|
2331
|
-
// bazel-out/
|
|
2331
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
2332
2332
|
import ts10 from "typescript";
|
|
2333
2333
|
|
|
2334
|
-
// bazel-out/
|
|
2334
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
|
|
2335
2335
|
var TraitState;
|
|
2336
2336
|
(function(TraitState2) {
|
|
2337
2337
|
TraitState2[TraitState2["Pending"] = 0] = "Pending";
|
|
@@ -2386,7 +2386,7 @@ var TraitImpl = class {
|
|
|
2386
2386
|
}
|
|
2387
2387
|
};
|
|
2388
2388
|
|
|
2389
|
-
// bazel-out/
|
|
2389
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
2390
2390
|
var TraitCompiler = class {
|
|
2391
2391
|
constructor(handlers, reflector, perf, incrementalBuild, compileNonExportedClasses, compilationMode, dtsTransforms, semanticDepGraphUpdater) {
|
|
2392
2392
|
this.handlers = handlers;
|
|
@@ -2823,10 +2823,10 @@ var TraitCompiler = class {
|
|
|
2823
2823
|
}
|
|
2824
2824
|
};
|
|
2825
2825
|
|
|
2826
|
-
// bazel-out/
|
|
2826
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
2827
2827
|
import ts12 from "typescript";
|
|
2828
2828
|
|
|
2829
|
-
// bazel-out/
|
|
2829
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/utils.mjs
|
|
2830
2830
|
import ts11 from "typescript";
|
|
2831
2831
|
function addImports(importManager, sf, extraStatements = []) {
|
|
2832
2832
|
const addedImports = importManager.getAllImports(sf.fileName).map((i) => {
|
|
@@ -2854,7 +2854,7 @@ function isImportStatement(stmt) {
|
|
|
2854
2854
|
return ts11.isImportDeclaration(stmt) || ts11.isImportEqualsDeclaration(stmt) || ts11.isNamespaceImport(stmt);
|
|
2855
2855
|
}
|
|
2856
2856
|
|
|
2857
|
-
// bazel-out/
|
|
2857
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
2858
2858
|
var DtsTransformRegistry = class {
|
|
2859
2859
|
constructor() {
|
|
2860
2860
|
this.ivyDeclarationTransforms = new Map();
|
|
@@ -2979,11 +2979,11 @@ function markForEmitAsSingleLine(node) {
|
|
|
2979
2979
|
ts12.forEachChild(node, markForEmitAsSingleLine);
|
|
2980
2980
|
}
|
|
2981
2981
|
|
|
2982
|
-
// bazel-out/
|
|
2982
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
2983
2983
|
import { ConstantPool } from "@angular/compiler";
|
|
2984
2984
|
import ts14 from "typescript";
|
|
2985
2985
|
|
|
2986
|
-
// bazel-out/
|
|
2986
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
|
|
2987
2987
|
import ts13 from "typescript";
|
|
2988
2988
|
function visit(node, visitor, context) {
|
|
2989
2989
|
return visitor._visit(node, context);
|
|
@@ -3045,7 +3045,7 @@ function hasStatements(node) {
|
|
|
3045
3045
|
return block.statements !== void 0 && Array.isArray(block.statements);
|
|
3046
3046
|
}
|
|
3047
3047
|
|
|
3048
|
-
// bazel-out/
|
|
3048
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
3049
3049
|
var NO_DECORATORS = new Set();
|
|
3050
3050
|
var CLOSURE_FILE_OVERVIEW_REGEXP = /\s+@fileoverview\s+/i;
|
|
3051
3051
|
function ivyTransformFactory(compilation, reflector, importRewriter, defaultImportTracker, perf, isCore, isClosureCompilerEnabled) {
|
|
@@ -3226,7 +3226,7 @@ function createRecorderFn(defaultImportTracker) {
|
|
|
3226
3226
|
};
|
|
3227
3227
|
}
|
|
3228
3228
|
|
|
3229
|
-
// bazel-out/
|
|
3229
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/diagnostics.mjs
|
|
3230
3230
|
import ts15 from "typescript";
|
|
3231
3231
|
function createValueHasWrongTypeError(node, value, messageText) {
|
|
3232
3232
|
var _a;
|
|
@@ -3323,11 +3323,11 @@ function getInheritedUndecoratedCtorDiagnostic(node, baseClass, reader) {
|
|
|
3323
3323
|
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}.`);
|
|
3324
3324
|
}
|
|
3325
3325
|
|
|
3326
|
-
// bazel-out/
|
|
3326
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/directive.mjs
|
|
3327
3327
|
import { compileClassMetadata, compileDeclareClassMetadata, compileDeclareDirectiveFromMetadata, compileDirectiveFromMetadata, createMayBeForwardRefExpression, emitDistinctChangesOnlyDefaultValue, ExternalExpr as ExternalExpr3, FactoryTarget, getSafePropertyAccessString, makeBindingParser, parseHostBindings, verifyHostBindings, WrappedNodeExpr as WrappedNodeExpr3 } from "@angular/compiler";
|
|
3328
3328
|
import ts17 from "typescript";
|
|
3329
3329
|
|
|
3330
|
-
// bazel-out/
|
|
3330
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/factory.mjs
|
|
3331
3331
|
import { compileDeclareFactoryFunction, compileFactoryFunction } from "@angular/compiler";
|
|
3332
3332
|
function compileNgFactoryDefField(metadata) {
|
|
3333
3333
|
const res = compileFactoryFunction(metadata);
|
|
@@ -3338,7 +3338,7 @@ function compileDeclareFactory(metadata) {
|
|
|
3338
3338
|
return { name: "\u0275fac", initializer: res.expression, statements: res.statements, type: res.type };
|
|
3339
3339
|
}
|
|
3340
3340
|
|
|
3341
|
-
// bazel-out/
|
|
3341
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/metadata.mjs
|
|
3342
3342
|
import { FunctionExpr, LiteralArrayExpr, LiteralExpr as LiteralExpr2, literalMap, ReturnStatement, WrappedNodeExpr as WrappedNodeExpr2 } from "@angular/compiler";
|
|
3343
3343
|
import ts16 from "typescript";
|
|
3344
3344
|
function extractClassMetadata(clazz, reflection, isCore, annotateForClosureCompiler, angularDecoratorTransform = (dec) => dec) {
|
|
@@ -3426,7 +3426,7 @@ function removeIdentifierReferences(node, name) {
|
|
|
3426
3426
|
return result.transformed[0];
|
|
3427
3427
|
}
|
|
3428
3428
|
|
|
3429
|
-
// bazel-out/
|
|
3429
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/directive.mjs
|
|
3430
3430
|
var EMPTY_OBJECT = {};
|
|
3431
3431
|
var FIELD_DECORATORS = [
|
|
3432
3432
|
"Input",
|
|
@@ -3988,7 +3988,7 @@ var QUERY_TYPES = new Set([
|
|
|
3988
3988
|
"ViewChildren"
|
|
3989
3989
|
]);
|
|
3990
3990
|
|
|
3991
|
-
// bazel-out/
|
|
3991
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/ng_module.mjs
|
|
3992
3992
|
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";
|
|
3993
3993
|
import ts18 from "typescript";
|
|
3994
3994
|
var NgModuleSymbol = class extends SemanticSymbol {
|
|
@@ -4422,7 +4422,7 @@ function isNgModule(node, compilation) {
|
|
|
4422
4422
|
return !compilation.directives.some((directive) => directive.ref.node === node) && !compilation.pipes.some((pipe) => pipe.ref.node === node);
|
|
4423
4423
|
}
|
|
4424
4424
|
|
|
4425
|
-
// bazel-out/
|
|
4425
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/component.mjs
|
|
4426
4426
|
var EMPTY_MAP = new Map();
|
|
4427
4427
|
var EMPTY_ARRAY = [];
|
|
4428
4428
|
var ComponentSymbol = class extends DirectiveSymbol {
|
|
@@ -5306,7 +5306,7 @@ function checkCustomElementSelectorForErrors(selector) {
|
|
|
5306
5306
|
return null;
|
|
5307
5307
|
}
|
|
5308
5308
|
|
|
5309
|
-
// bazel-out/
|
|
5309
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
|
|
5310
5310
|
import { compileClassMetadata as compileClassMetadata4, compileDeclareClassMetadata as compileDeclareClassMetadata4, compileDeclareInjectableFromMetadata, compileInjectable, createMayBeForwardRefExpression as createMayBeForwardRefExpression2, FactoryTarget as FactoryTarget4, LiteralExpr as LiteralExpr3, WrappedNodeExpr as WrappedNodeExpr6 } from "@angular/compiler";
|
|
5311
5311
|
import ts20 from "typescript";
|
|
5312
5312
|
var InjectableDecoratorHandler = class {
|
|
@@ -5506,7 +5506,7 @@ function getDep(dep, reflector) {
|
|
|
5506
5506
|
return meta;
|
|
5507
5507
|
}
|
|
5508
5508
|
|
|
5509
|
-
// bazel-out/
|
|
5509
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
|
|
5510
5510
|
import { compileClassMetadata as compileClassMetadata5, compileDeclareClassMetadata as compileDeclareClassMetadata5, compileDeclarePipeFromMetadata, compilePipeFromMetadata, FactoryTarget as FactoryTarget5, WrappedNodeExpr as WrappedNodeExpr7 } from "@angular/compiler";
|
|
5511
5511
|
import ts21 from "typescript";
|
|
5512
5512
|
var PipeSymbol = class extends SemanticSymbol {
|
|
@@ -5631,7 +5631,7 @@ var PipeDecoratorHandler = class {
|
|
|
5631
5631
|
}
|
|
5632
5632
|
};
|
|
5633
5633
|
|
|
5634
|
-
// bazel-out/
|
|
5634
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/references_registry.mjs
|
|
5635
5635
|
var NoopReferencesRegistry = class {
|
|
5636
5636
|
add(source, ...references) {
|
|
5637
5637
|
}
|
|
@@ -5681,4 +5681,4 @@ export {
|
|
|
5681
5681
|
* Use of this source code is governed by an MIT-style license that can be
|
|
5682
5682
|
* found in the LICENSE file at https://angular.io/license
|
|
5683
5683
|
*/
|
|
5684
|
-
//# sourceMappingURL=chunk-
|
|
5684
|
+
//# sourceMappingURL=chunk-FXVUPJ6A.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/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/api.mjs
|
|
7
7
|
var PerfPhase;
|
|
8
8
|
(function(PerfPhase2) {
|
|
9
9
|
PerfPhase2[PerfPhase2["Unaccounted"] = 0] = "Unaccounted";
|
|
@@ -68,7 +68,7 @@ var PerfCheckpoint;
|
|
|
68
68
|
PerfCheckpoint2[PerfCheckpoint2["LAST"] = 9] = "LAST";
|
|
69
69
|
})(PerfCheckpoint || (PerfCheckpoint = {}));
|
|
70
70
|
|
|
71
|
-
// bazel-out/
|
|
71
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/noop.mjs
|
|
72
72
|
var NoopPerfRecorder = class {
|
|
73
73
|
eventCount() {
|
|
74
74
|
}
|
|
@@ -85,7 +85,7 @@ var NoopPerfRecorder = class {
|
|
|
85
85
|
};
|
|
86
86
|
var NOOP_PERF_RECORDER = new NoopPerfRecorder();
|
|
87
87
|
|
|
88
|
-
// bazel-out/
|
|
88
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/clock.mjs
|
|
89
89
|
function mark() {
|
|
90
90
|
return process.hrtime();
|
|
91
91
|
}
|
|
@@ -94,7 +94,7 @@ function timeSinceInMicros(mark2) {
|
|
|
94
94
|
return delta[0] * 1e6 + Math.floor(delta[1] / 1e3);
|
|
95
95
|
}
|
|
96
96
|
|
|
97
|
-
// bazel-out/
|
|
97
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/recorder.mjs
|
|
98
98
|
var ActivePerfRecorder = class {
|
|
99
99
|
constructor(zeroTime) {
|
|
100
100
|
this.zeroTime = zeroTime;
|
|
@@ -203,4 +203,4 @@ export {
|
|
|
203
203
|
* Use of this source code is governed by an MIT-style license that can be
|
|
204
204
|
* found in the LICENSE file at https://angular.io/license
|
|
205
205
|
*/
|
|
206
|
-
//# sourceMappingURL=chunk-
|
|
206
|
+
//# sourceMappingURL=chunk-J6CW3T62.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/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/logger.mjs
|
|
7
7
|
var LogLevel;
|
|
8
8
|
(function(LogLevel2) {
|
|
9
9
|
LogLevel2[LogLevel2["debug"] = 0] = "debug";
|
|
@@ -12,7 +12,7 @@ var LogLevel;
|
|
|
12
12
|
LogLevel2[LogLevel2["error"] = 3] = "error";
|
|
13
13
|
})(LogLevel || (LogLevel = {}));
|
|
14
14
|
|
|
15
|
-
// bazel-out/
|
|
15
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/console_logger.mjs
|
|
16
16
|
var RESET = "[0m";
|
|
17
17
|
var RED = "[31m";
|
|
18
18
|
var YELLOW = "[33m";
|
|
@@ -53,4 +53,4 @@ export {
|
|
|
53
53
|
* Use of this source code is governed by an MIT-style license that can be
|
|
54
54
|
* found in the LICENSE file at https://angular.io/license
|
|
55
55
|
*/
|
|
56
|
-
//# sourceMappingURL=chunk-
|
|
56
|
+
//# sourceMappingURL=chunk-JTYUTYS2.js.map
|
|
File without changes
|