@angular/compiler-cli 17.2.1 → 17.2.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-KYE5EYIK.js → chunk-5BWCY2AS.js} +13 -13
- package/bundles/{chunk-63UQIYTZ.js → chunk-6VI5PEAF.js} +30 -30
- package/bundles/{chunk-UM6JO3VZ.js → chunk-75YFKYUJ.js} +7 -7
- package/bundles/{chunk-KMYUI7UU.js → chunk-FUGV6LEW.js} +562 -525
- package/bundles/chunk-FUGV6LEW.js.map +6 -0
- package/bundles/{chunk-CVK4HV4K.js → chunk-HL2GCSY7.js} +37 -37
- package/bundles/{chunk-6VEEN3ZS.js → chunk-Q5Y7HH3O.js} +5 -5
- package/bundles/{chunk-64JBPJBS.js → chunk-R4KQI5XI.js} +5 -5
- package/bundles/{chunk-QLLRERNV.js → chunk-RMH722TZ.js} +5 -5
- package/bundles/{chunk-LYJKWJUC.js → chunk-SBDNBITT.js} +3 -3
- package/bundles/{chunk-PQBKKYRL.js → chunk-SN7STUDB.js} +81 -80
- package/bundles/{chunk-PQBKKYRL.js.map → chunk-SN7STUDB.js.map} +1 -1
- package/bundles/{chunk-2WQIUGOU.js → chunk-WCD6LVCP.js} +7 -7
- 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 +1 -1
- 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 +5 -5
- package/bundles/src/bin/ng_xi18n.js +10 -10
- package/bundles/src/bin/ngc.js +8 -8
- package/bundles_metadata.json +1 -1
- package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
- package/package.json +2 -2
- package/src/ngtsc/docs/src/constant_extractor.d.ts +2 -2
- package/bundles/chunk-KMYUI7UU.js.map +0 -6
- /package/bundles/{chunk-KYE5EYIK.js.map → chunk-5BWCY2AS.js.map} +0 -0
- /package/bundles/{chunk-63UQIYTZ.js.map → chunk-6VI5PEAF.js.map} +0 -0
- /package/bundles/{chunk-UM6JO3VZ.js.map → chunk-75YFKYUJ.js.map} +0 -0
- /package/bundles/{chunk-CVK4HV4K.js.map → chunk-HL2GCSY7.js.map} +0 -0
- /package/bundles/{chunk-6VEEN3ZS.js.map → chunk-Q5Y7HH3O.js.map} +0 -0
- /package/bundles/{chunk-64JBPJBS.js.map → chunk-R4KQI5XI.js.map} +0 -0
- /package/bundles/{chunk-QLLRERNV.js.map → chunk-RMH722TZ.js.map} +0 -0
- /package/bundles/{chunk-LYJKWJUC.js.map → chunk-SBDNBITT.js.map} +0 -0
- /package/bundles/{chunk-2WQIUGOU.js.map → chunk-WCD6LVCP.js.map} +0 -0
|
@@ -29,18 +29,18 @@ import {
|
|
|
29
29
|
translateStatement,
|
|
30
30
|
translateType,
|
|
31
31
|
typeNodeToValueExpr
|
|
32
|
-
} from "./chunk-
|
|
32
|
+
} from "./chunk-HL2GCSY7.js";
|
|
33
33
|
import {
|
|
34
34
|
PerfEvent,
|
|
35
35
|
PerfPhase
|
|
36
|
-
} from "./chunk-
|
|
36
|
+
} from "./chunk-R4KQI5XI.js";
|
|
37
37
|
import {
|
|
38
38
|
absoluteFrom,
|
|
39
39
|
absoluteFromSourceFile,
|
|
40
40
|
relative
|
|
41
|
-
} from "./chunk-
|
|
41
|
+
} from "./chunk-75YFKYUJ.js";
|
|
42
42
|
|
|
43
|
-
// bazel-out/
|
|
43
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
|
|
44
44
|
var DynamicValue = class {
|
|
45
45
|
constructor(node, reason, code) {
|
|
46
46
|
this.node = node;
|
|
@@ -130,10 +130,10 @@ var DynamicValue = class {
|
|
|
130
130
|
}
|
|
131
131
|
};
|
|
132
132
|
|
|
133
|
-
// bazel-out/
|
|
133
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
134
134
|
import ts from "typescript";
|
|
135
135
|
|
|
136
|
-
// bazel-out/
|
|
136
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
|
|
137
137
|
var ResolvedModule = class {
|
|
138
138
|
constructor(exports, evaluate) {
|
|
139
139
|
this.exports = exports;
|
|
@@ -163,7 +163,7 @@ var EnumValue = class {
|
|
|
163
163
|
var KnownFn = class {
|
|
164
164
|
};
|
|
165
165
|
|
|
166
|
-
// bazel-out/
|
|
166
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
|
|
167
167
|
var ArraySliceBuiltinFn = class extends KnownFn {
|
|
168
168
|
constructor(lhs) {
|
|
169
169
|
super();
|
|
@@ -215,14 +215,14 @@ var StringConcatBuiltinFn = class extends KnownFn {
|
|
|
215
215
|
}
|
|
216
216
|
};
|
|
217
217
|
|
|
218
|
-
// bazel-out/
|
|
218
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
|
|
219
219
|
var SyntheticValue = class {
|
|
220
220
|
constructor(value) {
|
|
221
221
|
this.value = value;
|
|
222
222
|
}
|
|
223
223
|
};
|
|
224
224
|
|
|
225
|
-
// bazel-out/
|
|
225
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
226
226
|
function literalBinaryOp(op) {
|
|
227
227
|
return { op, literal: true };
|
|
228
228
|
}
|
|
@@ -800,7 +800,7 @@ function owningModule(context, override = null) {
|
|
|
800
800
|
}
|
|
801
801
|
}
|
|
802
802
|
|
|
803
|
-
// bazel-out/
|
|
803
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
|
|
804
804
|
var PartialEvaluator = class {
|
|
805
805
|
constructor(host, checker, dependencyTracker) {
|
|
806
806
|
this.host = host;
|
|
@@ -820,7 +820,7 @@ var PartialEvaluator = class {
|
|
|
820
820
|
}
|
|
821
821
|
};
|
|
822
822
|
|
|
823
|
-
// bazel-out/
|
|
823
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
|
|
824
824
|
import ts2 from "typescript";
|
|
825
825
|
function describeResolvedType(value, maxDepth = 1) {
|
|
826
826
|
var _a, _b;
|
|
@@ -950,7 +950,7 @@ function getContainerNode(node) {
|
|
|
950
950
|
return node.getSourceFile();
|
|
951
951
|
}
|
|
952
952
|
|
|
953
|
-
// bazel-out/
|
|
953
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
|
|
954
954
|
import { ExternalExpr, ParseLocation, ParseSourceFile, ParseSourceSpan, ReadPropExpr, WrappedNodeExpr } from "@angular/compiler";
|
|
955
955
|
import ts3 from "typescript";
|
|
956
956
|
var CORE_MODULE = "@angular/core";
|
|
@@ -1206,7 +1206,7 @@ function isAbstractClassDeclaration(clazz) {
|
|
|
1206
1206
|
return ts3.canHaveModifiers(clazz) && clazz.modifiers !== void 0 ? clazz.modifiers.some((mod) => mod.kind === ts3.SyntaxKind.AbstractKeyword) : false;
|
|
1207
1207
|
}
|
|
1208
1208
|
|
|
1209
|
-
// bazel-out/
|
|
1209
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
|
|
1210
1210
|
import { LiteralExpr, WrappedNodeExpr as WrappedNodeExpr2 } from "@angular/compiler";
|
|
1211
1211
|
import ts4 from "typescript";
|
|
1212
1212
|
function getConstructorDependencies(clazz, reflector, isCore) {
|
|
@@ -1350,10 +1350,10 @@ function createUnsuitableInjectionTokenError(clazz, error) {
|
|
|
1350
1350
|
return new FatalDiagnosticError(ErrorCode.PARAM_MISSING_TOKEN, param.nameNode, chain, hints);
|
|
1351
1351
|
}
|
|
1352
1352
|
|
|
1353
|
-
// bazel-out/
|
|
1353
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
|
|
1354
1354
|
import ts13 from "typescript";
|
|
1355
1355
|
|
|
1356
|
-
// bazel-out/
|
|
1356
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
|
|
1357
1357
|
var MetaKind;
|
|
1358
1358
|
(function(MetaKind2) {
|
|
1359
1359
|
MetaKind2[MetaKind2["Directive"] = 0] = "Directive";
|
|
@@ -1366,10 +1366,10 @@ var MatchSource;
|
|
|
1366
1366
|
MatchSource2[MatchSource2["HostDirective"] = 1] = "HostDirective";
|
|
1367
1367
|
})(MatchSource || (MatchSource = {}));
|
|
1368
1368
|
|
|
1369
|
-
// bazel-out/
|
|
1369
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
1370
1370
|
import ts6 from "typescript";
|
|
1371
1371
|
|
|
1372
|
-
// bazel-out/
|
|
1372
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
|
|
1373
1373
|
var ClassPropertyMapping = class {
|
|
1374
1374
|
constructor(forwardMap) {
|
|
1375
1375
|
this.forwardMap = forwardMap;
|
|
@@ -1449,7 +1449,7 @@ function reverseMapFromForwardMap(forwardMap) {
|
|
|
1449
1449
|
return reverseMap;
|
|
1450
1450
|
}
|
|
1451
1451
|
|
|
1452
|
-
// bazel-out/
|
|
1452
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
|
|
1453
1453
|
import ts5 from "typescript";
|
|
1454
1454
|
function extractReferencesFromType(checker, def, bestGuessOwningModule) {
|
|
1455
1455
|
if (!ts5.isTupleTypeNode(def)) {
|
|
@@ -1642,7 +1642,7 @@ function isHostDirectiveMetaForGlobalMode(hostDirectiveMeta) {
|
|
|
1642
1642
|
return hostDirectiveMeta.directive instanceof Reference;
|
|
1643
1643
|
}
|
|
1644
1644
|
|
|
1645
|
-
// bazel-out/
|
|
1645
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
1646
1646
|
var DtsMetadataReader = class {
|
|
1647
1647
|
constructor(checker, reflector) {
|
|
1648
1648
|
this.checker = checker;
|
|
@@ -1825,7 +1825,7 @@ function readHostDirectivesType(checker, type, bestGuessOwningModule) {
|
|
|
1825
1825
|
return result.length > 0 ? result : null;
|
|
1826
1826
|
}
|
|
1827
1827
|
|
|
1828
|
-
// bazel-out/
|
|
1828
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
|
|
1829
1829
|
function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
1830
1830
|
const topMeta = reader.getDirectiveMetadata(dir);
|
|
1831
1831
|
if (topMeta === null) {
|
|
@@ -1889,7 +1889,7 @@ function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
|
1889
1889
|
};
|
|
1890
1890
|
}
|
|
1891
1891
|
|
|
1892
|
-
// bazel-out/
|
|
1892
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
|
|
1893
1893
|
var LocalMetadataRegistry = class {
|
|
1894
1894
|
constructor() {
|
|
1895
1895
|
this.directives = /* @__PURE__ */ new Map();
|
|
@@ -1946,7 +1946,7 @@ var CompoundMetadataRegistry = class {
|
|
|
1946
1946
|
}
|
|
1947
1947
|
};
|
|
1948
1948
|
|
|
1949
|
-
// bazel-out/
|
|
1949
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
|
|
1950
1950
|
var ResourceRegistry = class {
|
|
1951
1951
|
constructor() {
|
|
1952
1952
|
this.externalTemplateToComponentsMap = /* @__PURE__ */ new Map();
|
|
@@ -2011,7 +2011,7 @@ var ResourceRegistry = class {
|
|
|
2011
2011
|
}
|
|
2012
2012
|
};
|
|
2013
2013
|
|
|
2014
|
-
// bazel-out/
|
|
2014
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
|
|
2015
2015
|
var ExportedProviderStatusResolver = class {
|
|
2016
2016
|
constructor(metaReader) {
|
|
2017
2017
|
this.metaReader = metaReader;
|
|
@@ -2055,7 +2055,7 @@ var ExportedProviderStatusResolver = class {
|
|
|
2055
2055
|
}
|
|
2056
2056
|
};
|
|
2057
2057
|
|
|
2058
|
-
// bazel-out/
|
|
2058
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
|
|
2059
2059
|
var EMPTY_ARRAY = [];
|
|
2060
2060
|
var HostDirectivesResolver = class {
|
|
2061
2061
|
constructor(metaReader) {
|
|
@@ -2121,7 +2121,7 @@ function resolveOutput(bindingName) {
|
|
|
2121
2121
|
return bindingName;
|
|
2122
2122
|
}
|
|
2123
2123
|
|
|
2124
|
-
// bazel-out/
|
|
2124
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
|
|
2125
2125
|
var CompilationMode;
|
|
2126
2126
|
(function(CompilationMode2) {
|
|
2127
2127
|
CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
|
|
@@ -2135,7 +2135,7 @@ var HandlerPrecedence;
|
|
|
2135
2135
|
HandlerPrecedence2[HandlerPrecedence2["WEAK"] = 2] = "WEAK";
|
|
2136
2136
|
})(HandlerPrecedence || (HandlerPrecedence = {}));
|
|
2137
2137
|
|
|
2138
|
-
// bazel-out/
|
|
2138
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
|
|
2139
2139
|
import ts7 from "typescript";
|
|
2140
2140
|
function aliasTransformFactory(exportStatements) {
|
|
2141
2141
|
return () => {
|
|
@@ -2158,10 +2158,10 @@ function aliasTransformFactory(exportStatements) {
|
|
|
2158
2158
|
};
|
|
2159
2159
|
}
|
|
2160
2160
|
|
|
2161
|
-
// bazel-out/
|
|
2161
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
2162
2162
|
import ts8 from "typescript";
|
|
2163
2163
|
|
|
2164
|
-
// bazel-out/
|
|
2164
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
|
|
2165
2165
|
var TraitState;
|
|
2166
2166
|
(function(TraitState2) {
|
|
2167
2167
|
TraitState2[TraitState2["Pending"] = 0] = "Pending";
|
|
@@ -2218,7 +2218,7 @@ var TraitImpl = class {
|
|
|
2218
2218
|
}
|
|
2219
2219
|
};
|
|
2220
2220
|
|
|
2221
|
-
// bazel-out/
|
|
2221
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
2222
2222
|
var TraitCompiler = class {
|
|
2223
2223
|
constructor(handlers, reflector, perf, incrementalBuild, compileNonExportedClasses, compilationMode, dtsTransforms, semanticDepGraphUpdater, sourceFileTypeIdentifier) {
|
|
2224
2224
|
this.handlers = handlers;
|
|
@@ -2675,10 +2675,10 @@ function containsErrors(diagnostics) {
|
|
|
2675
2675
|
return diagnostics !== null && diagnostics.some((diag) => diag.category === ts8.DiagnosticCategory.Error);
|
|
2676
2676
|
}
|
|
2677
2677
|
|
|
2678
|
-
// bazel-out/
|
|
2678
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
2679
2679
|
import ts10 from "typescript";
|
|
2680
2680
|
|
|
2681
|
-
// bazel-out/
|
|
2681
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/utils.mjs
|
|
2682
2682
|
import ts9 from "typescript";
|
|
2683
2683
|
function addImports(factory = ts9.factory, importManager, sf, extraStatements = []) {
|
|
2684
2684
|
const addedImports = importManager.getAllImports(sf.fileName).map((i) => i.qualifier !== null ? createNamespaceImportDecl(i, factory) : createSideEffectImportDecl(i, factory));
|
|
@@ -2722,7 +2722,7 @@ function isImportStatement(stmt) {
|
|
|
2722
2722
|
return ts9.isImportDeclaration(stmt) || ts9.isImportEqualsDeclaration(stmt) || ts9.isNamespaceImport(stmt);
|
|
2723
2723
|
}
|
|
2724
2724
|
|
|
2725
|
-
// bazel-out/
|
|
2725
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
2726
2726
|
var DtsTransformRegistry = class {
|
|
2727
2727
|
constructor() {
|
|
2728
2728
|
this.ivyDeclarationTransforms = /* @__PURE__ */ new Map();
|
|
@@ -2869,11 +2869,11 @@ function markForEmitAsSingleLine(node) {
|
|
|
2869
2869
|
ts10.forEachChild(node, markForEmitAsSingleLine);
|
|
2870
2870
|
}
|
|
2871
2871
|
|
|
2872
|
-
// bazel-out/
|
|
2872
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
2873
2873
|
import { ConstantPool } from "@angular/compiler";
|
|
2874
2874
|
import ts12 from "typescript";
|
|
2875
2875
|
|
|
2876
|
-
// bazel-out/
|
|
2876
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
|
|
2877
2877
|
import ts11 from "typescript";
|
|
2878
2878
|
function visit(node, visitor, context) {
|
|
2879
2879
|
return visitor._visit(node, context);
|
|
@@ -2934,7 +2934,7 @@ var Visitor = class {
|
|
|
2934
2934
|
}
|
|
2935
2935
|
};
|
|
2936
2936
|
|
|
2937
|
-
// bazel-out/
|
|
2937
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
2938
2938
|
var NO_DECORATORS = /* @__PURE__ */ new Set();
|
|
2939
2939
|
var CLOSURE_FILE_OVERVIEW_REGEXP = /\s+@fileoverview\s+/i;
|
|
2940
2940
|
function ivyTransformFactory(compilation, reflector, importRewriter, defaultImportTracker, localCompilationExtraImportsTracker, perf, isCore, isClosureCompilerEnabled) {
|
|
@@ -3163,7 +3163,7 @@ function nodeArrayFromDecoratorsArray(decorators) {
|
|
|
3163
3163
|
return array;
|
|
3164
3164
|
}
|
|
3165
3165
|
|
|
3166
|
-
// bazel-out/
|
|
3166
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
|
|
3167
3167
|
function makeDuplicateDeclarationError(node, data, kind) {
|
|
3168
3168
|
const context = [];
|
|
3169
3169
|
for (const decl of data) {
|
|
@@ -3370,7 +3370,7 @@ function assertLocalCompilationUnresolvedConst(compilationMode, value, nodeToHig
|
|
|
3370
3370
|
}
|
|
3371
3371
|
}
|
|
3372
3372
|
|
|
3373
|
-
// bazel-out/
|
|
3373
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
|
|
3374
3374
|
import { ViewEncapsulation } from "@angular/compiler";
|
|
3375
3375
|
import ts14 from "typescript";
|
|
3376
3376
|
function resolveEnumValue(evaluator, metadata, field, enumSymbolName) {
|
|
@@ -3421,7 +3421,7 @@ function resolveLiteral(decorator, literalCache) {
|
|
|
3421
3421
|
return meta;
|
|
3422
3422
|
}
|
|
3423
3423
|
|
|
3424
|
-
// bazel-out/
|
|
3424
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
|
|
3425
3425
|
import { compileDeclareFactoryFunction, compileFactoryFunction } from "@angular/compiler";
|
|
3426
3426
|
function compileNgFactoryDefField(metadata) {
|
|
3427
3427
|
const res = compileFactoryFunction(metadata);
|
|
@@ -3444,7 +3444,7 @@ function compileDeclareFactory(metadata) {
|
|
|
3444
3444
|
};
|
|
3445
3445
|
}
|
|
3446
3446
|
|
|
3447
|
-
// bazel-out/
|
|
3447
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
|
|
3448
3448
|
var InjectableClassRegistry = class {
|
|
3449
3449
|
constructor(host, isCore) {
|
|
3450
3450
|
this.host = host;
|
|
@@ -3470,7 +3470,7 @@ var InjectableClassRegistry = class {
|
|
|
3470
3470
|
}
|
|
3471
3471
|
};
|
|
3472
3472
|
|
|
3473
|
-
// bazel-out/
|
|
3473
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
|
|
3474
3474
|
import { ArrowFunctionExpr, LiteralArrayExpr, LiteralExpr as LiteralExpr2, literalMap, WrappedNodeExpr as WrappedNodeExpr3 } from "@angular/compiler";
|
|
3475
3475
|
import ts15 from "typescript";
|
|
3476
3476
|
function extractClassMetadata(clazz, reflection, isCore, annotateForClosureCompiler, angularDecoratorTransform = (dec) => dec) {
|
|
@@ -3555,7 +3555,7 @@ function removeIdentifierReferences(node, names) {
|
|
|
3555
3555
|
return result.transformed[0];
|
|
3556
3556
|
}
|
|
3557
3557
|
|
|
3558
|
-
// bazel-out/
|
|
3558
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/debug_info.mjs
|
|
3559
3559
|
import { literal as literal2, WrappedNodeExpr as WrappedNodeExpr4 } from "@angular/compiler";
|
|
3560
3560
|
import * as path from "path";
|
|
3561
3561
|
function extractClassDebugInfo(clazz, reflection, rootDirs, forbidOrphanRendering) {
|
|
@@ -3582,13 +3582,13 @@ function computeRelativePathIfPossible(filePath, rootDirs) {
|
|
|
3582
3582
|
return null;
|
|
3583
3583
|
}
|
|
3584
3584
|
|
|
3585
|
-
// bazel-out/
|
|
3585
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
|
|
3586
3586
|
var NoopReferencesRegistry = class {
|
|
3587
3587
|
add(source, ...references) {
|
|
3588
3588
|
}
|
|
3589
3589
|
};
|
|
3590
3590
|
|
|
3591
|
-
// bazel-out/
|
|
3591
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
|
|
3592
3592
|
import { CUSTOM_ELEMENTS_SCHEMA, NO_ERRORS_SCHEMA } from "@angular/compiler";
|
|
3593
3593
|
function extractSchemas(rawExpr, evaluator, context) {
|
|
3594
3594
|
const schemas = [];
|
|
@@ -3618,7 +3618,7 @@ function extractSchemas(rawExpr, evaluator, context) {
|
|
|
3618
3618
|
return schemas;
|
|
3619
3619
|
}
|
|
3620
3620
|
|
|
3621
|
-
// bazel-out/
|
|
3621
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/input_transforms.mjs
|
|
3622
3622
|
import { outputAst } from "@angular/compiler";
|
|
3623
3623
|
function compileInputTransformFields(inputs) {
|
|
3624
3624
|
const extraFields = [];
|
|
@@ -3636,11 +3636,11 @@ function compileInputTransformFields(inputs) {
|
|
|
3636
3636
|
return extraFields;
|
|
3637
3637
|
}
|
|
3638
3638
|
|
|
3639
|
-
// bazel-out/
|
|
3639
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
3640
3640
|
import { compileClassDebugInfo, compileComponentClassMetadata, compileComponentFromMetadata, compileDeclareClassMetadata as compileDeclareClassMetadata3, compileDeclareComponentFromMetadata, CssSelector as CssSelector2, DEFAULT_INTERPOLATION_CONFIG as DEFAULT_INTERPOLATION_CONFIG2, DomElementSchemaRegistry, ExternalExpr as ExternalExpr6, FactoryTarget as FactoryTarget3, makeBindingParser as makeBindingParser2, R3TargetBinder, R3TemplateDependencyKind, SelectorMatcher as SelectorMatcher2, ViewEncapsulation as ViewEncapsulation2, WrappedNodeExpr as WrappedNodeExpr8 } from "@angular/compiler";
|
|
3641
3641
|
import ts27 from "typescript";
|
|
3642
3642
|
|
|
3643
|
-
// bazel-out/
|
|
3643
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
|
|
3644
3644
|
import ts16 from "typescript";
|
|
3645
3645
|
var SemanticSymbol = class {
|
|
3646
3646
|
constructor(decl) {
|
|
@@ -3656,7 +3656,7 @@ function getSymbolIdentifier(decl) {
|
|
|
3656
3656
|
return decl.name.text;
|
|
3657
3657
|
}
|
|
3658
3658
|
|
|
3659
|
-
// bazel-out/
|
|
3659
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
|
|
3660
3660
|
import { ExternalExpr as ExternalExpr2 } from "@angular/compiler";
|
|
3661
3661
|
var OpaqueSymbol = class extends SemanticSymbol {
|
|
3662
3662
|
isPublicApiAffected() {
|
|
@@ -3799,10 +3799,10 @@ function getImportPath(expr) {
|
|
|
3799
3799
|
}
|
|
3800
3800
|
}
|
|
3801
3801
|
|
|
3802
|
-
// bazel-out/
|
|
3802
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
3803
3803
|
import ts17 from "typescript";
|
|
3804
3804
|
|
|
3805
|
-
// bazel-out/
|
|
3805
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
|
|
3806
3806
|
function isSymbolEqual(a, b) {
|
|
3807
3807
|
if (a.decl === b.decl) {
|
|
3808
3808
|
return true;
|
|
@@ -3852,7 +3852,7 @@ function isSetEqual(a, b, equalityTester = referenceEquality) {
|
|
|
3852
3852
|
return true;
|
|
3853
3853
|
}
|
|
3854
3854
|
|
|
3855
|
-
// bazel-out/
|
|
3855
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
3856
3856
|
function extractSemanticTypeParameters(node) {
|
|
3857
3857
|
if (!ts17.isClassDeclaration(node) || node.typeParameters === void 0) {
|
|
3858
3858
|
return null;
|
|
@@ -3872,14 +3872,14 @@ function isTypeParameterEqual(a, b) {
|
|
|
3872
3872
|
return a.hasGenericTypeBound === b.hasGenericTypeBound;
|
|
3873
3873
|
}
|
|
3874
3874
|
|
|
3875
|
-
// bazel-out/
|
|
3875
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
|
|
3876
3876
|
var ComponentScopeKind;
|
|
3877
3877
|
(function(ComponentScopeKind2) {
|
|
3878
3878
|
ComponentScopeKind2[ComponentScopeKind2["NgModule"] = 0] = "NgModule";
|
|
3879
3879
|
ComponentScopeKind2[ComponentScopeKind2["Standalone"] = 1] = "Standalone";
|
|
3880
3880
|
})(ComponentScopeKind || (ComponentScopeKind = {}));
|
|
3881
3881
|
|
|
3882
|
-
// bazel-out/
|
|
3882
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
|
|
3883
3883
|
var CompoundComponentScopeReader = class {
|
|
3884
3884
|
constructor(readers) {
|
|
3885
3885
|
this.readers = readers;
|
|
@@ -3904,7 +3904,7 @@ var CompoundComponentScopeReader = class {
|
|
|
3904
3904
|
}
|
|
3905
3905
|
};
|
|
3906
3906
|
|
|
3907
|
-
// bazel-out/
|
|
3907
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
|
|
3908
3908
|
var MetadataDtsModuleScopeResolver = class {
|
|
3909
3909
|
constructor(dtsMetaReader, aliasingHost) {
|
|
3910
3910
|
this.dtsMetaReader = dtsMetaReader;
|
|
@@ -3980,11 +3980,11 @@ var MetadataDtsModuleScopeResolver = class {
|
|
|
3980
3980
|
}
|
|
3981
3981
|
};
|
|
3982
3982
|
|
|
3983
|
-
// bazel-out/
|
|
3983
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
3984
3984
|
import { ExternalExpr as ExternalExpr3 } from "@angular/compiler";
|
|
3985
3985
|
import ts18 from "typescript";
|
|
3986
3986
|
|
|
3987
|
-
// bazel-out/
|
|
3987
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
|
|
3988
3988
|
function getDiagnosticNode(ref, rawExpr) {
|
|
3989
3989
|
return rawExpr !== null ? ref.getOriginForDiagnostics(rawExpr) : ref.node.name;
|
|
3990
3990
|
}
|
|
@@ -4010,7 +4010,7 @@ function makeUnknownComponentDeferredImportDiagnostic(ref, rawExpr) {
|
|
|
4010
4010
|
return makeDiagnostic(ErrorCode.COMPONENT_UNKNOWN_DEFERRED_IMPORT, getDiagnosticNode(ref, rawExpr), `Component deferred imports must be standalone components, directives or pipes.`);
|
|
4011
4011
|
}
|
|
4012
4012
|
|
|
4013
|
-
// bazel-out/
|
|
4013
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
4014
4014
|
var LocalModuleScopeRegistry = class {
|
|
4015
4015
|
constructor(localReader, fullReader, dependencyScopeReader, refEmitter, aliasingHost) {
|
|
4016
4016
|
this.localReader = localReader;
|
|
@@ -4349,7 +4349,7 @@ function reexportCollision(module, refA, refB) {
|
|
|
4349
4349
|
]);
|
|
4350
4350
|
}
|
|
4351
4351
|
|
|
4352
|
-
// bazel-out/
|
|
4352
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
|
|
4353
4353
|
import { CssSelector, SelectorMatcher } from "@angular/compiler";
|
|
4354
4354
|
import ts19 from "typescript";
|
|
4355
4355
|
var TypeCheckScopeRegistry = class {
|
|
@@ -4427,14 +4427,14 @@ var TypeCheckScopeRegistry = class {
|
|
|
4427
4427
|
}
|
|
4428
4428
|
};
|
|
4429
4429
|
|
|
4430
|
-
// bazel-out/
|
|
4430
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
|
|
4431
4431
|
import { compileClassMetadata, compileDeclareClassMetadata, compileDeclareDirectiveFromMetadata, compileDirectiveFromMetadata, FactoryTarget, makeBindingParser, WrappedNodeExpr as WrappedNodeExpr6 } from "@angular/compiler";
|
|
4432
4432
|
|
|
4433
|
-
// bazel-out/
|
|
4433
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
|
|
4434
4434
|
import { createMayBeForwardRefExpression as createMayBeForwardRefExpression2, emitDistinctChangesOnlyDefaultValue, ExternalExpr as ExternalExpr4, getSafePropertyAccessString, parseHostBindings, verifyHostBindings, WrappedNodeExpr as WrappedNodeExpr5 } from "@angular/compiler";
|
|
4435
4435
|
import ts23 from "typescript";
|
|
4436
4436
|
|
|
4437
|
-
// bazel-out/
|
|
4437
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/initializer_functions.mjs
|
|
4438
4438
|
import ts20 from "typescript";
|
|
4439
4439
|
function tryParseInitializerApiMember(fnNames, member, reflector, isCore) {
|
|
4440
4440
|
if (member.value === null || !ts20.isCallExpression(member.value)) {
|
|
@@ -4489,7 +4489,7 @@ function isReferenceToInitializerApiFunction(functionName, target, isCore, refle
|
|
|
4489
4489
|
return targetImport.name === functionName && targetImport.from === CORE_MODULE;
|
|
4490
4490
|
}
|
|
4491
4491
|
|
|
4492
|
-
// bazel-out/
|
|
4492
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_output_parse_options.mjs
|
|
4493
4493
|
import ts21 from "typescript";
|
|
4494
4494
|
function parseAndValidateInputAndOutputOptions(optionsNode) {
|
|
4495
4495
|
if (!ts21.isObjectLiteralExpression(optionsNode)) {
|
|
@@ -4507,7 +4507,7 @@ function parseAndValidateInputAndOutputOptions(optionsNode) {
|
|
|
4507
4507
|
return { alias };
|
|
4508
4508
|
}
|
|
4509
4509
|
|
|
4510
|
-
// bazel-out/
|
|
4510
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_function.mjs
|
|
4511
4511
|
function tryParseSignalInputMapping(member, reflector, isCore) {
|
|
4512
4512
|
var _a;
|
|
4513
4513
|
const signalInput = tryParseInitializerApiMember(["input"], member, reflector, isCore);
|
|
@@ -4526,7 +4526,7 @@ function tryParseSignalInputMapping(member, reflector, isCore) {
|
|
|
4526
4526
|
};
|
|
4527
4527
|
}
|
|
4528
4528
|
|
|
4529
|
-
// bazel-out/
|
|
4529
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/model_function.mjs
|
|
4530
4530
|
function tryParseSignalModelMapping(member, reflector, isCore) {
|
|
4531
4531
|
var _a;
|
|
4532
4532
|
const model = tryParseInitializerApiMember(["model"], member, reflector, isCore);
|
|
@@ -4554,7 +4554,7 @@ function tryParseSignalModelMapping(member, reflector, isCore) {
|
|
|
4554
4554
|
};
|
|
4555
4555
|
}
|
|
4556
4556
|
|
|
4557
|
-
// bazel-out/
|
|
4557
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/output_function.mjs
|
|
4558
4558
|
function tryParseInitializerBasedOutput(member, reflector, isCore) {
|
|
4559
4559
|
var _a;
|
|
4560
4560
|
const output = tryParseInitializerApiMember(["output", "\u0275output"], member, reflector, isCore);
|
|
@@ -4577,7 +4577,7 @@ function tryParseInitializerBasedOutput(member, reflector, isCore) {
|
|
|
4577
4577
|
};
|
|
4578
4578
|
}
|
|
4579
4579
|
|
|
4580
|
-
// bazel-out/
|
|
4580
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/query_functions.mjs
|
|
4581
4581
|
import { createMayBeForwardRefExpression, outputAst as o } from "@angular/compiler";
|
|
4582
4582
|
import ts22 from "typescript";
|
|
4583
4583
|
var queryFunctionNames = ["viewChild", "viewChildren", "contentChild", "contentChildren"];
|
|
@@ -4639,7 +4639,7 @@ function parseDescendantsOption(value) {
|
|
|
4639
4639
|
throw new FatalDiagnosticError(ErrorCode.VALUE_HAS_WRONG_TYPE, value, `Expected "descendants" option to be a boolean literal.`);
|
|
4640
4640
|
}
|
|
4641
4641
|
|
|
4642
|
-
// bazel-out/
|
|
4642
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
|
|
4643
4643
|
var EMPTY_OBJECT = {};
|
|
4644
4644
|
var queryDecoratorNames = ["ViewChild", "ViewChildren", "ContentChild", "ContentChildren"];
|
|
4645
4645
|
var QUERY_TYPES = new Set(queryDecoratorNames);
|
|
@@ -5435,7 +5435,7 @@ function toR3InputMetadata(mapping) {
|
|
|
5435
5435
|
};
|
|
5436
5436
|
}
|
|
5437
5437
|
|
|
5438
|
-
// bazel-out/
|
|
5438
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
|
|
5439
5439
|
var DirectiveSymbol = class extends SemanticSymbol {
|
|
5440
5440
|
constructor(decl, selector, inputs, outputs, exportAs, typeCheckMeta, typeParameters) {
|
|
5441
5441
|
super(decl);
|
|
@@ -5515,7 +5515,7 @@ function isBaseClassEqual(current, previous) {
|
|
|
5515
5515
|
return isSymbolEqual(current, previous);
|
|
5516
5516
|
}
|
|
5517
5517
|
|
|
5518
|
-
// bazel-out/
|
|
5518
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
|
|
5519
5519
|
var FIELD_DECORATORS = [
|
|
5520
5520
|
"Input",
|
|
5521
5521
|
"Output",
|
|
@@ -5708,11 +5708,11 @@ var DirectiveDecoratorHandler = class {
|
|
|
5708
5708
|
}
|
|
5709
5709
|
};
|
|
5710
5710
|
|
|
5711
|
-
// bazel-out/
|
|
5711
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
5712
5712
|
import { compileClassMetadata as compileClassMetadata2, compileDeclareClassMetadata as compileDeclareClassMetadata2, compileDeclareInjectorFromMetadata, compileDeclareNgModuleFromMetadata, compileInjector, compileNgModule, ExternalExpr as ExternalExpr5, FactoryTarget as FactoryTarget2, FunctionExpr, InvokeFunctionExpr, LiteralArrayExpr as LiteralArrayExpr2, R3Identifiers, R3NgModuleMetadataKind, R3SelectorScopeMode, ReturnStatement, WrappedNodeExpr as WrappedNodeExpr7 } from "@angular/compiler";
|
|
5713
5713
|
import ts25 from "typescript";
|
|
5714
5714
|
|
|
5715
|
-
// bazel-out/
|
|
5715
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
|
|
5716
5716
|
import ts24 from "typescript";
|
|
5717
5717
|
function createModuleWithProvidersResolver(reflector, isCore) {
|
|
5718
5718
|
function _reflectModuleFromTypeParam(type, node) {
|
|
@@ -5779,7 +5779,7 @@ function isResolvedModuleWithProviders(sv) {
|
|
|
5779
5779
|
return typeof sv.value === "object" && sv.value != null && sv.value.hasOwnProperty("ngModule") && sv.value.hasOwnProperty("mwpCall");
|
|
5780
5780
|
}
|
|
5781
5781
|
|
|
5782
|
-
// bazel-out/
|
|
5782
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
5783
5783
|
var NgModuleSymbol = class extends SemanticSymbol {
|
|
5784
5784
|
constructor(decl, hasProviders) {
|
|
5785
5785
|
super(decl);
|
|
@@ -6390,7 +6390,7 @@ function isSyntheticReference(ref) {
|
|
|
6390
6390
|
return ref.synthetic;
|
|
6391
6391
|
}
|
|
6392
6392
|
|
|
6393
|
-
// bazel-out/
|
|
6393
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
|
|
6394
6394
|
function makeCyclicImportInfo(ref, type, cycle) {
|
|
6395
6395
|
const name = ref.debugName || "(unknown)";
|
|
6396
6396
|
const path2 = cycle.getPath().map((sf) => sf.fileName).join(" -> ");
|
|
@@ -6413,7 +6413,7 @@ function checkCustomElementSelectorForErrors(selector) {
|
|
|
6413
6413
|
return null;
|
|
6414
6414
|
}
|
|
6415
6415
|
|
|
6416
|
-
// bazel-out/
|
|
6416
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
|
|
6417
6417
|
import { DEFAULT_INTERPOLATION_CONFIG, InterpolationConfig, ParseSourceFile as ParseSourceFile2, parseTemplate } from "@angular/compiler";
|
|
6418
6418
|
import ts26 from "typescript";
|
|
6419
6419
|
function getTemplateDeclarationNodeForError(declaration) {
|
|
@@ -6764,7 +6764,7 @@ function _extractTemplateStyleUrls(template) {
|
|
|
6764
6764
|
return template.styleUrls.map((url) => ({ url, source: 1, nodeForError }));
|
|
6765
6765
|
}
|
|
6766
6766
|
|
|
6767
|
-
// bazel-out/
|
|
6767
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
|
|
6768
6768
|
var ComponentSymbol = class extends DirectiveSymbol {
|
|
6769
6769
|
constructor() {
|
|
6770
6770
|
super(...arguments);
|
|
@@ -6799,7 +6799,7 @@ var ComponentSymbol = class extends DirectiveSymbol {
|
|
|
6799
6799
|
}
|
|
6800
6800
|
};
|
|
6801
6801
|
|
|
6802
|
-
// bazel-out/
|
|
6802
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
|
|
6803
6803
|
function collectAnimationNames(value, animationTriggerNames) {
|
|
6804
6804
|
if (value instanceof Map) {
|
|
6805
6805
|
const name = value.get("name");
|
|
@@ -6876,7 +6876,7 @@ function isLikelyModuleWithProviders(value) {
|
|
|
6876
6876
|
return false;
|
|
6877
6877
|
}
|
|
6878
6878
|
|
|
6879
|
-
// bazel-out/
|
|
6879
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
6880
6880
|
var EMPTY_ARRAY2 = [];
|
|
6881
6881
|
var isUsedDirective = (decl) => decl.kind === R3TemplateDependencyKind.Directive;
|
|
6882
6882
|
var isUsedPipe = (decl) => decl.kind === R3TemplateDependencyKind.Pipe;
|
|
@@ -7670,9 +7670,10 @@ var ComponentDecoratorHandler = class {
|
|
|
7670
7670
|
if (importDecl !== null && this.deferredSymbolTracker.canDefer(importDecl)) {
|
|
7671
7671
|
deferBlockDep.isDeferrable = true;
|
|
7672
7672
|
deferBlockDep.importPath = importDecl.moduleSpecifier.text;
|
|
7673
|
+
deferBlockDep.isDefaultImport = isDefaultImport(importDecl);
|
|
7673
7674
|
deferrableTypes.set(deferBlockDep.symbolName, {
|
|
7674
7675
|
importPath: deferBlockDep.importPath,
|
|
7675
|
-
isDefaultImport: isDefaultImport
|
|
7676
|
+
isDefaultImport: deferBlockDep.isDefaultImport
|
|
7676
7677
|
});
|
|
7677
7678
|
}
|
|
7678
7679
|
}
|
|
@@ -7871,7 +7872,7 @@ function isDefaultImport(node) {
|
|
|
7871
7872
|
return node.importClause !== void 0 && node.importClause.namedBindings === void 0;
|
|
7872
7873
|
}
|
|
7873
7874
|
|
|
7874
|
-
// bazel-out/
|
|
7875
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
|
|
7875
7876
|
import { compileClassMetadata as compileClassMetadata3, compileDeclareClassMetadata as compileDeclareClassMetadata4, compileDeclareInjectableFromMetadata, compileInjectable, createMayBeForwardRefExpression as createMayBeForwardRefExpression3, FactoryTarget as FactoryTarget4, LiteralExpr as LiteralExpr3, WrappedNodeExpr as WrappedNodeExpr9 } from "@angular/compiler";
|
|
7876
7877
|
import ts28 from "typescript";
|
|
7877
7878
|
var InjectableDecoratorHandler = class {
|
|
@@ -8103,7 +8104,7 @@ function getDep(dep, reflector) {
|
|
|
8103
8104
|
return meta;
|
|
8104
8105
|
}
|
|
8105
8106
|
|
|
8106
|
-
// bazel-out/
|
|
8107
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
|
|
8107
8108
|
import { compileClassMetadata as compileClassMetadata4, compileDeclareClassMetadata as compileDeclareClassMetadata5, compileDeclarePipeFromMetadata, compilePipeFromMetadata, FactoryTarget as FactoryTarget5 } from "@angular/compiler";
|
|
8108
8109
|
import ts29 from "typescript";
|
|
8109
8110
|
var PipeSymbol = class extends SemanticSymbol {
|
|
@@ -8316,4 +8317,4 @@ export {
|
|
|
8316
8317
|
* Use of this source code is governed by an MIT-style license that can be
|
|
8317
8318
|
* found in the LICENSE file at https://angular.io/license
|
|
8318
8319
|
*/
|
|
8319
|
-
//# sourceMappingURL=chunk-
|
|
8320
|
+
//# sourceMappingURL=chunk-SN7STUDB.js.map
|