@angular/compiler-cli 15.0.0-next.0 → 15.0.0-next.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-5FZBUSFV.js → chunk-4SINIALN.js} +3 -3
- package/bundles/{chunk-5FZBUSFV.js.map → chunk-4SINIALN.js.map} +0 -0
- package/bundles/{chunk-MOE5WKIA.js → chunk-7D7JVHLL.js} +7 -7
- package/bundles/{chunk-MOE5WKIA.js.map → chunk-7D7JVHLL.js.map} +0 -0
- package/bundles/{chunk-4CS5WLPD.js → chunk-AU6X5ZMU.js} +136 -108
- package/bundles/chunk-AU6X5ZMU.js.map +6 -0
- package/bundles/{chunk-KUSEWNLW.js → chunk-CNBHG67Y.js} +31 -31
- package/bundles/{chunk-KUSEWNLW.js.map → chunk-CNBHG67Y.js.map} +0 -0
- package/bundles/{chunk-RCXOJZDO.js → chunk-CTEVZGOM.js} +5 -5
- package/bundles/{chunk-RCXOJZDO.js.map → chunk-CTEVZGOM.js.map} +0 -0
- package/bundles/{chunk-DM4TYSFG.js → chunk-E6XS3AOK.js} +2 -2
- package/bundles/{chunk-DM4TYSFG.js.map → chunk-E6XS3AOK.js.map} +0 -0
- package/bundles/{chunk-TR3BZDPT.js → chunk-FJDJLKGN.js} +6 -7
- package/bundles/chunk-FJDJLKGN.js.map +6 -0
- package/bundles/{chunk-MQGVI6KC.js → chunk-IRLRUIPK.js} +71 -71
- package/bundles/{chunk-MQGVI6KC.js.map → chunk-IRLRUIPK.js.map} +0 -0
- package/bundles/{chunk-ICPLY7FO.js → chunk-N2MCMY3J.js} +4 -4
- package/bundles/{chunk-ICPLY7FO.js.map → chunk-N2MCMY3J.js.map} +0 -0
- package/bundles/{chunk-PLV54QMQ.js → chunk-P4TN5NTV.js} +40 -40
- package/bundles/{chunk-PLV54QMQ.js.map → chunk-P4TN5NTV.js.map} +0 -0
- package/bundles/{chunk-JN4TT3OU.js → chunk-QUO5TIT7.js} +7 -7
- package/bundles/{chunk-JN4TT3OU.js.map → chunk-QUO5TIT7.js.map} +0 -0
- package/bundles/{chunk-4NRCP3Y6.js → chunk-S4JINNFN.js} +7 -7
- package/bundles/{chunk-4NRCP3Y6.js.map → chunk-S4JINNFN.js.map} +0 -0
- package/bundles/{chunk-HMWNYAAE.js → chunk-SJL5HBUW.js} +2 -2
- package/bundles/{chunk-HMWNYAAE.js.map → chunk-SJL5HBUW.js.map} +0 -0
- package/bundles/{chunk-MT76GVED.js → chunk-SP2LQH24.js} +71 -71
- package/bundles/{chunk-MT76GVED.js.map → chunk-SP2LQH24.js.map} +0 -0
- package/bundles/{chunk-IKKP4LXM.js → chunk-TQSHBFSH.js} +39 -26
- package/bundles/chunk-TQSHBFSH.js.map +6 -0
- package/bundles/{chunk-56O2PTWU.js → chunk-Z57D3OKU.js} +7 -7
- package/bundles/{chunk-56O2PTWU.js.map → chunk-Z57D3OKU.js.map} +0 -0
- package/bundles/index.js +13 -13
- package/bundles/linker/babel/index.js +13 -13
- package/bundles/linker/index.js +5 -5
- package/bundles/ngcc/index.js +13 -13
- package/bundles/ngcc/main-ngcc.js +14 -14
- package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js +14 -14
- package/bundles/ngcc/src/locking/lock_file_with_child_process/ngcc_lock_unlocker.js +4 -4
- package/bundles/private/bazel.js +1 -1
- package/bundles/private/localize.js +3 -3
- package/bundles/private/migrations.js +6 -6
- package/bundles/private/tooling.js +3 -3
- package/bundles/src/bin/ng_xi18n.js +11 -11
- package/bundles/src/bin/ngc.js +9 -9
- package/bundles_metadata.json +1 -1
- package/ngcc/src/packages/build_marker.d.ts +1 -1
- package/package.json +2 -2
- package/src/ngtsc/core/api/src/public_options.d.ts +1 -13
- package/src/ngtsc/diagnostics/index.d.ts +1 -1
- package/src/ngtsc/diagnostics/src/error.d.ts +1 -0
- package/src/ngtsc/typecheck/diagnostics/src/diagnostic.d.ts +4 -0
- package/src/transformers/util.d.ts +0 -1
- package/bundles/chunk-4CS5WLPD.js.map +0 -6
- package/bundles/chunk-IKKP4LXM.js.map +0 -6
- package/bundles/chunk-TR3BZDPT.js.map +0 -6
|
@@ -13,7 +13,7 @@ import {
|
|
|
13
13
|
reflectObjectLiteral,
|
|
14
14
|
reflectTypeEntityToDeclaration,
|
|
15
15
|
typeNodeToValueExpr
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-7D7JVHLL.js";
|
|
17
17
|
import {
|
|
18
18
|
ErrorCode,
|
|
19
19
|
FatalDiagnosticError,
|
|
@@ -33,7 +33,7 @@ import {
|
|
|
33
33
|
translateExpression,
|
|
34
34
|
translateStatement,
|
|
35
35
|
translateType
|
|
36
|
-
} from "./chunk-
|
|
36
|
+
} from "./chunk-TQSHBFSH.js";
|
|
37
37
|
import {
|
|
38
38
|
combineModifiers,
|
|
39
39
|
createPropertyDeclaration,
|
|
@@ -46,18 +46,18 @@ import {
|
|
|
46
46
|
updateParameterDeclaration,
|
|
47
47
|
updatePropertyDeclaration,
|
|
48
48
|
updateSetAccessorDeclaration
|
|
49
|
-
} from "./chunk-
|
|
49
|
+
} from "./chunk-E6XS3AOK.js";
|
|
50
50
|
import {
|
|
51
51
|
absoluteFrom,
|
|
52
52
|
absoluteFromSourceFile,
|
|
53
53
|
relative
|
|
54
|
-
} from "./chunk-
|
|
54
|
+
} from "./chunk-S4JINNFN.js";
|
|
55
55
|
import {
|
|
56
56
|
PerfEvent,
|
|
57
57
|
PerfPhase
|
|
58
|
-
} from "./chunk-
|
|
58
|
+
} from "./chunk-CTEVZGOM.js";
|
|
59
59
|
|
|
60
|
-
// bazel-out/
|
|
60
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
|
|
61
61
|
import { ExternalExpr, ParseLocation, ParseSourceFile, ParseSourceSpan, ReadPropExpr, WrappedNodeExpr } from "@angular/compiler";
|
|
62
62
|
import ts from "typescript";
|
|
63
63
|
function valueReferenceToExpression(valueRef) {
|
|
@@ -293,7 +293,7 @@ function getOriginNodeForDiagnostics(expr, container) {
|
|
|
293
293
|
}
|
|
294
294
|
}
|
|
295
295
|
|
|
296
|
-
// bazel-out/
|
|
296
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
|
|
297
297
|
var DynamicValue = class {
|
|
298
298
|
constructor(node, reason, code) {
|
|
299
299
|
this.node = node;
|
|
@@ -383,10 +383,10 @@ var DynamicValue = class {
|
|
|
383
383
|
}
|
|
384
384
|
};
|
|
385
385
|
|
|
386
|
-
// bazel-out/
|
|
386
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
387
387
|
import ts2 from "typescript";
|
|
388
388
|
|
|
389
|
-
// bazel-out/
|
|
389
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
|
|
390
390
|
var ResolvedModule = class {
|
|
391
391
|
constructor(exports, evaluate) {
|
|
392
392
|
this.exports = exports;
|
|
@@ -416,7 +416,7 @@ var EnumValue = class {
|
|
|
416
416
|
var KnownFn = class {
|
|
417
417
|
};
|
|
418
418
|
|
|
419
|
-
// bazel-out/
|
|
419
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
|
|
420
420
|
var ArraySliceBuiltinFn = class extends KnownFn {
|
|
421
421
|
constructor(lhs) {
|
|
422
422
|
super();
|
|
@@ -487,7 +487,7 @@ var ObjectAssignBuiltinFn = class extends KnownFn {
|
|
|
487
487
|
}
|
|
488
488
|
};
|
|
489
489
|
|
|
490
|
-
// bazel-out/
|
|
490
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/ts_helpers.mjs
|
|
491
491
|
var AssignHelperFn = class extends ObjectAssignBuiltinFn {
|
|
492
492
|
};
|
|
493
493
|
var SpreadHelperFn = class extends KnownFn {
|
|
@@ -540,7 +540,7 @@ var ReadHelperFn = class extends KnownFn {
|
|
|
540
540
|
}
|
|
541
541
|
};
|
|
542
542
|
|
|
543
|
-
// bazel-out/
|
|
543
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/known_declaration.mjs
|
|
544
544
|
var jsGlobalObjectValue = /* @__PURE__ */ new Map([["assign", new ObjectAssignBuiltinFn()]]);
|
|
545
545
|
var assignTsHelperFn = new AssignHelperFn();
|
|
546
546
|
var spreadTsHelperFn = new SpreadHelperFn();
|
|
@@ -564,14 +564,14 @@ function resolveKnownDeclaration(decl) {
|
|
|
564
564
|
}
|
|
565
565
|
}
|
|
566
566
|
|
|
567
|
-
// bazel-out/
|
|
567
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
|
|
568
568
|
var SyntheticValue = class {
|
|
569
569
|
constructor(value) {
|
|
570
570
|
this.value = value;
|
|
571
571
|
}
|
|
572
572
|
};
|
|
573
573
|
|
|
574
|
-
// bazel-out/
|
|
574
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
575
575
|
function literalBinaryOp(op) {
|
|
576
576
|
return { op, literal: true };
|
|
577
577
|
}
|
|
@@ -1157,7 +1157,7 @@ function owningModule(context, override = null) {
|
|
|
1157
1157
|
}
|
|
1158
1158
|
}
|
|
1159
1159
|
|
|
1160
|
-
// bazel-out/
|
|
1160
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
|
|
1161
1161
|
var PartialEvaluator = class {
|
|
1162
1162
|
constructor(host, checker, dependencyTracker) {
|
|
1163
1163
|
this.host = host;
|
|
@@ -1177,7 +1177,7 @@ var PartialEvaluator = class {
|
|
|
1177
1177
|
}
|
|
1178
1178
|
};
|
|
1179
1179
|
|
|
1180
|
-
// bazel-out/
|
|
1180
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
|
|
1181
1181
|
import ts3 from "typescript";
|
|
1182
1182
|
function describeResolvedType(value, maxDepth = 1) {
|
|
1183
1183
|
var _a, _b;
|
|
@@ -1307,7 +1307,7 @@ function getContainerNode(node) {
|
|
|
1307
1307
|
return node.getSourceFile();
|
|
1308
1308
|
}
|
|
1309
1309
|
|
|
1310
|
-
// bazel-out/
|
|
1310
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
|
|
1311
1311
|
import { LiteralExpr, WrappedNodeExpr as WrappedNodeExpr2 } from "@angular/compiler";
|
|
1312
1312
|
import ts4 from "typescript";
|
|
1313
1313
|
function getConstructorDependencies(clazz, reflector, isCore) {
|
|
@@ -1451,7 +1451,7 @@ function createUnsuitableInjectionTokenError(clazz, error) {
|
|
|
1451
1451
|
return new FatalDiagnosticError(ErrorCode.PARAM_MISSING_TOKEN, param.nameNode, chain, hints);
|
|
1452
1452
|
}
|
|
1453
1453
|
|
|
1454
|
-
// bazel-out/
|
|
1454
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
|
|
1455
1455
|
import ts5 from "typescript";
|
|
1456
1456
|
function makeDuplicateDeclarationError(node, data, kind) {
|
|
1457
1457
|
const context = [];
|
|
@@ -1576,7 +1576,7 @@ function getInheritedUndecoratedCtorDiagnostic(node, baseClass, reader) {
|
|
|
1576
1576
|
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}.`);
|
|
1577
1577
|
}
|
|
1578
1578
|
|
|
1579
|
-
// bazel-out/
|
|
1579
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
|
|
1580
1580
|
import ts6 from "typescript";
|
|
1581
1581
|
function resolveEnumValue(evaluator, metadata, field, enumSymbolName) {
|
|
1582
1582
|
let resolved = null;
|
|
@@ -1609,7 +1609,7 @@ function resolveLiteral(decorator, literalCache) {
|
|
|
1609
1609
|
return meta;
|
|
1610
1610
|
}
|
|
1611
1611
|
|
|
1612
|
-
// bazel-out/
|
|
1612
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
|
|
1613
1613
|
import { compileDeclareFactoryFunction, compileFactoryFunction } from "@angular/compiler";
|
|
1614
1614
|
function compileNgFactoryDefField(metadata) {
|
|
1615
1615
|
const res = compileFactoryFunction(metadata);
|
|
@@ -1620,7 +1620,7 @@ function compileDeclareFactory(metadata) {
|
|
|
1620
1620
|
return { name: "\u0275fac", initializer: res.expression, statements: res.statements, type: res.type };
|
|
1621
1621
|
}
|
|
1622
1622
|
|
|
1623
|
-
// bazel-out/
|
|
1623
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
|
|
1624
1624
|
import { FunctionExpr, LiteralArrayExpr, LiteralExpr as LiteralExpr2, literalMap, ReturnStatement, WrappedNodeExpr as WrappedNodeExpr3 } from "@angular/compiler";
|
|
1625
1625
|
import ts7 from "typescript";
|
|
1626
1626
|
function extractClassMetadata(clazz, reflection, isCore, annotateForClosureCompiler, angularDecoratorTransform = (dec) => dec) {
|
|
@@ -1707,13 +1707,13 @@ function removeIdentifierReferences(node, name) {
|
|
|
1707
1707
|
return result.transformed[0];
|
|
1708
1708
|
}
|
|
1709
1709
|
|
|
1710
|
-
// bazel-out/
|
|
1710
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
|
|
1711
1711
|
var NoopReferencesRegistry = class {
|
|
1712
1712
|
add(source, ...references) {
|
|
1713
1713
|
}
|
|
1714
1714
|
};
|
|
1715
1715
|
|
|
1716
|
-
// bazel-out/
|
|
1716
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
|
|
1717
1717
|
import { CUSTOM_ELEMENTS_SCHEMA, NO_ERRORS_SCHEMA } from "@angular/compiler";
|
|
1718
1718
|
function extractSchemas(rawExpr, evaluator, context) {
|
|
1719
1719
|
const schemas = [];
|
|
@@ -1743,11 +1743,11 @@ function extractSchemas(rawExpr, evaluator, context) {
|
|
|
1743
1743
|
return schemas;
|
|
1744
1744
|
}
|
|
1745
1745
|
|
|
1746
|
-
// bazel-out/
|
|
1746
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
1747
1747
|
import { compileClassMetadata as compileClassMetadata3, compileComponentFromMetadata, compileDeclareClassMetadata as compileDeclareClassMetadata3, compileDeclareComponentFromMetadata, CssSelector as CssSelector2, DEFAULT_INTERPOLATION_CONFIG as DEFAULT_INTERPOLATION_CONFIG2, DomElementSchemaRegistry, FactoryTarget as FactoryTarget3, makeBindingParser as makeBindingParser2, R3TargetBinder, R3TemplateDependencyKind, SelectorMatcher as SelectorMatcher2, ViewEncapsulation, WrappedNodeExpr as WrappedNodeExpr7 } from "@angular/compiler";
|
|
1748
1748
|
import ts24 from "typescript";
|
|
1749
1749
|
|
|
1750
|
-
// bazel-out/
|
|
1750
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
|
|
1751
1751
|
import ts8 from "typescript";
|
|
1752
1752
|
var SemanticSymbol = class {
|
|
1753
1753
|
constructor(decl) {
|
|
@@ -1763,7 +1763,7 @@ function getSymbolIdentifier(decl) {
|
|
|
1763
1763
|
return decl.name.text;
|
|
1764
1764
|
}
|
|
1765
1765
|
|
|
1766
|
-
// bazel-out/
|
|
1766
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
|
|
1767
1767
|
import { ExternalExpr as ExternalExpr2 } from "@angular/compiler";
|
|
1768
1768
|
var OpaqueSymbol = class extends SemanticSymbol {
|
|
1769
1769
|
isPublicApiAffected() {
|
|
@@ -1906,10 +1906,10 @@ function getImportPath(expr) {
|
|
|
1906
1906
|
}
|
|
1907
1907
|
}
|
|
1908
1908
|
|
|
1909
|
-
// bazel-out/
|
|
1909
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
1910
1910
|
import ts9 from "typescript";
|
|
1911
1911
|
|
|
1912
|
-
// bazel-out/
|
|
1912
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
|
|
1913
1913
|
function isSymbolEqual(a, b) {
|
|
1914
1914
|
if (a.decl === b.decl) {
|
|
1915
1915
|
return true;
|
|
@@ -1959,7 +1959,7 @@ function isSetEqual(a, b, equalityTester = referenceEquality) {
|
|
|
1959
1959
|
return true;
|
|
1960
1960
|
}
|
|
1961
1961
|
|
|
1962
|
-
// bazel-out/
|
|
1962
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
1963
1963
|
function extractSemanticTypeParameters(node) {
|
|
1964
1964
|
if (!ts9.isClassDeclaration(node) || node.typeParameters === void 0) {
|
|
1965
1965
|
return null;
|
|
@@ -1979,7 +1979,7 @@ function isTypeParameterEqual(a, b) {
|
|
|
1979
1979
|
return a.hasGenericTypeBound === b.hasGenericTypeBound;
|
|
1980
1980
|
}
|
|
1981
1981
|
|
|
1982
|
-
// bazel-out/
|
|
1982
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
|
|
1983
1983
|
var MetaKind;
|
|
1984
1984
|
(function(MetaKind2) {
|
|
1985
1985
|
MetaKind2[MetaKind2["Directive"] = 0] = "Directive";
|
|
@@ -1992,10 +1992,10 @@ var MatchSource;
|
|
|
1992
1992
|
MatchSource2[MatchSource2["HostDirective"] = 1] = "HostDirective";
|
|
1993
1993
|
})(MatchSource || (MatchSource = {}));
|
|
1994
1994
|
|
|
1995
|
-
// bazel-out/
|
|
1995
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
1996
1996
|
import ts11 from "typescript";
|
|
1997
1997
|
|
|
1998
|
-
// bazel-out/
|
|
1998
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
|
|
1999
1999
|
var ClassPropertyMapping = class {
|
|
2000
2000
|
constructor(forwardMap) {
|
|
2001
2001
|
this.forwardMap = forwardMap;
|
|
@@ -2071,7 +2071,7 @@ function reverseMapFromForwardMap(forwardMap) {
|
|
|
2071
2071
|
return reverseMap;
|
|
2072
2072
|
}
|
|
2073
2073
|
|
|
2074
|
-
// bazel-out/
|
|
2074
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
|
|
2075
2075
|
import ts10 from "typescript";
|
|
2076
2076
|
function extractReferencesFromType(checker, def, bestGuessOwningModule) {
|
|
2077
2077
|
if (!ts10.isTupleTypeNode(def)) {
|
|
@@ -2253,7 +2253,7 @@ function hasInjectableFields(clazz, host) {
|
|
|
2253
2253
|
return members.some(({ isStatic, name }) => isStatic && (name === "\u0275prov" || name === "\u0275fac"));
|
|
2254
2254
|
}
|
|
2255
2255
|
|
|
2256
|
-
// bazel-out/
|
|
2256
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
2257
2257
|
var DtsMetadataReader = class {
|
|
2258
2258
|
constructor(checker, reflector) {
|
|
2259
2259
|
this.checker = checker;
|
|
@@ -2392,7 +2392,7 @@ function readHostDirectivesType(checker, type, bestGuessOwningModule) {
|
|
|
2392
2392
|
return result.length > 0 ? result : null;
|
|
2393
2393
|
}
|
|
2394
2394
|
|
|
2395
|
-
// bazel-out/
|
|
2395
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
|
|
2396
2396
|
function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
2397
2397
|
const topMeta = reader.getDirectiveMetadata(dir);
|
|
2398
2398
|
if (topMeta === null) {
|
|
@@ -2450,7 +2450,7 @@ function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
|
2450
2450
|
};
|
|
2451
2451
|
}
|
|
2452
2452
|
|
|
2453
|
-
// bazel-out/
|
|
2453
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
|
|
2454
2454
|
var LocalMetadataRegistry = class {
|
|
2455
2455
|
constructor() {
|
|
2456
2456
|
this.directives = /* @__PURE__ */ new Map();
|
|
@@ -2509,7 +2509,7 @@ var InjectableClassRegistry = class {
|
|
|
2509
2509
|
}
|
|
2510
2510
|
};
|
|
2511
2511
|
|
|
2512
|
-
// bazel-out/
|
|
2512
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
|
|
2513
2513
|
var ResourceRegistry = class {
|
|
2514
2514
|
constructor() {
|
|
2515
2515
|
this.externalTemplateToComponentsMap = /* @__PURE__ */ new Map();
|
|
@@ -2574,7 +2574,7 @@ var ResourceRegistry = class {
|
|
|
2574
2574
|
}
|
|
2575
2575
|
};
|
|
2576
2576
|
|
|
2577
|
-
// bazel-out/
|
|
2577
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
|
|
2578
2578
|
var EMPTY_ARRAY = [];
|
|
2579
2579
|
var HostDirectivesResolver = class {
|
|
2580
2580
|
constructor(metaReader) {
|
|
@@ -2625,14 +2625,14 @@ var HostDirectivesResolver = class {
|
|
|
2625
2625
|
}
|
|
2626
2626
|
};
|
|
2627
2627
|
|
|
2628
|
-
// bazel-out/
|
|
2628
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
|
|
2629
2629
|
var ComponentScopeKind;
|
|
2630
2630
|
(function(ComponentScopeKind2) {
|
|
2631
2631
|
ComponentScopeKind2[ComponentScopeKind2["NgModule"] = 0] = "NgModule";
|
|
2632
2632
|
ComponentScopeKind2[ComponentScopeKind2["Standalone"] = 1] = "Standalone";
|
|
2633
2633
|
})(ComponentScopeKind || (ComponentScopeKind = {}));
|
|
2634
2634
|
|
|
2635
|
-
// bazel-out/
|
|
2635
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
|
|
2636
2636
|
var CompoundComponentScopeReader = class {
|
|
2637
2637
|
constructor(readers) {
|
|
2638
2638
|
this.readers = readers;
|
|
@@ -2657,7 +2657,7 @@ var CompoundComponentScopeReader = class {
|
|
|
2657
2657
|
}
|
|
2658
2658
|
};
|
|
2659
2659
|
|
|
2660
|
-
// bazel-out/
|
|
2660
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
|
|
2661
2661
|
var MetadataDtsModuleScopeResolver = class {
|
|
2662
2662
|
constructor(dtsMetaReader, aliasingHost) {
|
|
2663
2663
|
this.dtsMetaReader = dtsMetaReader;
|
|
@@ -2733,11 +2733,11 @@ var MetadataDtsModuleScopeResolver = class {
|
|
|
2733
2733
|
}
|
|
2734
2734
|
};
|
|
2735
2735
|
|
|
2736
|
-
// bazel-out/
|
|
2736
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
2737
2737
|
import { ExternalExpr as ExternalExpr3 } from "@angular/compiler";
|
|
2738
2738
|
import ts12 from "typescript";
|
|
2739
2739
|
|
|
2740
|
-
// bazel-out/
|
|
2740
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
|
|
2741
2741
|
function getDiagnosticNode(ref, rawExpr) {
|
|
2742
2742
|
return rawExpr !== null ? ref.getOriginForDiagnostics(rawExpr) : ref.node.name;
|
|
2743
2743
|
}
|
|
@@ -2760,7 +2760,7 @@ function makeUnknownComponentImportDiagnostic(ref, rawExpr) {
|
|
|
2760
2760
|
return makeDiagnostic(ErrorCode.COMPONENT_UNKNOWN_IMPORT, getDiagnosticNode(ref, rawExpr), `Component imports must be standalone components, directives, pipes, or must be NgModules.`);
|
|
2761
2761
|
}
|
|
2762
2762
|
|
|
2763
|
-
// bazel-out/
|
|
2763
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
2764
2764
|
var LocalModuleScopeRegistry = class {
|
|
2765
2765
|
constructor(localReader, fullReader, dependencyScopeReader, refEmitter, aliasingHost) {
|
|
2766
2766
|
this.localReader = localReader;
|
|
@@ -3099,7 +3099,7 @@ function reexportCollision(module, refA, refB) {
|
|
|
3099
3099
|
]);
|
|
3100
3100
|
}
|
|
3101
3101
|
|
|
3102
|
-
// bazel-out/
|
|
3102
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
|
|
3103
3103
|
import { CssSelector, SelectorMatcher } from "@angular/compiler";
|
|
3104
3104
|
import ts13 from "typescript";
|
|
3105
3105
|
var TypeCheckScopeRegistry = class {
|
|
@@ -3162,7 +3162,7 @@ var TypeCheckScopeRegistry = class {
|
|
|
3162
3162
|
}
|
|
3163
3163
|
};
|
|
3164
3164
|
|
|
3165
|
-
// bazel-out/
|
|
3165
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
|
|
3166
3166
|
var CompilationMode;
|
|
3167
3167
|
(function(CompilationMode2) {
|
|
3168
3168
|
CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
|
|
@@ -3180,7 +3180,7 @@ var HandlerFlags;
|
|
|
3180
3180
|
HandlerFlags2[HandlerFlags2["FULL_INHERITANCE"] = 1] = "FULL_INHERITANCE";
|
|
3181
3181
|
})(HandlerFlags || (HandlerFlags = {}));
|
|
3182
3182
|
|
|
3183
|
-
// bazel-out/
|
|
3183
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
|
|
3184
3184
|
import ts14 from "typescript";
|
|
3185
3185
|
function aliasTransformFactory(exportStatements) {
|
|
3186
3186
|
return (context) => {
|
|
@@ -3198,10 +3198,10 @@ function aliasTransformFactory(exportStatements) {
|
|
|
3198
3198
|
};
|
|
3199
3199
|
}
|
|
3200
3200
|
|
|
3201
|
-
// bazel-out/
|
|
3201
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
3202
3202
|
import ts15 from "typescript";
|
|
3203
3203
|
|
|
3204
|
-
// bazel-out/
|
|
3204
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
|
|
3205
3205
|
var TraitState;
|
|
3206
3206
|
(function(TraitState2) {
|
|
3207
3207
|
TraitState2[TraitState2["Pending"] = 0] = "Pending";
|
|
@@ -3256,7 +3256,7 @@ var TraitImpl = class {
|
|
|
3256
3256
|
}
|
|
3257
3257
|
};
|
|
3258
3258
|
|
|
3259
|
-
// bazel-out/
|
|
3259
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
3260
3260
|
var TraitCompiler = class {
|
|
3261
3261
|
constructor(handlers, reflector, perf, incrementalBuild, compileNonExportedClasses, compilationMode, dtsTransforms, semanticDepGraphUpdater, sourceFileTypeIdentifier) {
|
|
3262
3262
|
this.handlers = handlers;
|
|
@@ -3700,10 +3700,10 @@ function containsErrors(diagnostics) {
|
|
|
3700
3700
|
return diagnostics !== null && diagnostics.some((diag) => diag.category === ts15.DiagnosticCategory.Error);
|
|
3701
3701
|
}
|
|
3702
3702
|
|
|
3703
|
-
// bazel-out/
|
|
3703
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
3704
3704
|
import ts17 from "typescript";
|
|
3705
3705
|
|
|
3706
|
-
// bazel-out/
|
|
3706
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/utils.mjs
|
|
3707
3707
|
import ts16 from "typescript";
|
|
3708
3708
|
function addImports(importManager, sf, extraStatements = []) {
|
|
3709
3709
|
const addedImports = importManager.getAllImports(sf.fileName).map((i) => {
|
|
@@ -3731,7 +3731,7 @@ function isImportStatement(stmt) {
|
|
|
3731
3731
|
return ts16.isImportDeclaration(stmt) || ts16.isImportEqualsDeclaration(stmt) || ts16.isNamespaceImport(stmt);
|
|
3732
3732
|
}
|
|
3733
3733
|
|
|
3734
|
-
// bazel-out/
|
|
3734
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
3735
3735
|
var DtsTransformRegistry = class {
|
|
3736
3736
|
constructor() {
|
|
3737
3737
|
this.ivyDeclarationTransforms = /* @__PURE__ */ new Map();
|
|
@@ -3856,11 +3856,11 @@ function markForEmitAsSingleLine(node) {
|
|
|
3856
3856
|
ts17.forEachChild(node, markForEmitAsSingleLine);
|
|
3857
3857
|
}
|
|
3858
3858
|
|
|
3859
|
-
// bazel-out/
|
|
3859
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
3860
3860
|
import { ConstantPool } from "@angular/compiler";
|
|
3861
3861
|
import ts19 from "typescript";
|
|
3862
3862
|
|
|
3863
|
-
// bazel-out/
|
|
3863
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
|
|
3864
3864
|
import ts18 from "typescript";
|
|
3865
3865
|
function visit(node, visitor, context) {
|
|
3866
3866
|
return visitor._visit(node, context);
|
|
@@ -3921,7 +3921,7 @@ var Visitor = class {
|
|
|
3921
3921
|
}
|
|
3922
3922
|
};
|
|
3923
3923
|
|
|
3924
|
-
// bazel-out/
|
|
3924
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
3925
3925
|
var NO_DECORATORS = /* @__PURE__ */ new Set();
|
|
3926
3926
|
var CLOSURE_FILE_OVERVIEW_REGEXP = /\s+@fileoverview\s+/i;
|
|
3927
3927
|
function ivyTransformFactory(compilation, reflector, importRewriter, defaultImportTracker, perf, isCore, isClosureCompilerEnabled) {
|
|
@@ -4109,10 +4109,10 @@ function nodeArrayFromDecoratorsArray(decorators) {
|
|
|
4109
4109
|
return array;
|
|
4110
4110
|
}
|
|
4111
4111
|
|
|
4112
|
-
// bazel-out/
|
|
4112
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
|
|
4113
4113
|
import { compileClassMetadata, compileDeclareClassMetadata, compileDeclareDirectiveFromMetadata, compileDirectiveFromMetadata, FactoryTarget, makeBindingParser, WrappedNodeExpr as WrappedNodeExpr5 } from "@angular/compiler";
|
|
4114
4114
|
|
|
4115
|
-
// bazel-out/
|
|
4115
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
|
|
4116
4116
|
import { createMayBeForwardRefExpression, emitDistinctChangesOnlyDefaultValue, ExternalExpr as ExternalExpr4, getSafePropertyAccessString, parseHostBindings, verifyHostBindings, WrappedNodeExpr as WrappedNodeExpr4 } from "@angular/compiler";
|
|
4117
4117
|
import ts20 from "typescript";
|
|
4118
4118
|
var EMPTY_OBJECT = {};
|
|
@@ -4525,7 +4525,7 @@ function toHostDirectiveMetadata(hostDirective, context, refEmitter) {
|
|
|
4525
4525
|
};
|
|
4526
4526
|
}
|
|
4527
4527
|
|
|
4528
|
-
// bazel-out/
|
|
4528
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
|
|
4529
4529
|
var DirectiveSymbol = class extends SemanticSymbol {
|
|
4530
4530
|
constructor(decl, selector, inputs, outputs, exportAs, typeCheckMeta, typeParameters) {
|
|
4531
4531
|
super(decl);
|
|
@@ -4602,7 +4602,7 @@ function isBaseClassEqual(current, previous) {
|
|
|
4602
4602
|
return isSymbolEqual(current, previous);
|
|
4603
4603
|
}
|
|
4604
4604
|
|
|
4605
|
-
// bazel-out/
|
|
4605
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
|
|
4606
4606
|
var FIELD_DECORATORS = [
|
|
4607
4607
|
"Input",
|
|
4608
4608
|
"Output",
|
|
@@ -4758,11 +4758,11 @@ var DirectiveDecoratorHandler = class {
|
|
|
4758
4758
|
}
|
|
4759
4759
|
};
|
|
4760
4760
|
|
|
4761
|
-
// bazel-out/
|
|
4761
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
4762
4762
|
import { compileClassMetadata as compileClassMetadata2, compileDeclareClassMetadata as compileDeclareClassMetadata2, compileDeclareInjectorFromMetadata, compileDeclareNgModuleFromMetadata, compileInjector, compileNgModule, ExternalExpr as ExternalExpr5, FactoryTarget as FactoryTarget2, FunctionExpr as FunctionExpr2, InvokeFunctionExpr, LiteralArrayExpr as LiteralArrayExpr2, R3Identifiers, R3SelectorScopeMode, ReturnStatement as ReturnStatement2, WrappedNodeExpr as WrappedNodeExpr6 } from "@angular/compiler";
|
|
4763
4763
|
import ts22 from "typescript";
|
|
4764
4764
|
|
|
4765
|
-
// bazel-out/
|
|
4765
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
|
|
4766
4766
|
import ts21 from "typescript";
|
|
4767
4767
|
function createModuleWithProvidersResolver(reflector, isCore) {
|
|
4768
4768
|
function _reflectModuleFromTypeParam(type, node) {
|
|
@@ -4829,7 +4829,7 @@ function isResolvedModuleWithProviders(sv) {
|
|
|
4829
4829
|
return typeof sv.value === "object" && sv.value != null && sv.value.hasOwnProperty("ngModule") && sv.value.hasOwnProperty("mwpCall");
|
|
4830
4830
|
}
|
|
4831
4831
|
|
|
4832
|
-
// bazel-out/
|
|
4832
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
4833
4833
|
var NgModuleSymbol = class extends SemanticSymbol {
|
|
4834
4834
|
constructor() {
|
|
4835
4835
|
super(...arguments);
|
|
@@ -5331,7 +5331,7 @@ function isSyntheticReference(ref) {
|
|
|
5331
5331
|
return ref.synthetic;
|
|
5332
5332
|
}
|
|
5333
5333
|
|
|
5334
|
-
// bazel-out/
|
|
5334
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
|
|
5335
5335
|
function makeCyclicImportInfo(ref, type, cycle) {
|
|
5336
5336
|
const name = ref.debugName || "(unknown)";
|
|
5337
5337
|
const path = cycle.getPath().map((sf) => sf.fileName).join(" -> ");
|
|
@@ -5354,7 +5354,7 @@ function checkCustomElementSelectorForErrors(selector) {
|
|
|
5354
5354
|
return null;
|
|
5355
5355
|
}
|
|
5356
5356
|
|
|
5357
|
-
// bazel-out/
|
|
5357
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
|
|
5358
5358
|
import { DEFAULT_INTERPOLATION_CONFIG, InterpolationConfig, ParseSourceFile as ParseSourceFile2, parseTemplate } from "@angular/compiler";
|
|
5359
5359
|
import ts23 from "typescript";
|
|
5360
5360
|
function getTemplateDeclarationNodeForError(declaration) {
|
|
@@ -5660,7 +5660,7 @@ function _extractTemplateStyleUrls(template) {
|
|
|
5660
5660
|
return template.styleUrls.map((url) => ({ url, source: 1, nodeForError }));
|
|
5661
5661
|
}
|
|
5662
5662
|
|
|
5663
|
-
// bazel-out/
|
|
5663
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
|
|
5664
5664
|
var ComponentSymbol = class extends DirectiveSymbol {
|
|
5665
5665
|
constructor() {
|
|
5666
5666
|
super(...arguments);
|
|
@@ -5695,7 +5695,7 @@ var ComponentSymbol = class extends DirectiveSymbol {
|
|
|
5695
5695
|
}
|
|
5696
5696
|
};
|
|
5697
5697
|
|
|
5698
|
-
// bazel-out/
|
|
5698
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
|
|
5699
5699
|
function collectAnimationNames(value, animationTriggerNames) {
|
|
5700
5700
|
if (value instanceof Map) {
|
|
5701
5701
|
const name = value.get("name");
|
|
@@ -5771,7 +5771,7 @@ function isLikelyModuleWithProviders(value) {
|
|
|
5771
5771
|
return false;
|
|
5772
5772
|
}
|
|
5773
5773
|
|
|
5774
|
-
// bazel-out/
|
|
5774
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
5775
5775
|
var EMPTY_ARRAY2 = [];
|
|
5776
5776
|
var ComponentDecoratorHandler = class {
|
|
5777
5777
|
constructor(reflector, evaluator, metaRegistry, metaReader, scopeReader, dtsScopeReader, scopeRegistry, typeCheckScopeRegistry, resourceRegistry, isCore, resourceLoader, rootDirs, defaultPreserveWhitespaces, i18nUseExternalIds, enableI18nLegacyMessageIdFormat, usePoisonedData, i18nNormalizeLineEndingsInICUs, moduleResolver, cycleAnalyzer, cycleHandlingStrategy, refEmitter, depTracker, injectableRegistry, semanticDepGraphUpdater, annotateForClosureCompiler, perf, hostDirectivesResolver) {
|
|
@@ -6412,7 +6412,7 @@ function validateStandaloneImports(importRefs, importExpr, metaReader, scopeRead
|
|
|
6412
6412
|
return diagnostics;
|
|
6413
6413
|
}
|
|
6414
6414
|
|
|
6415
|
-
// bazel-out/
|
|
6415
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
|
|
6416
6416
|
import { compileClassMetadata as compileClassMetadata4, compileDeclareClassMetadata as compileDeclareClassMetadata4, compileDeclareInjectableFromMetadata, compileInjectable, createMayBeForwardRefExpression as createMayBeForwardRefExpression2, FactoryTarget as FactoryTarget4, LiteralExpr as LiteralExpr3, WrappedNodeExpr as WrappedNodeExpr8 } from "@angular/compiler";
|
|
6417
6417
|
import ts25 from "typescript";
|
|
6418
6418
|
var InjectableDecoratorHandler = class {
|
|
@@ -6612,7 +6612,7 @@ function getDep(dep, reflector) {
|
|
|
6612
6612
|
return meta;
|
|
6613
6613
|
}
|
|
6614
6614
|
|
|
6615
|
-
// bazel-out/
|
|
6615
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
|
|
6616
6616
|
import { compileClassMetadata as compileClassMetadata5, compileDeclareClassMetadata as compileDeclareClassMetadata5, compileDeclarePipeFromMetadata, compilePipeFromMetadata, FactoryTarget as FactoryTarget5, WrappedNodeExpr as WrappedNodeExpr9 } from "@angular/compiler";
|
|
6617
6617
|
import ts26 from "typescript";
|
|
6618
6618
|
var PipeSymbol = class extends SemanticSymbol {
|
|
@@ -6805,4 +6805,4 @@ export {
|
|
|
6805
6805
|
* Use of this source code is governed by an MIT-style license that can be
|
|
6806
6806
|
* found in the LICENSE file at https://angular.io/license
|
|
6807
6807
|
*/
|
|
6808
|
-
//# sourceMappingURL=chunk-
|
|
6808
|
+
//# sourceMappingURL=chunk-IRLRUIPK.js.map
|
|
File without changes
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
import {
|
|
7
7
|
ConsoleLogger,
|
|
8
8
|
LogLevel
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-4SINIALN.js";
|
|
10
10
|
import {
|
|
11
11
|
NodeJSFileSystem,
|
|
12
12
|
setFileSystem
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-S4JINNFN.js";
|
|
14
14
|
|
|
15
|
-
// bazel-out/
|
|
15
|
+
// bazel-out/darwin-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-N2MCMY3J.js.map
|
|
File without changes
|