@angular/compiler-cli 14.0.0-next.2 → 14.0.0-next.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-JL6TC6CB.js → chunk-2N3G5KYJ.js} +85 -85
- package/bundles/{chunk-JL6TC6CB.js.map → chunk-2N3G5KYJ.js.map} +0 -0
- package/bundles/{chunk-N4EP6MZR.js → chunk-7C3Q5ZSV.js} +66 -66
- package/bundles/{chunk-N4EP6MZR.js.map → chunk-7C3Q5ZSV.js.map} +0 -0
- package/bundles/{chunk-XXMNTCYN.js → chunk-7PY7XEFH.js} +6 -6
- package/bundles/{chunk-XXMNTCYN.js.map → chunk-7PY7XEFH.js.map} +0 -0
- package/bundles/{chunk-RNVIUKDY.js → chunk-A5PL3TE6.js} +6 -6
- package/bundles/{chunk-RNVIUKDY.js.map → chunk-A5PL3TE6.js.map} +0 -0
- package/bundles/{chunk-QZBA4KSX.js → chunk-FXU7FMZC.js} +7 -7
- package/bundles/{chunk-QZBA4KSX.js.map → chunk-FXU7FMZC.js.map} +0 -0
- package/bundles/{chunk-J6CW3T62.js → chunk-GLCRIILX.js} +5 -5
- package/bundles/{chunk-J6CW3T62.js.map → chunk-GLCRIILX.js.map} +0 -0
- package/bundles/{chunk-VOXD467J.js → chunk-JKIKUGPN.js} +5 -5
- package/bundles/{chunk-VOXD467J.js.map → chunk-JKIKUGPN.js.map} +0 -0
- package/bundles/{chunk-3WNAIXKA.js → chunk-K2Z44JHH.js} +7 -7
- package/bundles/{chunk-3WNAIXKA.js.map → chunk-K2Z44JHH.js.map} +0 -0
- package/bundles/{chunk-BPCUCINV.js → chunk-QDWL7SZJ.js} +2 -2
- package/bundles/{chunk-BPCUCINV.js.map → chunk-QDWL7SZJ.js.map} +0 -0
- package/bundles/{chunk-2XJJHADR.js → chunk-QMGQEVL2.js} +26 -26
- package/bundles/{chunk-2XJJHADR.js.map → chunk-QMGQEVL2.js.map} +0 -0
- package/bundles/{chunk-4EUDG74G.js → chunk-QYWK7GNC.js} +70 -70
- package/bundles/{chunk-4EUDG74G.js.map → chunk-QYWK7GNC.js.map} +0 -0
- package/bundles/{chunk-JTYUTYS2.js → chunk-SKBLJA43.js} +3 -3
- package/bundles/{chunk-JTYUTYS2.js.map → chunk-SKBLJA43.js.map} +0 -0
- package/bundles/{chunk-4N4Y5TPT.js → chunk-TYUIAZWZ.js} +31 -31
- package/bundles/{chunk-4N4Y5TPT.js.map → chunk-TYUIAZWZ.js.map} +0 -0
- package/bundles/{chunk-JR2JHPEZ.js → chunk-YG7H35RB.js} +40 -40
- package/bundles/{chunk-JR2JHPEZ.js.map → chunk-YG7H35RB.js.map} +0 -0
- package/bundles/{chunk-LL4S3DRM.js → chunk-Z2HS4HDG.js} +4 -4
- package/bundles/{chunk-LL4S3DRM.js.map → chunk-Z2HS4HDG.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
|
File without changes
|
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
reflectObjectLiteral,
|
|
14
14
|
reflectTypeEntityToDeclaration,
|
|
15
15
|
typeNodeToValueExpr
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-7PY7XEFH.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-QMGQEVL2.js";
|
|
39
39
|
import {
|
|
40
40
|
absoluteFrom,
|
|
41
41
|
absoluteFromSourceFile,
|
|
42
42
|
basename,
|
|
43
43
|
relative
|
|
44
|
-
} from "./chunk-
|
|
44
|
+
} from "./chunk-FXU7FMZC.js";
|
|
45
45
|
import {
|
|
46
46
|
PerfEvent,
|
|
47
47
|
PerfPhase
|
|
48
|
-
} from "./chunk-
|
|
48
|
+
} from "./chunk-GLCRIILX.js";
|
|
49
49
|
import {
|
|
50
50
|
__spreadProps,
|
|
51
51
|
__spreadValues
|
|
52
52
|
} from "./chunk-WQ3TNYTD.js";
|
|
53
53
|
|
|
54
|
-
// bazel-out/
|
|
54
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
|
|
55
55
|
import { ExternalExpr, ParseLocation, ParseSourceFile, ParseSourceSpan, ReadPropExpr, WrappedNodeExpr } from "@angular/compiler";
|
|
56
56
|
import ts from "typescript";
|
|
57
57
|
function valueReferenceToExpression(valueRef) {
|
|
@@ -273,7 +273,7 @@ function resolveImportedFile(moduleResolver, importedFile, expr, origin) {
|
|
|
273
273
|
return moduleResolver.resolveModule(expr.value.moduleName, origin.fileName);
|
|
274
274
|
}
|
|
275
275
|
|
|
276
|
-
// bazel-out/
|
|
276
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
|
|
277
277
|
var DynamicValue = class {
|
|
278
278
|
constructor(node, reason, code) {
|
|
279
279
|
this.node = node;
|
|
@@ -358,10 +358,10 @@ var DynamicValue = class {
|
|
|
358
358
|
}
|
|
359
359
|
};
|
|
360
360
|
|
|
361
|
-
// bazel-out/
|
|
361
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
362
362
|
import ts2 from "typescript";
|
|
363
363
|
|
|
364
|
-
// bazel-out/
|
|
364
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
|
|
365
365
|
var ResolvedModule = class {
|
|
366
366
|
constructor(exports, evaluate) {
|
|
367
367
|
this.exports = exports;
|
|
@@ -391,7 +391,7 @@ var EnumValue = class {
|
|
|
391
391
|
var KnownFn = class {
|
|
392
392
|
};
|
|
393
393
|
|
|
394
|
-
// bazel-out/
|
|
394
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
|
|
395
395
|
var ArraySliceBuiltinFn = class extends KnownFn {
|
|
396
396
|
constructor(lhs) {
|
|
397
397
|
super();
|
|
@@ -462,7 +462,7 @@ var ObjectAssignBuiltinFn = class extends KnownFn {
|
|
|
462
462
|
}
|
|
463
463
|
};
|
|
464
464
|
|
|
465
|
-
// bazel-out/
|
|
465
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/ts_helpers.mjs
|
|
466
466
|
var AssignHelperFn = class extends ObjectAssignBuiltinFn {
|
|
467
467
|
};
|
|
468
468
|
var SpreadHelperFn = class extends KnownFn {
|
|
@@ -515,7 +515,7 @@ var ReadHelperFn = class extends KnownFn {
|
|
|
515
515
|
}
|
|
516
516
|
};
|
|
517
517
|
|
|
518
|
-
// bazel-out/
|
|
518
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/known_declaration.mjs
|
|
519
519
|
var jsGlobalObjectValue = /* @__PURE__ */ new Map([["assign", new ObjectAssignBuiltinFn()]]);
|
|
520
520
|
var assignTsHelperFn = new AssignHelperFn();
|
|
521
521
|
var spreadTsHelperFn = new SpreadHelperFn();
|
|
@@ -539,7 +539,7 @@ function resolveKnownDeclaration(decl) {
|
|
|
539
539
|
}
|
|
540
540
|
}
|
|
541
541
|
|
|
542
|
-
// bazel-out/
|
|
542
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
543
543
|
function literalBinaryOp(op) {
|
|
544
544
|
return { op, literal: true };
|
|
545
545
|
}
|
|
@@ -1126,7 +1126,7 @@ function owningModule(context, override = null) {
|
|
|
1126
1126
|
}
|
|
1127
1127
|
}
|
|
1128
1128
|
|
|
1129
|
-
// bazel-out/
|
|
1129
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
|
|
1130
1130
|
var PartialEvaluator = class {
|
|
1131
1131
|
constructor(host, checker, dependencyTracker) {
|
|
1132
1132
|
this.host = host;
|
|
@@ -1146,7 +1146,7 @@ var PartialEvaluator = class {
|
|
|
1146
1146
|
}
|
|
1147
1147
|
};
|
|
1148
1148
|
|
|
1149
|
-
// bazel-out/
|
|
1149
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
|
|
1150
1150
|
import ts3 from "typescript";
|
|
1151
1151
|
function describeResolvedType(value, maxDepth = 1) {
|
|
1152
1152
|
var _a, _b;
|
|
@@ -1273,7 +1273,7 @@ function getContainerNode(node) {
|
|
|
1273
1273
|
return node.getSourceFile();
|
|
1274
1274
|
}
|
|
1275
1275
|
|
|
1276
|
-
// bazel-out/
|
|
1276
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
|
|
1277
1277
|
import { LiteralExpr, WrappedNodeExpr as WrappedNodeExpr2 } from "@angular/compiler";
|
|
1278
1278
|
import ts4 from "typescript";
|
|
1279
1279
|
function getConstructorDependencies(clazz, reflector, isCore) {
|
|
@@ -1417,7 +1417,7 @@ function createUnsuitableInjectionTokenError(clazz, error) {
|
|
|
1417
1417
|
return new FatalDiagnosticError(ErrorCode.PARAM_MISSING_TOKEN, param.nameNode, chain, hints);
|
|
1418
1418
|
}
|
|
1419
1419
|
|
|
1420
|
-
// bazel-out/
|
|
1420
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
|
|
1421
1421
|
import ts5 from "typescript";
|
|
1422
1422
|
function makeDuplicateDeclarationError(node, data, kind) {
|
|
1423
1423
|
const context = [];
|
|
@@ -1525,7 +1525,7 @@ function getInheritedUndecoratedCtorDiagnostic(node, baseClass, reader) {
|
|
|
1525
1525
|
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}.`);
|
|
1526
1526
|
}
|
|
1527
1527
|
|
|
1528
|
-
// bazel-out/
|
|
1528
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
|
|
1529
1529
|
import ts6 from "typescript";
|
|
1530
1530
|
function resolveEnumValue(evaluator, metadata, field, enumSymbolName) {
|
|
1531
1531
|
let resolved = null;
|
|
@@ -1558,7 +1558,7 @@ function resolveLiteral(decorator, literalCache) {
|
|
|
1558
1558
|
return meta;
|
|
1559
1559
|
}
|
|
1560
1560
|
|
|
1561
|
-
// bazel-out/
|
|
1561
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
|
|
1562
1562
|
import { compileDeclareFactoryFunction, compileFactoryFunction } from "@angular/compiler";
|
|
1563
1563
|
function compileNgFactoryDefField(metadata) {
|
|
1564
1564
|
const res = compileFactoryFunction(metadata);
|
|
@@ -1569,7 +1569,7 @@ function compileDeclareFactory(metadata) {
|
|
|
1569
1569
|
return { name: "\u0275fac", initializer: res.expression, statements: res.statements, type: res.type };
|
|
1570
1570
|
}
|
|
1571
1571
|
|
|
1572
|
-
// bazel-out/
|
|
1572
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
|
|
1573
1573
|
import { FunctionExpr, LiteralArrayExpr, LiteralExpr as LiteralExpr2, literalMap, ReturnStatement, WrappedNodeExpr as WrappedNodeExpr3 } from "@angular/compiler";
|
|
1574
1574
|
import ts7 from "typescript";
|
|
1575
1575
|
function extractClassMetadata(clazz, reflection, isCore, annotateForClosureCompiler, angularDecoratorTransform = (dec) => dec) {
|
|
@@ -1657,17 +1657,17 @@ function removeIdentifierReferences(node, name) {
|
|
|
1657
1657
|
return result.transformed[0];
|
|
1658
1658
|
}
|
|
1659
1659
|
|
|
1660
|
-
// bazel-out/
|
|
1660
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
|
|
1661
1661
|
var NoopReferencesRegistry = class {
|
|
1662
1662
|
add(source, ...references) {
|
|
1663
1663
|
}
|
|
1664
1664
|
};
|
|
1665
1665
|
|
|
1666
|
-
// bazel-out/
|
|
1666
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
1667
1667
|
import { compileClassMetadata as compileClassMetadata3, compileComponentFromMetadata, compileDeclareClassMetadata as compileDeclareClassMetadata3, compileDeclareComponentFromMetadata, CssSelector, DEFAULT_INTERPOLATION_CONFIG as DEFAULT_INTERPOLATION_CONFIG2, DomElementSchemaRegistry, FactoryTarget as FactoryTarget3, makeBindingParser as makeBindingParser2, R3TargetBinder, SelectorMatcher, ViewEncapsulation, WrappedNodeExpr as WrappedNodeExpr7 } from "@angular/compiler";
|
|
1668
1668
|
import ts24 from "typescript";
|
|
1669
1669
|
|
|
1670
|
-
// bazel-out/
|
|
1670
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
|
|
1671
1671
|
import ts8 from "typescript";
|
|
1672
1672
|
var SemanticSymbol = class {
|
|
1673
1673
|
constructor(decl) {
|
|
@@ -1683,7 +1683,7 @@ function getSymbolIdentifier(decl) {
|
|
|
1683
1683
|
return decl.name.text;
|
|
1684
1684
|
}
|
|
1685
1685
|
|
|
1686
|
-
// bazel-out/
|
|
1686
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
|
|
1687
1687
|
import { ExternalExpr as ExternalExpr2 } from "@angular/compiler";
|
|
1688
1688
|
var OpaqueSymbol = class extends SemanticSymbol {
|
|
1689
1689
|
isPublicApiAffected() {
|
|
@@ -1826,10 +1826,10 @@ function getImportPath(expr) {
|
|
|
1826
1826
|
}
|
|
1827
1827
|
}
|
|
1828
1828
|
|
|
1829
|
-
// bazel-out/
|
|
1829
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
1830
1830
|
import ts9 from "typescript";
|
|
1831
1831
|
|
|
1832
|
-
// bazel-out/
|
|
1832
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
|
|
1833
1833
|
function isSymbolEqual(a, b) {
|
|
1834
1834
|
if (a.decl === b.decl) {
|
|
1835
1835
|
return true;
|
|
@@ -1879,7 +1879,7 @@ function isSetEqual(a, b, equalityTester = referenceEquality) {
|
|
|
1879
1879
|
return true;
|
|
1880
1880
|
}
|
|
1881
1881
|
|
|
1882
|
-
// bazel-out/
|
|
1882
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
1883
1883
|
function extractSemanticTypeParameters(node) {
|
|
1884
1884
|
if (!ts9.isClassDeclaration(node) || node.typeParameters === void 0) {
|
|
1885
1885
|
return null;
|
|
@@ -1899,17 +1899,17 @@ function isTypeParameterEqual(a, b) {
|
|
|
1899
1899
|
return a.hasGenericTypeBound === b.hasGenericTypeBound;
|
|
1900
1900
|
}
|
|
1901
1901
|
|
|
1902
|
-
// bazel-out/
|
|
1902
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
|
|
1903
1903
|
var MetaType;
|
|
1904
1904
|
(function(MetaType2) {
|
|
1905
1905
|
MetaType2[MetaType2["Pipe"] = 0] = "Pipe";
|
|
1906
1906
|
MetaType2[MetaType2["Directive"] = 1] = "Directive";
|
|
1907
1907
|
})(MetaType || (MetaType = {}));
|
|
1908
1908
|
|
|
1909
|
-
// bazel-out/
|
|
1909
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
1910
1910
|
import ts11 from "typescript";
|
|
1911
1911
|
|
|
1912
|
-
// bazel-out/
|
|
1912
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
|
|
1913
1913
|
var ClassPropertyMapping = class {
|
|
1914
1914
|
constructor(forwardMap) {
|
|
1915
1915
|
this.forwardMap = forwardMap;
|
|
@@ -1985,7 +1985,7 @@ function reverseMapFromForwardMap(forwardMap) {
|
|
|
1985
1985
|
return reverseMap;
|
|
1986
1986
|
}
|
|
1987
1987
|
|
|
1988
|
-
// bazel-out/
|
|
1988
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
|
|
1989
1989
|
import ts10 from "typescript";
|
|
1990
1990
|
function extractReferencesFromType(checker, def, bestGuessOwningModule) {
|
|
1991
1991
|
if (!ts10.isTupleTypeNode(def)) {
|
|
@@ -2152,7 +2152,7 @@ function hasInjectableFields(clazz, host) {
|
|
|
2152
2152
|
return members.some(({ isStatic, name }) => isStatic && (name === "\u0275prov" || name === "\u0275fac"));
|
|
2153
2153
|
}
|
|
2154
2154
|
|
|
2155
|
-
// bazel-out/
|
|
2155
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
2156
2156
|
var DtsMetadataReader = class {
|
|
2157
2157
|
constructor(checker, reflector) {
|
|
2158
2158
|
this.checker = checker;
|
|
@@ -2255,7 +2255,7 @@ function readBaseClass2(clazz, checker, reflector) {
|
|
|
2255
2255
|
return null;
|
|
2256
2256
|
}
|
|
2257
2257
|
|
|
2258
|
-
// bazel-out/
|
|
2258
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
|
|
2259
2259
|
function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
2260
2260
|
const topMeta = reader.getDirectiveMetadata(dir);
|
|
2261
2261
|
if (topMeta === null) {
|
|
@@ -2312,7 +2312,7 @@ function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
|
2312
2312
|
});
|
|
2313
2313
|
}
|
|
2314
2314
|
|
|
2315
|
-
// bazel-out/
|
|
2315
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
|
|
2316
2316
|
var LocalMetadataRegistry = class {
|
|
2317
2317
|
constructor() {
|
|
2318
2318
|
this.directives = /* @__PURE__ */ new Map();
|
|
@@ -2371,7 +2371,7 @@ var InjectableClassRegistry = class {
|
|
|
2371
2371
|
}
|
|
2372
2372
|
};
|
|
2373
2373
|
|
|
2374
|
-
// bazel-out/
|
|
2374
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
|
|
2375
2375
|
var ResourceRegistry = class {
|
|
2376
2376
|
constructor() {
|
|
2377
2377
|
this.externalTemplateToComponentsMap = /* @__PURE__ */ new Map();
|
|
@@ -2436,7 +2436,7 @@ var ResourceRegistry = class {
|
|
|
2436
2436
|
}
|
|
2437
2437
|
};
|
|
2438
2438
|
|
|
2439
|
-
// bazel-out/
|
|
2439
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
|
|
2440
2440
|
var CompilationMode;
|
|
2441
2441
|
(function(CompilationMode2) {
|
|
2442
2442
|
CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
|
|
@@ -2454,7 +2454,7 @@ var HandlerFlags;
|
|
|
2454
2454
|
HandlerFlags2[HandlerFlags2["FULL_INHERITANCE"] = 1] = "FULL_INHERITANCE";
|
|
2455
2455
|
})(HandlerFlags || (HandlerFlags = {}));
|
|
2456
2456
|
|
|
2457
|
-
// bazel-out/
|
|
2457
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
|
|
2458
2458
|
import ts12 from "typescript";
|
|
2459
2459
|
function aliasTransformFactory(exportStatements) {
|
|
2460
2460
|
return (context) => {
|
|
@@ -2472,13 +2472,13 @@ function aliasTransformFactory(exportStatements) {
|
|
|
2472
2472
|
};
|
|
2473
2473
|
}
|
|
2474
2474
|
|
|
2475
|
-
// bazel-out/
|
|
2475
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
2476
2476
|
import ts16 from "typescript";
|
|
2477
2477
|
|
|
2478
|
-
// bazel-out/
|
|
2478
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
2479
2479
|
import ts13 from "typescript";
|
|
2480
2480
|
|
|
2481
|
-
// bazel-out/
|
|
2481
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
|
|
2482
2482
|
var NgExtension = Symbol("NgExtension");
|
|
2483
2483
|
function isExtended(sf) {
|
|
2484
2484
|
return sf[NgExtension] !== void 0;
|
|
@@ -2538,7 +2538,7 @@ function retagTsFile(sf) {
|
|
|
2538
2538
|
}
|
|
2539
2539
|
}
|
|
2540
2540
|
|
|
2541
|
-
// bazel-out/
|
|
2541
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
|
|
2542
2542
|
var TS_EXTENSIONS = /\.tsx?$/i;
|
|
2543
2543
|
function makeShimFileName(fileName, suffix) {
|
|
2544
2544
|
return absoluteFrom(fileName.replace(TS_EXTENSIONS, suffix));
|
|
@@ -2553,7 +2553,7 @@ function generatedModuleName(originalModuleName, originalFileName, genSuffix) {
|
|
|
2553
2553
|
return moduleName;
|
|
2554
2554
|
}
|
|
2555
2555
|
|
|
2556
|
-
// bazel-out/
|
|
2556
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
2557
2557
|
var ShimAdapter = class {
|
|
2558
2558
|
constructor(delegate, tsRootFiles, topLevelGenerators, perFileGenerators, oldProgram) {
|
|
2559
2559
|
this.delegate = delegate;
|
|
@@ -2650,7 +2650,7 @@ var ShimAdapter = class {
|
|
|
2650
2650
|
}
|
|
2651
2651
|
};
|
|
2652
2652
|
|
|
2653
|
-
// bazel-out/
|
|
2653
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/factory_generator.mjs
|
|
2654
2654
|
import ts14 from "typescript";
|
|
2655
2655
|
var TS_DTS_SUFFIX = /(\.d)?\.ts$/;
|
|
2656
2656
|
var STRIP_NG_FACTORY = /(.*)NgFactory$/;
|
|
@@ -2799,7 +2799,7 @@ function updateInitializers(stmt, update) {
|
|
|
2799
2799
|
return ts14.updateVariableStatement(stmt, stmt.modifiers, ts14.updateVariableDeclarationList(stmt.declarationList, stmt.declarationList.declarations.map((decl) => ts14.updateVariableDeclaration(decl, decl.name, decl.type, update(decl.initializer)))));
|
|
2800
2800
|
}
|
|
2801
2801
|
|
|
2802
|
-
// bazel-out/
|
|
2802
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
|
|
2803
2803
|
var ShimReferenceTagger = class {
|
|
2804
2804
|
constructor(shimExtensions) {
|
|
2805
2805
|
this.tagged = /* @__PURE__ */ new Set();
|
|
@@ -2833,7 +2833,7 @@ var ShimReferenceTagger = class {
|
|
|
2833
2833
|
}
|
|
2834
2834
|
};
|
|
2835
2835
|
|
|
2836
|
-
// bazel-out/
|
|
2836
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/summary_generator.mjs
|
|
2837
2837
|
import ts15 from "typescript";
|
|
2838
2838
|
var SummaryGenerator = class {
|
|
2839
2839
|
constructor() {
|
|
@@ -2873,7 +2873,7 @@ function isExported2(decl) {
|
|
|
2873
2873
|
return decl.modifiers !== void 0 && decl.modifiers.some((mod) => mod.kind == ts15.SyntaxKind.ExportKeyword);
|
|
2874
2874
|
}
|
|
2875
2875
|
|
|
2876
|
-
// bazel-out/
|
|
2876
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
|
|
2877
2877
|
var TraitState;
|
|
2878
2878
|
(function(TraitState2) {
|
|
2879
2879
|
TraitState2[TraitState2["Pending"] = 0] = "Pending";
|
|
@@ -2928,7 +2928,7 @@ var TraitImpl = class {
|
|
|
2928
2928
|
}
|
|
2929
2929
|
};
|
|
2930
2930
|
|
|
2931
|
-
// bazel-out/
|
|
2931
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
2932
2932
|
var TraitCompiler = class {
|
|
2933
2933
|
constructor(handlers, reflector, perf, incrementalBuild, compileNonExportedClasses, compilationMode, dtsTransforms, semanticDepGraphUpdater) {
|
|
2934
2934
|
this.handlers = handlers;
|
|
@@ -3368,10 +3368,10 @@ var TraitCompiler = class {
|
|
|
3368
3368
|
}
|
|
3369
3369
|
};
|
|
3370
3370
|
|
|
3371
|
-
// bazel-out/
|
|
3371
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
3372
3372
|
import ts18 from "typescript";
|
|
3373
3373
|
|
|
3374
|
-
// bazel-out/
|
|
3374
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/utils.mjs
|
|
3375
3375
|
import ts17 from "typescript";
|
|
3376
3376
|
function addImports(importManager, sf, extraStatements = []) {
|
|
3377
3377
|
const addedImports = importManager.getAllImports(sf.fileName).map((i) => {
|
|
@@ -3399,7 +3399,7 @@ function isImportStatement(stmt) {
|
|
|
3399
3399
|
return ts17.isImportDeclaration(stmt) || ts17.isImportEqualsDeclaration(stmt) || ts17.isNamespaceImport(stmt);
|
|
3400
3400
|
}
|
|
3401
3401
|
|
|
3402
|
-
// bazel-out/
|
|
3402
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
3403
3403
|
var DtsTransformRegistry = class {
|
|
3404
3404
|
constructor() {
|
|
3405
3405
|
this.ivyDeclarationTransforms = /* @__PURE__ */ new Map();
|
|
@@ -3524,11 +3524,11 @@ function markForEmitAsSingleLine(node) {
|
|
|
3524
3524
|
ts18.forEachChild(node, markForEmitAsSingleLine);
|
|
3525
3525
|
}
|
|
3526
3526
|
|
|
3527
|
-
// bazel-out/
|
|
3527
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
3528
3528
|
import { ConstantPool } from "@angular/compiler";
|
|
3529
3529
|
import ts20 from "typescript";
|
|
3530
3530
|
|
|
3531
|
-
// bazel-out/
|
|
3531
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
|
|
3532
3532
|
import ts19 from "typescript";
|
|
3533
3533
|
function visit(node, visitor, context) {
|
|
3534
3534
|
return visitor._visit(node, context);
|
|
@@ -3590,7 +3590,7 @@ function hasStatements(node) {
|
|
|
3590
3590
|
return block.statements !== void 0 && Array.isArray(block.statements);
|
|
3591
3591
|
}
|
|
3592
3592
|
|
|
3593
|
-
// bazel-out/
|
|
3593
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
3594
3594
|
var NO_DECORATORS = /* @__PURE__ */ new Set();
|
|
3595
3595
|
var CLOSURE_FILE_OVERVIEW_REGEXP = /\s+@fileoverview\s+/i;
|
|
3596
3596
|
function ivyTransformFactory(compilation, reflector, importRewriter, defaultImportTracker, perf, isCore, isClosureCompilerEnabled) {
|
|
@@ -3771,10 +3771,10 @@ function createRecorderFn(defaultImportTracker) {
|
|
|
3771
3771
|
};
|
|
3772
3772
|
}
|
|
3773
3773
|
|
|
3774
|
-
// bazel-out/
|
|
3774
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
|
|
3775
3775
|
import { compileClassMetadata, compileDeclareClassMetadata, compileDeclareDirectiveFromMetadata, compileDirectiveFromMetadata, FactoryTarget, makeBindingParser, WrappedNodeExpr as WrappedNodeExpr5 } from "@angular/compiler";
|
|
3776
3776
|
|
|
3777
|
-
// bazel-out/
|
|
3777
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
|
|
3778
3778
|
import { createMayBeForwardRefExpression, emitDistinctChangesOnlyDefaultValue, ExternalExpr as ExternalExpr3, getSafePropertyAccessString, parseHostBindings, verifyHostBindings, WrappedNodeExpr as WrappedNodeExpr4 } from "@angular/compiler";
|
|
3779
3779
|
import ts21 from "typescript";
|
|
3780
3780
|
var EMPTY_OBJECT = {};
|
|
@@ -4138,7 +4138,7 @@ function evaluateHostExpressionBindings(hostExpr, evaluator) {
|
|
|
4138
4138
|
return bindings;
|
|
4139
4139
|
}
|
|
4140
4140
|
|
|
4141
|
-
// bazel-out/
|
|
4141
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
|
|
4142
4142
|
var DirectiveSymbol = class extends SemanticSymbol {
|
|
4143
4143
|
constructor(decl, selector, inputs, outputs, exportAs, typeCheckMeta, typeParameters) {
|
|
4144
4144
|
super(decl);
|
|
@@ -4215,7 +4215,7 @@ function isBaseClassEqual(current, previous) {
|
|
|
4215
4215
|
return isSymbolEqual(current, previous);
|
|
4216
4216
|
}
|
|
4217
4217
|
|
|
4218
|
-
// bazel-out/
|
|
4218
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
|
|
4219
4219
|
var FIELD_DECORATORS = [
|
|
4220
4220
|
"Input",
|
|
4221
4221
|
"Output",
|
|
@@ -4354,7 +4354,7 @@ var DirectiveDecoratorHandler = class {
|
|
|
4354
4354
|
}
|
|
4355
4355
|
};
|
|
4356
4356
|
|
|
4357
|
-
// bazel-out/
|
|
4357
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
4358
4358
|
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 WrappedNodeExpr6 } from "@angular/compiler";
|
|
4359
4359
|
import ts22 from "typescript";
|
|
4360
4360
|
var NgModuleSymbol = class extends SemanticSymbol {
|
|
@@ -4811,7 +4811,7 @@ function isNgModule(node, compilation) {
|
|
|
4811
4811
|
return !compilation.directives.some((directive) => directive.ref.node === node) && !compilation.pipes.some((pipe) => pipe.ref.node === node);
|
|
4812
4812
|
}
|
|
4813
4813
|
|
|
4814
|
-
// bazel-out/
|
|
4814
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
|
|
4815
4815
|
function makeCyclicImportInfo(ref, type, cycle) {
|
|
4816
4816
|
const name = ref.debugName || "(unknown)";
|
|
4817
4817
|
const path = cycle.getPath().map((sf) => sf.fileName).join(" -> ");
|
|
@@ -4834,7 +4834,7 @@ function checkCustomElementSelectorForErrors(selector) {
|
|
|
4834
4834
|
return null;
|
|
4835
4835
|
}
|
|
4836
4836
|
|
|
4837
|
-
// bazel-out/
|
|
4837
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
|
|
4838
4838
|
import { DEFAULT_INTERPOLATION_CONFIG, InterpolationConfig, ParseSourceFile as ParseSourceFile2, parseTemplate } from "@angular/compiler";
|
|
4839
4839
|
import ts23 from "typescript";
|
|
4840
4840
|
function getTemplateDeclarationNodeForError(declaration) {
|
|
@@ -5126,7 +5126,7 @@ function _extractTemplateStyleUrls(template) {
|
|
|
5126
5126
|
return template.styleUrls.map((url) => ({ url, source: 1, nodeForError }));
|
|
5127
5127
|
}
|
|
5128
5128
|
|
|
5129
|
-
// bazel-out/
|
|
5129
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/scope.mjs
|
|
5130
5130
|
function scopeTemplate(scopeReader, dtsScopeReader, scopeRegistry, metaReader, node, analysis, usePoisonedData) {
|
|
5131
5131
|
const scope = scopeReader.getScopeForComponent(node);
|
|
5132
5132
|
if (analysis.meta.isStandalone && scope !== null) {
|
|
@@ -5232,7 +5232,7 @@ function makeNotStandaloneDiagnostic(scopeReader, ref, rawExpr, kind) {
|
|
|
5232
5232
|
return makeDiagnostic(ErrorCode.COMPONENT_IMPORT_NOT_STANDALONE, ref.getOriginForDiagnostics(rawExpr), `The ${kind} '${ref.node.name.text}' appears in 'imports', but is not standalone and cannot be imported directly.${extraText}`, relatedInformation);
|
|
5233
5233
|
}
|
|
5234
5234
|
|
|
5235
|
-
// bazel-out/
|
|
5235
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
|
|
5236
5236
|
var ComponentSymbol = class extends DirectiveSymbol {
|
|
5237
5237
|
constructor() {
|
|
5238
5238
|
super(...arguments);
|
|
@@ -5267,7 +5267,7 @@ var ComponentSymbol = class extends DirectiveSymbol {
|
|
|
5267
5267
|
}
|
|
5268
5268
|
};
|
|
5269
5269
|
|
|
5270
|
-
// bazel-out/
|
|
5270
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
|
|
5271
5271
|
function collectAnimationNames(value, animationTriggerNames) {
|
|
5272
5272
|
if (value instanceof Map) {
|
|
5273
5273
|
const name = value.get("name");
|
|
@@ -5312,7 +5312,7 @@ function validateAndFlattenComponentImports(imports, expr) {
|
|
|
5312
5312
|
return { imports: flattened, diagnostics };
|
|
5313
5313
|
}
|
|
5314
5314
|
|
|
5315
|
-
// bazel-out/
|
|
5315
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
5316
5316
|
var EMPTY_MAP = /* @__PURE__ */ new Map();
|
|
5317
5317
|
var EMPTY_ARRAY = [];
|
|
5318
5318
|
var ComponentDecoratorHandler = class {
|
|
@@ -5858,7 +5858,7 @@ var ComponentDecoratorHandler = class {
|
|
|
5858
5858
|
}
|
|
5859
5859
|
};
|
|
5860
5860
|
|
|
5861
|
-
// bazel-out/
|
|
5861
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
|
|
5862
5862
|
import { compileClassMetadata as compileClassMetadata4, compileDeclareClassMetadata as compileDeclareClassMetadata4, compileDeclareInjectableFromMetadata, compileInjectable, createMayBeForwardRefExpression as createMayBeForwardRefExpression2, FactoryTarget as FactoryTarget4, LiteralExpr as LiteralExpr3, WrappedNodeExpr as WrappedNodeExpr8 } from "@angular/compiler";
|
|
5863
5863
|
import ts25 from "typescript";
|
|
5864
5864
|
var InjectableDecoratorHandler = class {
|
|
@@ -6058,7 +6058,7 @@ function getDep(dep, reflector) {
|
|
|
6058
6058
|
return meta;
|
|
6059
6059
|
}
|
|
6060
6060
|
|
|
6061
|
-
// bazel-out/
|
|
6061
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
|
|
6062
6062
|
import { compileClassMetadata as compileClassMetadata5, compileDeclareClassMetadata as compileDeclareClassMetadata5, compileDeclarePipeFromMetadata, compilePipeFromMetadata, FactoryTarget as FactoryTarget5, WrappedNodeExpr as WrappedNodeExpr9 } from "@angular/compiler";
|
|
6063
6063
|
import ts26 from "typescript";
|
|
6064
6064
|
var PipeSymbol = class extends SemanticSymbol {
|
|
@@ -6245,4 +6245,4 @@ export {
|
|
|
6245
6245
|
* found in the LICENSE file at https://angular.io/license
|
|
6246
6246
|
*/
|
|
6247
6247
|
// Closure Compiler ignores @suppress and similar if the comment contains @license.
|
|
6248
|
-
//# sourceMappingURL=chunk-
|
|
6248
|
+
//# sourceMappingURL=chunk-7C3Q5ZSV.js.map
|
|
File without changes
|
|
@@ -3,10 +3,10 @@
|
|
|
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/src/ngtsc/reflection/src/typescript.mjs
|
|
7
7
|
import ts4 from "typescript";
|
|
8
8
|
|
|
9
|
-
// bazel-out/
|
|
9
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/host.mjs
|
|
10
10
|
import ts from "typescript";
|
|
11
11
|
var Decorator = {
|
|
12
12
|
nodeForError: (decorator) => {
|
|
@@ -41,7 +41,7 @@ function isConcreteDeclaration(decl) {
|
|
|
41
41
|
return decl.kind === 0;
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
-
// bazel-out/
|
|
44
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/type_to_value.mjs
|
|
45
45
|
import ts2 from "typescript";
|
|
46
46
|
function typeToValue(typeNode, checker) {
|
|
47
47
|
if (typeNode === null) {
|
|
@@ -205,7 +205,7 @@ function extractModuleName(node) {
|
|
|
205
205
|
return node.moduleSpecifier.text;
|
|
206
206
|
}
|
|
207
207
|
|
|
208
|
-
// bazel-out/
|
|
208
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/util.mjs
|
|
209
209
|
import ts3 from "typescript";
|
|
210
210
|
function isNamedClassDeclaration(node) {
|
|
211
211
|
return ts3.isClassDeclaration(node) && isIdentifier(node.name);
|
|
@@ -220,7 +220,7 @@ function isIdentifier(node) {
|
|
|
220
220
|
return node !== void 0 && ts3.isIdentifier(node);
|
|
221
221
|
}
|
|
222
222
|
|
|
223
|
-
// bazel-out/
|
|
223
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
|
|
224
224
|
var TypeScriptReflectionHost = class {
|
|
225
225
|
constructor(checker) {
|
|
226
226
|
this.checker = checker;
|
|
@@ -678,4 +678,4 @@ export {
|
|
|
678
678
|
* Use of this source code is governed by an MIT-style license that can be
|
|
679
679
|
* found in the LICENSE file at https://angular.io/license
|
|
680
680
|
*/
|
|
681
|
-
//# sourceMappingURL=chunk-
|
|
681
|
+
//# sourceMappingURL=chunk-7PY7XEFH.js.map
|
|
File without changes
|
|
@@ -5,16 +5,16 @@
|
|
|
5
5
|
|
|
6
6
|
import {
|
|
7
7
|
TypeScriptReflectionHost
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-7PY7XEFH.js";
|
|
9
9
|
import {
|
|
10
10
|
__spreadProps,
|
|
11
11
|
__spreadValues
|
|
12
12
|
} from "./chunk-WQ3TNYTD.js";
|
|
13
13
|
|
|
14
|
-
// bazel-out/
|
|
14
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/downlevel_decorators_transform/downlevel_decorators_transform.mjs
|
|
15
15
|
import ts2 from "typescript";
|
|
16
16
|
|
|
17
|
-
// bazel-out/
|
|
17
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/downlevel_decorators_transform/patch_alias_reference_resolution.mjs
|
|
18
18
|
import ts from "typescript";
|
|
19
19
|
var patchedReferencedAliasesSymbol = Symbol("patchedReferencedAliases");
|
|
20
20
|
function loadIsReferencedAliasDeclarationPatch(context) {
|
|
@@ -49,7 +49,7 @@ function throwIncompatibleTransformationContextError() {
|
|
|
49
49
|
throw Error("Unable to downlevel Angular decorators due to an incompatible TypeScript version.\nIf you recently updated TypeScript and this issue surfaces now, consider downgrading.\n\nPlease report an issue on the Angular repositories when this issue surfaces and you are using a supposedly compatible TypeScript version.");
|
|
50
50
|
}
|
|
51
51
|
|
|
52
|
-
// bazel-out/
|
|
52
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/downlevel_decorators_transform/downlevel_decorators_transform.mjs
|
|
53
53
|
function isAngularDecorator(decorator, isCore) {
|
|
54
54
|
return isCore || decorator.import !== null && decorator.import.from === "@angular/core";
|
|
55
55
|
}
|
|
@@ -353,7 +353,7 @@ function getDownlevelDecoratorsTransform(typeChecker, host, diagnostics, isCore,
|
|
|
353
353
|
};
|
|
354
354
|
}
|
|
355
355
|
|
|
356
|
-
// bazel-out/
|
|
356
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/private/tooling.mjs
|
|
357
357
|
var GLOBAL_DEFS_FOR_TERSER = {
|
|
358
358
|
ngDevMode: false,
|
|
359
359
|
ngI18nClosureMode: false
|
|
@@ -379,4 +379,4 @@ export {
|
|
|
379
379
|
* Use of this source code is governed by an MIT-style license that can be
|
|
380
380
|
* found in the LICENSE file at https://angular.io/license
|
|
381
381
|
*/
|
|
382
|
-
//# sourceMappingURL=chunk-
|
|
382
|
+
//# sourceMappingURL=chunk-A5PL3TE6.js.map
|
|
File without changes
|