@angular/compiler-cli 17.1.0 → 17.1.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-P34DHQ65.js → chunk-24NMPW5I.js} +30 -30
- package/bundles/{chunk-WMUBJYYX.js → chunk-2WQIUGOU.js} +7 -7
- package/bundles/{chunk-YFIBJR5K.js → chunk-5YHUYFQ5.js} +141 -132
- package/bundles/chunk-5YHUYFQ5.js.map +6 -0
- package/bundles/{chunk-JOIB3454.js → chunk-64JBPJBS.js} +5 -5
- package/bundles/{chunk-TGR3NXO6.js → chunk-6VEEN3ZS.js} +5 -5
- package/bundles/{chunk-I3M5LXMW.js → chunk-DUY2FPLZ.js} +7 -7
- package/bundles/{chunk-GM44CTB7.js → chunk-GKQNBAG5.js} +74 -74
- package/bundles/{chunk-CF2CT7RQ.js → chunk-LYJKWJUC.js} +3 -3
- package/bundles/{chunk-5KZ4IU2X.js → chunk-MIB7EGOT.js} +5 -5
- package/bundles/{chunk-3WRR7A6G.js → chunk-TFBB265K.js} +36 -36
- package/bundles/{chunk-MLI2QFE3.js → chunk-TKJ4KX5N.js} +6 -6
- 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/bin/ng_xi18n.d.ts +1 -1
- package/src/bin/ngc.d.ts +1 -1
- package/src/ngtsc/typecheck/src/comments.d.ts +2 -1
- package/bundles/chunk-YFIBJR5K.js.map +0 -6
- /package/bundles/{chunk-P34DHQ65.js.map → chunk-24NMPW5I.js.map} +0 -0
- /package/bundles/{chunk-WMUBJYYX.js.map → chunk-2WQIUGOU.js.map} +0 -0
- /package/bundles/{chunk-JOIB3454.js.map → chunk-64JBPJBS.js.map} +0 -0
- /package/bundles/{chunk-TGR3NXO6.js.map → chunk-6VEEN3ZS.js.map} +0 -0
- /package/bundles/{chunk-I3M5LXMW.js.map → chunk-DUY2FPLZ.js.map} +0 -0
- /package/bundles/{chunk-GM44CTB7.js.map → chunk-GKQNBAG5.js.map} +0 -0
- /package/bundles/{chunk-CF2CT7RQ.js.map → chunk-LYJKWJUC.js.map} +0 -0
- /package/bundles/{chunk-5KZ4IU2X.js.map → chunk-MIB7EGOT.js.map} +0 -0
- /package/bundles/{chunk-3WRR7A6G.js.map → chunk-TFBB265K.js.map} +0 -0
- /package/bundles/{chunk-MLI2QFE3.js.map → chunk-TKJ4KX5N.js.map} +0 -0
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
__require
|
|
7
7
|
} from "./chunk-XI2RTGAL.js";
|
|
8
8
|
|
|
9
|
-
// bazel-out/
|
|
9
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/util.mjs
|
|
10
10
|
var TS_DTS_JS_EXTENSION = /(?:\.d)?\.ts$|\.js$/;
|
|
11
11
|
function normalizeSeparators(path) {
|
|
12
12
|
return path.replace(/\\/g, "/");
|
|
@@ -22,7 +22,7 @@ function getSourceFileOrError(program, fileName) {
|
|
|
22
22
|
return sf;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
// bazel-out/
|
|
25
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/invalid_file_system.mjs
|
|
26
26
|
var InvalidFileSystem = class {
|
|
27
27
|
exists(path) {
|
|
28
28
|
throw makeError();
|
|
@@ -110,7 +110,7 @@ function makeError() {
|
|
|
110
110
|
return new Error("FileSystem has not been configured. Please call `setFileSystem()` before calling this method.");
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
// bazel-out/
|
|
113
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/helpers.mjs
|
|
114
114
|
var fs = new InvalidFileSystem();
|
|
115
115
|
function getFileSystem() {
|
|
116
116
|
return fs;
|
|
@@ -167,7 +167,7 @@ function toRelativeImport(relativePath) {
|
|
|
167
167
|
return isLocalRelativePath(relativePath) ? `./${relativePath}` : relativePath;
|
|
168
168
|
}
|
|
169
169
|
|
|
170
|
-
// bazel-out/
|
|
170
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/compiler_host.mjs
|
|
171
171
|
import * as os from "os";
|
|
172
172
|
import ts from "typescript";
|
|
173
173
|
var NgtscCompilerHost = class {
|
|
@@ -225,7 +225,7 @@ var NgtscCompilerHost = class {
|
|
|
225
225
|
}
|
|
226
226
|
};
|
|
227
227
|
|
|
228
|
-
// bazel-out/
|
|
228
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/logical.mjs
|
|
229
229
|
var LogicalProjectPath = {
|
|
230
230
|
relativePathBetween: function(from, to) {
|
|
231
231
|
const relativePath = relative(dirname(resolve(from)), resolve(to));
|
|
@@ -271,7 +271,7 @@ function isWithinBasePath(base, path) {
|
|
|
271
271
|
return isLocalRelativePath(relative(base, path));
|
|
272
272
|
}
|
|
273
273
|
|
|
274
|
-
// bazel-out/
|
|
274
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/node_js_file_system.mjs
|
|
275
275
|
import fs2 from "fs";
|
|
276
276
|
import module from "module";
|
|
277
277
|
import * as p from "path";
|
|
@@ -407,4 +407,4 @@ export {
|
|
|
407
407
|
* Use of this source code is governed by an MIT-style license that can be
|
|
408
408
|
* found in the LICENSE file at https://angular.io/license
|
|
409
409
|
*/
|
|
410
|
-
//# sourceMappingURL=chunk-
|
|
410
|
+
//# sourceMappingURL=chunk-DUY2FPLZ.js.map
|
|
@@ -29,18 +29,18 @@ import {
|
|
|
29
29
|
translateStatement,
|
|
30
30
|
translateType,
|
|
31
31
|
typeNodeToValueExpr
|
|
32
|
-
} from "./chunk-
|
|
32
|
+
} from "./chunk-TFBB265K.js";
|
|
33
33
|
import {
|
|
34
34
|
PerfEvent,
|
|
35
35
|
PerfPhase
|
|
36
|
-
} from "./chunk-
|
|
36
|
+
} from "./chunk-64JBPJBS.js";
|
|
37
37
|
import {
|
|
38
38
|
absoluteFrom,
|
|
39
39
|
absoluteFromSourceFile,
|
|
40
40
|
relative
|
|
41
|
-
} from "./chunk-
|
|
41
|
+
} from "./chunk-DUY2FPLZ.js";
|
|
42
42
|
|
|
43
|
-
// bazel-out/
|
|
43
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/util.mjs
|
|
44
44
|
import { ExternalExpr, ParseLocation, ParseSourceFile, ParseSourceSpan, ReadPropExpr, WrappedNodeExpr } from "@angular/compiler";
|
|
45
45
|
import ts from "typescript";
|
|
46
46
|
function valueReferenceToExpression(valueRef) {
|
|
@@ -285,7 +285,7 @@ function isAbstractClassDeclaration(clazz) {
|
|
|
285
285
|
return ts.canHaveModifiers(clazz) && clazz.modifiers !== void 0 ? clazz.modifiers.some((mod) => mod.kind === ts.SyntaxKind.AbstractKeyword) : false;
|
|
286
286
|
}
|
|
287
287
|
|
|
288
|
-
// bazel-out/
|
|
288
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/dynamic.mjs
|
|
289
289
|
var DynamicValue = class {
|
|
290
290
|
constructor(node, reason, code) {
|
|
291
291
|
this.node = node;
|
|
@@ -375,10 +375,10 @@ var DynamicValue = class {
|
|
|
375
375
|
}
|
|
376
376
|
};
|
|
377
377
|
|
|
378
|
-
// bazel-out/
|
|
378
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
379
379
|
import ts2 from "typescript";
|
|
380
380
|
|
|
381
|
-
// bazel-out/
|
|
381
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/result.mjs
|
|
382
382
|
var ResolvedModule = class {
|
|
383
383
|
constructor(exports, evaluate) {
|
|
384
384
|
this.exports = exports;
|
|
@@ -408,7 +408,7 @@ var EnumValue = class {
|
|
|
408
408
|
var KnownFn = class {
|
|
409
409
|
};
|
|
410
410
|
|
|
411
|
-
// bazel-out/
|
|
411
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/builtin.mjs
|
|
412
412
|
var ArraySliceBuiltinFn = class extends KnownFn {
|
|
413
413
|
constructor(lhs) {
|
|
414
414
|
super();
|
|
@@ -460,14 +460,14 @@ var StringConcatBuiltinFn = class extends KnownFn {
|
|
|
460
460
|
}
|
|
461
461
|
};
|
|
462
462
|
|
|
463
|
-
// bazel-out/
|
|
463
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/synthetic.mjs
|
|
464
464
|
var SyntheticValue = class {
|
|
465
465
|
constructor(value) {
|
|
466
466
|
this.value = value;
|
|
467
467
|
}
|
|
468
468
|
};
|
|
469
469
|
|
|
470
|
-
// bazel-out/
|
|
470
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interpreter.mjs
|
|
471
471
|
function literalBinaryOp(op) {
|
|
472
472
|
return { op, literal: true };
|
|
473
473
|
}
|
|
@@ -1045,7 +1045,7 @@ function owningModule(context, override = null) {
|
|
|
1045
1045
|
}
|
|
1046
1046
|
}
|
|
1047
1047
|
|
|
1048
|
-
// bazel-out/
|
|
1048
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/interface.mjs
|
|
1049
1049
|
var PartialEvaluator = class {
|
|
1050
1050
|
constructor(host, checker, dependencyTracker) {
|
|
1051
1051
|
this.host = host;
|
|
@@ -1065,7 +1065,7 @@ var PartialEvaluator = class {
|
|
|
1065
1065
|
}
|
|
1066
1066
|
};
|
|
1067
1067
|
|
|
1068
|
-
// bazel-out/
|
|
1068
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/partial_evaluator/src/diagnostics.mjs
|
|
1069
1069
|
import ts3 from "typescript";
|
|
1070
1070
|
function describeResolvedType(value, maxDepth = 1) {
|
|
1071
1071
|
var _a, _b;
|
|
@@ -1195,7 +1195,7 @@ function getContainerNode(node) {
|
|
|
1195
1195
|
return node.getSourceFile();
|
|
1196
1196
|
}
|
|
1197
1197
|
|
|
1198
|
-
// bazel-out/
|
|
1198
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/di.mjs
|
|
1199
1199
|
import { LiteralExpr, WrappedNodeExpr as WrappedNodeExpr2 } from "@angular/compiler";
|
|
1200
1200
|
import ts4 from "typescript";
|
|
1201
1201
|
function getConstructorDependencies(clazz, reflector, isCore) {
|
|
@@ -1339,10 +1339,10 @@ function createUnsuitableInjectionTokenError(clazz, error) {
|
|
|
1339
1339
|
return new FatalDiagnosticError(ErrorCode.PARAM_MISSING_TOKEN, param.nameNode, chain, hints);
|
|
1340
1340
|
}
|
|
1341
1341
|
|
|
1342
|
-
// bazel-out/
|
|
1342
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
|
|
1343
1343
|
import ts7 from "typescript";
|
|
1344
1344
|
|
|
1345
|
-
// bazel-out/
|
|
1345
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/api.mjs
|
|
1346
1346
|
var MetaKind;
|
|
1347
1347
|
(function(MetaKind2) {
|
|
1348
1348
|
MetaKind2[MetaKind2["Directive"] = 0] = "Directive";
|
|
@@ -1355,10 +1355,10 @@ var MatchSource;
|
|
|
1355
1355
|
MatchSource2[MatchSource2["HostDirective"] = 1] = "HostDirective";
|
|
1356
1356
|
})(MatchSource || (MatchSource = {}));
|
|
1357
1357
|
|
|
1358
|
-
// bazel-out/
|
|
1358
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
1359
1359
|
import ts6 from "typescript";
|
|
1360
1360
|
|
|
1361
|
-
// bazel-out/
|
|
1361
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/property_mapping.mjs
|
|
1362
1362
|
var ClassPropertyMapping = class {
|
|
1363
1363
|
constructor(forwardMap) {
|
|
1364
1364
|
this.forwardMap = forwardMap;
|
|
@@ -1438,7 +1438,7 @@ function reverseMapFromForwardMap(forwardMap) {
|
|
|
1438
1438
|
return reverseMap;
|
|
1439
1439
|
}
|
|
1440
1440
|
|
|
1441
|
-
// bazel-out/
|
|
1441
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/util.mjs
|
|
1442
1442
|
import ts5 from "typescript";
|
|
1443
1443
|
function extractReferencesFromType(checker, def, bestGuessOwningModule) {
|
|
1444
1444
|
if (!ts5.isTupleTypeNode(def)) {
|
|
@@ -1628,7 +1628,7 @@ function hasInjectableFields(clazz, host) {
|
|
|
1628
1628
|
return members.some(({ isStatic, name }) => isStatic && (name === "\u0275prov" || name === "\u0275fac"));
|
|
1629
1629
|
}
|
|
1630
1630
|
|
|
1631
|
-
// bazel-out/
|
|
1631
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/dts.mjs
|
|
1632
1632
|
var DtsMetadataReader = class {
|
|
1633
1633
|
constructor(checker, reflector) {
|
|
1634
1634
|
this.checker = checker;
|
|
@@ -1811,7 +1811,7 @@ function readHostDirectivesType(checker, type, bestGuessOwningModule) {
|
|
|
1811
1811
|
return result.length > 0 ? result : null;
|
|
1812
1812
|
}
|
|
1813
1813
|
|
|
1814
|
-
// bazel-out/
|
|
1814
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/inheritance.mjs
|
|
1815
1815
|
function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
1816
1816
|
const topMeta = reader.getDirectiveMetadata(dir);
|
|
1817
1817
|
if (topMeta === null) {
|
|
@@ -1875,7 +1875,7 @@ function flattenInheritedDirectiveMetadata(reader, dir) {
|
|
|
1875
1875
|
};
|
|
1876
1876
|
}
|
|
1877
1877
|
|
|
1878
|
-
// bazel-out/
|
|
1878
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/registry.mjs
|
|
1879
1879
|
var LocalMetadataRegistry = class {
|
|
1880
1880
|
constructor() {
|
|
1881
1881
|
this.directives = /* @__PURE__ */ new Map();
|
|
@@ -1932,7 +1932,7 @@ var CompoundMetadataRegistry = class {
|
|
|
1932
1932
|
}
|
|
1933
1933
|
};
|
|
1934
1934
|
|
|
1935
|
-
// bazel-out/
|
|
1935
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/resource_registry.mjs
|
|
1936
1936
|
var ResourceRegistry = class {
|
|
1937
1937
|
constructor() {
|
|
1938
1938
|
this.externalTemplateToComponentsMap = /* @__PURE__ */ new Map();
|
|
@@ -1997,7 +1997,7 @@ var ResourceRegistry = class {
|
|
|
1997
1997
|
}
|
|
1998
1998
|
};
|
|
1999
1999
|
|
|
2000
|
-
// bazel-out/
|
|
2000
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/providers.mjs
|
|
2001
2001
|
var ExportedProviderStatusResolver = class {
|
|
2002
2002
|
constructor(metaReader) {
|
|
2003
2003
|
this.metaReader = metaReader;
|
|
@@ -2041,7 +2041,7 @@ var ExportedProviderStatusResolver = class {
|
|
|
2041
2041
|
}
|
|
2042
2042
|
};
|
|
2043
2043
|
|
|
2044
|
-
// bazel-out/
|
|
2044
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/host_directives_resolver.mjs
|
|
2045
2045
|
var EMPTY_ARRAY = [];
|
|
2046
2046
|
var HostDirectivesResolver = class {
|
|
2047
2047
|
constructor(metaReader) {
|
|
@@ -2104,7 +2104,7 @@ function resolveOutput(bindingName) {
|
|
|
2104
2104
|
return bindingName;
|
|
2105
2105
|
}
|
|
2106
2106
|
|
|
2107
|
-
// bazel-out/
|
|
2107
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/diagnostics.mjs
|
|
2108
2108
|
function makeDuplicateDeclarationError(node, data, kind) {
|
|
2109
2109
|
const context = [];
|
|
2110
2110
|
for (const decl of data) {
|
|
@@ -2300,7 +2300,7 @@ function getInheritedUndecoratedCtorDiagnostic(node, baseClass, kind) {
|
|
|
2300
2300
|
return makeDiagnostic(ErrorCode.DIRECTIVE_INHERITS_UNDECORATED_CTOR, node.name, `The ${kind.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 @${baseNeedsDecorator} decorator to ${baseClassName}, or add an explicit constructor to ${node.name.text}.`);
|
|
2301
2301
|
}
|
|
2302
2302
|
|
|
2303
|
-
// bazel-out/
|
|
2303
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/evaluation.mjs
|
|
2304
2304
|
import { ViewEncapsulation } from "@angular/compiler";
|
|
2305
2305
|
import ts8 from "typescript";
|
|
2306
2306
|
function resolveEnumValue(evaluator, metadata, field, enumSymbolName) {
|
|
@@ -2351,7 +2351,7 @@ function resolveLiteral(decorator, literalCache) {
|
|
|
2351
2351
|
return meta;
|
|
2352
2352
|
}
|
|
2353
2353
|
|
|
2354
|
-
// bazel-out/
|
|
2354
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/factory.mjs
|
|
2355
2355
|
import { compileDeclareFactoryFunction, compileFactoryFunction } from "@angular/compiler";
|
|
2356
2356
|
function compileNgFactoryDefField(metadata) {
|
|
2357
2357
|
const res = compileFactoryFunction(metadata);
|
|
@@ -2374,7 +2374,7 @@ function compileDeclareFactory(metadata) {
|
|
|
2374
2374
|
};
|
|
2375
2375
|
}
|
|
2376
2376
|
|
|
2377
|
-
// bazel-out/
|
|
2377
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/injectable_registry.mjs
|
|
2378
2378
|
var InjectableClassRegistry = class {
|
|
2379
2379
|
constructor(host, isCore) {
|
|
2380
2380
|
this.host = host;
|
|
@@ -2400,7 +2400,7 @@ var InjectableClassRegistry = class {
|
|
|
2400
2400
|
}
|
|
2401
2401
|
};
|
|
2402
2402
|
|
|
2403
|
-
// bazel-out/
|
|
2403
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/metadata.mjs
|
|
2404
2404
|
import { ArrowFunctionExpr, LiteralArrayExpr, LiteralExpr as LiteralExpr2, literalMap, WrappedNodeExpr as WrappedNodeExpr3 } from "@angular/compiler";
|
|
2405
2405
|
import ts9 from "typescript";
|
|
2406
2406
|
function extractClassMetadata(clazz, reflection, isCore, annotateForClosureCompiler, angularDecoratorTransform = (dec) => dec) {
|
|
@@ -2485,7 +2485,7 @@ function removeIdentifierReferences(node, names) {
|
|
|
2485
2485
|
return result.transformed[0];
|
|
2486
2486
|
}
|
|
2487
2487
|
|
|
2488
|
-
// bazel-out/
|
|
2488
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/debug_info.mjs
|
|
2489
2489
|
import { literal as literal2, WrappedNodeExpr as WrappedNodeExpr4 } from "@angular/compiler";
|
|
2490
2490
|
import * as path from "path";
|
|
2491
2491
|
function extractClassDebugInfo(clazz, reflection, rootDirs, forbidOrphanRendering) {
|
|
@@ -2512,13 +2512,13 @@ function computeRelativePathIfPossible(filePath, rootDirs) {
|
|
|
2512
2512
|
return null;
|
|
2513
2513
|
}
|
|
2514
2514
|
|
|
2515
|
-
// bazel-out/
|
|
2515
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/references_registry.mjs
|
|
2516
2516
|
var NoopReferencesRegistry = class {
|
|
2517
2517
|
add(source, ...references) {
|
|
2518
2518
|
}
|
|
2519
2519
|
};
|
|
2520
2520
|
|
|
2521
|
-
// bazel-out/
|
|
2521
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/schema.mjs
|
|
2522
2522
|
import { CUSTOM_ELEMENTS_SCHEMA, NO_ERRORS_SCHEMA } from "@angular/compiler";
|
|
2523
2523
|
function extractSchemas(rawExpr, evaluator, context) {
|
|
2524
2524
|
const schemas = [];
|
|
@@ -2548,7 +2548,7 @@ function extractSchemas(rawExpr, evaluator, context) {
|
|
|
2548
2548
|
return schemas;
|
|
2549
2549
|
}
|
|
2550
2550
|
|
|
2551
|
-
// bazel-out/
|
|
2551
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/common/src/input_transforms.mjs
|
|
2552
2552
|
import { outputAst } from "@angular/compiler";
|
|
2553
2553
|
function compileInputTransformFields(inputs) {
|
|
2554
2554
|
const extraFields = [];
|
|
@@ -2566,11 +2566,11 @@ function compileInputTransformFields(inputs) {
|
|
|
2566
2566
|
return extraFields;
|
|
2567
2567
|
}
|
|
2568
2568
|
|
|
2569
|
-
// bazel-out/
|
|
2569
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
2570
2570
|
import { compileClassDebugInfo, compileComponentClassMetadata, 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 as ViewEncapsulation2, WrappedNodeExpr as WrappedNodeExpr8 } from "@angular/compiler";
|
|
2571
2571
|
import ts25 from "typescript";
|
|
2572
2572
|
|
|
2573
|
-
// bazel-out/
|
|
2573
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/api.mjs
|
|
2574
2574
|
import ts10 from "typescript";
|
|
2575
2575
|
var SemanticSymbol = class {
|
|
2576
2576
|
constructor(decl) {
|
|
@@ -2586,7 +2586,7 @@ function getSymbolIdentifier(decl) {
|
|
|
2586
2586
|
return decl.name.text;
|
|
2587
2587
|
}
|
|
2588
2588
|
|
|
2589
|
-
// bazel-out/
|
|
2589
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/graph.mjs
|
|
2590
2590
|
import { ExternalExpr as ExternalExpr2 } from "@angular/compiler";
|
|
2591
2591
|
var OpaqueSymbol = class extends SemanticSymbol {
|
|
2592
2592
|
isPublicApiAffected() {
|
|
@@ -2729,10 +2729,10 @@ function getImportPath(expr) {
|
|
|
2729
2729
|
}
|
|
2730
2730
|
}
|
|
2731
2731
|
|
|
2732
|
-
// bazel-out/
|
|
2732
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
2733
2733
|
import ts11 from "typescript";
|
|
2734
2734
|
|
|
2735
|
-
// bazel-out/
|
|
2735
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/util.mjs
|
|
2736
2736
|
function isSymbolEqual(a, b) {
|
|
2737
2737
|
if (a.decl === b.decl) {
|
|
2738
2738
|
return true;
|
|
@@ -2782,7 +2782,7 @@ function isSetEqual(a, b, equalityTester = referenceEquality) {
|
|
|
2782
2782
|
return true;
|
|
2783
2783
|
}
|
|
2784
2784
|
|
|
2785
|
-
// bazel-out/
|
|
2785
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/semantic_graph/src/type_parameters.mjs
|
|
2786
2786
|
function extractSemanticTypeParameters(node) {
|
|
2787
2787
|
if (!ts11.isClassDeclaration(node) || node.typeParameters === void 0) {
|
|
2788
2788
|
return null;
|
|
@@ -2802,14 +2802,14 @@ function isTypeParameterEqual(a, b) {
|
|
|
2802
2802
|
return a.hasGenericTypeBound === b.hasGenericTypeBound;
|
|
2803
2803
|
}
|
|
2804
2804
|
|
|
2805
|
-
// bazel-out/
|
|
2805
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/api.mjs
|
|
2806
2806
|
var ComponentScopeKind;
|
|
2807
2807
|
(function(ComponentScopeKind2) {
|
|
2808
2808
|
ComponentScopeKind2[ComponentScopeKind2["NgModule"] = 0] = "NgModule";
|
|
2809
2809
|
ComponentScopeKind2[ComponentScopeKind2["Standalone"] = 1] = "Standalone";
|
|
2810
2810
|
})(ComponentScopeKind || (ComponentScopeKind = {}));
|
|
2811
2811
|
|
|
2812
|
-
// bazel-out/
|
|
2812
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/component_scope.mjs
|
|
2813
2813
|
var CompoundComponentScopeReader = class {
|
|
2814
2814
|
constructor(readers) {
|
|
2815
2815
|
this.readers = readers;
|
|
@@ -2834,7 +2834,7 @@ var CompoundComponentScopeReader = class {
|
|
|
2834
2834
|
}
|
|
2835
2835
|
};
|
|
2836
2836
|
|
|
2837
|
-
// bazel-out/
|
|
2837
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/dependency.mjs
|
|
2838
2838
|
var MetadataDtsModuleScopeResolver = class {
|
|
2839
2839
|
constructor(dtsMetaReader, aliasingHost) {
|
|
2840
2840
|
this.dtsMetaReader = dtsMetaReader;
|
|
@@ -2910,11 +2910,11 @@ var MetadataDtsModuleScopeResolver = class {
|
|
|
2910
2910
|
}
|
|
2911
2911
|
};
|
|
2912
2912
|
|
|
2913
|
-
// bazel-out/
|
|
2913
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
2914
2914
|
import { ExternalExpr as ExternalExpr3 } from "@angular/compiler";
|
|
2915
2915
|
import ts12 from "typescript";
|
|
2916
2916
|
|
|
2917
|
-
// bazel-out/
|
|
2917
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/util.mjs
|
|
2918
2918
|
function getDiagnosticNode(ref, rawExpr) {
|
|
2919
2919
|
return rawExpr !== null ? ref.getOriginForDiagnostics(rawExpr) : ref.node.name;
|
|
2920
2920
|
}
|
|
@@ -2940,7 +2940,7 @@ function makeUnknownComponentDeferredImportDiagnostic(ref, rawExpr) {
|
|
|
2940
2940
|
return makeDiagnostic(ErrorCode.COMPONENT_UNKNOWN_DEFERRED_IMPORT, getDiagnosticNode(ref, rawExpr), `Component deferred imports must be standalone components, directives or pipes.`);
|
|
2941
2941
|
}
|
|
2942
2942
|
|
|
2943
|
-
// bazel-out/
|
|
2943
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/local.mjs
|
|
2944
2944
|
var LocalModuleScopeRegistry = class {
|
|
2945
2945
|
constructor(localReader, fullReader, dependencyScopeReader, refEmitter, aliasingHost) {
|
|
2946
2946
|
this.localReader = localReader;
|
|
@@ -3279,7 +3279,7 @@ function reexportCollision(module, refA, refB) {
|
|
|
3279
3279
|
]);
|
|
3280
3280
|
}
|
|
3281
3281
|
|
|
3282
|
-
// bazel-out/
|
|
3282
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/typecheck.mjs
|
|
3283
3283
|
import { CssSelector, SelectorMatcher } from "@angular/compiler";
|
|
3284
3284
|
import ts13 from "typescript";
|
|
3285
3285
|
var TypeCheckScopeRegistry = class {
|
|
@@ -3357,7 +3357,7 @@ var TypeCheckScopeRegistry = class {
|
|
|
3357
3357
|
}
|
|
3358
3358
|
};
|
|
3359
3359
|
|
|
3360
|
-
// bazel-out/
|
|
3360
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/api.mjs
|
|
3361
3361
|
var CompilationMode;
|
|
3362
3362
|
(function(CompilationMode2) {
|
|
3363
3363
|
CompilationMode2[CompilationMode2["FULL"] = 0] = "FULL";
|
|
@@ -3371,7 +3371,7 @@ var HandlerPrecedence;
|
|
|
3371
3371
|
HandlerPrecedence2[HandlerPrecedence2["WEAK"] = 2] = "WEAK";
|
|
3372
3372
|
})(HandlerPrecedence || (HandlerPrecedence = {}));
|
|
3373
3373
|
|
|
3374
|
-
// bazel-out/
|
|
3374
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/alias.mjs
|
|
3375
3375
|
import ts14 from "typescript";
|
|
3376
3376
|
function aliasTransformFactory(exportStatements) {
|
|
3377
3377
|
return () => {
|
|
@@ -3394,10 +3394,10 @@ function aliasTransformFactory(exportStatements) {
|
|
|
3394
3394
|
};
|
|
3395
3395
|
}
|
|
3396
3396
|
|
|
3397
|
-
// bazel-out/
|
|
3397
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
3398
3398
|
import ts15 from "typescript";
|
|
3399
3399
|
|
|
3400
|
-
// bazel-out/
|
|
3400
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/trait.mjs
|
|
3401
3401
|
var TraitState;
|
|
3402
3402
|
(function(TraitState2) {
|
|
3403
3403
|
TraitState2[TraitState2["Pending"] = 0] = "Pending";
|
|
@@ -3454,7 +3454,7 @@ var TraitImpl = class {
|
|
|
3454
3454
|
}
|
|
3455
3455
|
};
|
|
3456
3456
|
|
|
3457
|
-
// bazel-out/
|
|
3457
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/compilation.mjs
|
|
3458
3458
|
var TraitCompiler = class {
|
|
3459
3459
|
constructor(handlers, reflector, perf, incrementalBuild, compileNonExportedClasses, compilationMode, dtsTransforms, semanticDepGraphUpdater, sourceFileTypeIdentifier) {
|
|
3460
3460
|
this.handlers = handlers;
|
|
@@ -3896,10 +3896,10 @@ function containsErrors(diagnostics) {
|
|
|
3896
3896
|
return diagnostics !== null && diagnostics.some((diag) => diag.category === ts15.DiagnosticCategory.Error);
|
|
3897
3897
|
}
|
|
3898
3898
|
|
|
3899
|
-
// bazel-out/
|
|
3899
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
3900
3900
|
import ts17 from "typescript";
|
|
3901
3901
|
|
|
3902
|
-
// bazel-out/
|
|
3902
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/utils.mjs
|
|
3903
3903
|
import ts16 from "typescript";
|
|
3904
3904
|
function addImports(factory = ts16.factory, importManager, sf, extraStatements = []) {
|
|
3905
3905
|
const addedImports = importManager.getAllImports(sf.fileName).map((i) => {
|
|
@@ -3935,7 +3935,7 @@ function isImportStatement(stmt) {
|
|
|
3935
3935
|
return ts16.isImportDeclaration(stmt) || ts16.isImportEqualsDeclaration(stmt) || ts16.isNamespaceImport(stmt);
|
|
3936
3936
|
}
|
|
3937
3937
|
|
|
3938
|
-
// bazel-out/
|
|
3938
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/declaration.mjs
|
|
3939
3939
|
var DtsTransformRegistry = class {
|
|
3940
3940
|
constructor() {
|
|
3941
3941
|
this.ivyDeclarationTransforms = /* @__PURE__ */ new Map();
|
|
@@ -4082,11 +4082,11 @@ function markForEmitAsSingleLine(node) {
|
|
|
4082
4082
|
ts17.forEachChild(node, markForEmitAsSingleLine);
|
|
4083
4083
|
}
|
|
4084
4084
|
|
|
4085
|
-
// bazel-out/
|
|
4085
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
4086
4086
|
import { ConstantPool } from "@angular/compiler";
|
|
4087
4087
|
import ts19 from "typescript";
|
|
4088
4088
|
|
|
4089
|
-
// bazel-out/
|
|
4089
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/visitor.mjs
|
|
4090
4090
|
import ts18 from "typescript";
|
|
4091
4091
|
function visit(node, visitor, context) {
|
|
4092
4092
|
return visitor._visit(node, context);
|
|
@@ -4147,7 +4147,7 @@ var Visitor = class {
|
|
|
4147
4147
|
}
|
|
4148
4148
|
};
|
|
4149
4149
|
|
|
4150
|
-
// bazel-out/
|
|
4150
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/transform/src/transform.mjs
|
|
4151
4151
|
var NO_DECORATORS = /* @__PURE__ */ new Set();
|
|
4152
4152
|
var CLOSURE_FILE_OVERVIEW_REGEXP = /\s+@fileoverview\s+/i;
|
|
4153
4153
|
function ivyTransformFactory(compilation, reflector, importRewriter, defaultImportTracker, perf, isCore, isClosureCompilerEnabled) {
|
|
@@ -4371,14 +4371,14 @@ function nodeArrayFromDecoratorsArray(decorators) {
|
|
|
4371
4371
|
return array;
|
|
4372
4372
|
}
|
|
4373
4373
|
|
|
4374
|
-
// bazel-out/
|
|
4374
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
|
|
4375
4375
|
import { compileClassMetadata, compileDeclareClassMetadata, compileDeclareDirectiveFromMetadata, compileDirectiveFromMetadata, FactoryTarget, makeBindingParser, WrappedNodeExpr as WrappedNodeExpr6 } from "@angular/compiler";
|
|
4376
4376
|
|
|
4377
|
-
// bazel-out/
|
|
4377
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
|
|
4378
4378
|
import { createMayBeForwardRefExpression, emitDistinctChangesOnlyDefaultValue, ExternalExpr as ExternalExpr4, getSafePropertyAccessString, parseHostBindings, verifyHostBindings, WrappedNodeExpr as WrappedNodeExpr5 } from "@angular/compiler";
|
|
4379
4379
|
import ts21 from "typescript";
|
|
4380
4380
|
|
|
4381
|
-
// bazel-out/
|
|
4381
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/input_function.mjs
|
|
4382
4382
|
import ts20 from "typescript";
|
|
4383
4383
|
function tryParseInputInitializerAndOptions(member, reflector, coreModule) {
|
|
4384
4384
|
if (member.value === null || !ts20.isCallExpression(member.value)) {
|
|
@@ -4462,7 +4462,7 @@ function tryParseSignalInputMapping(member, reflector, coreModule) {
|
|
|
4462
4462
|
};
|
|
4463
4463
|
}
|
|
4464
4464
|
|
|
4465
|
-
// bazel-out/
|
|
4465
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/shared.mjs
|
|
4466
4466
|
var EMPTY_OBJECT = {};
|
|
4467
4467
|
var QUERY_TYPES = /* @__PURE__ */ new Set([
|
|
4468
4468
|
"ContentChild",
|
|
@@ -5117,7 +5117,7 @@ function toR3InputMetadata(mapping) {
|
|
|
5117
5117
|
};
|
|
5118
5118
|
}
|
|
5119
5119
|
|
|
5120
|
-
// bazel-out/
|
|
5120
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/symbol.mjs
|
|
5121
5121
|
var DirectiveSymbol = class extends SemanticSymbol {
|
|
5122
5122
|
constructor(decl, selector, inputs, outputs, exportAs, typeCheckMeta, typeParameters) {
|
|
5123
5123
|
super(decl);
|
|
@@ -5197,7 +5197,7 @@ function isBaseClassEqual(current, previous) {
|
|
|
5197
5197
|
return isSymbolEqual(current, previous);
|
|
5198
5198
|
}
|
|
5199
5199
|
|
|
5200
|
-
// bazel-out/
|
|
5200
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/directive/src/handler.mjs
|
|
5201
5201
|
var FIELD_DECORATORS = [
|
|
5202
5202
|
"Input",
|
|
5203
5203
|
"Output",
|
|
@@ -5379,11 +5379,11 @@ var DirectiveDecoratorHandler = class {
|
|
|
5379
5379
|
}
|
|
5380
5380
|
};
|
|
5381
5381
|
|
|
5382
|
-
// bazel-out/
|
|
5382
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
5383
5383
|
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";
|
|
5384
5384
|
import ts23 from "typescript";
|
|
5385
5385
|
|
|
5386
|
-
// bazel-out/
|
|
5386
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/module_with_providers.mjs
|
|
5387
5387
|
import ts22 from "typescript";
|
|
5388
5388
|
function createModuleWithProvidersResolver(reflector, isCore) {
|
|
5389
5389
|
function _reflectModuleFromTypeParam(type, node) {
|
|
@@ -5450,7 +5450,7 @@ function isResolvedModuleWithProviders(sv) {
|
|
|
5450
5450
|
return typeof sv.value === "object" && sv.value != null && sv.value.hasOwnProperty("ngModule") && sv.value.hasOwnProperty("mwpCall");
|
|
5451
5451
|
}
|
|
5452
5452
|
|
|
5453
|
-
// bazel-out/
|
|
5453
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/ng_module/src/handler.mjs
|
|
5454
5454
|
var NgModuleSymbol = class extends SemanticSymbol {
|
|
5455
5455
|
constructor(decl, hasProviders) {
|
|
5456
5456
|
super(decl);
|
|
@@ -6025,7 +6025,7 @@ function isSyntheticReference(ref) {
|
|
|
6025
6025
|
return ref.synthetic;
|
|
6026
6026
|
}
|
|
6027
6027
|
|
|
6028
|
-
// bazel-out/
|
|
6028
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/diagnostics.mjs
|
|
6029
6029
|
function makeCyclicImportInfo(ref, type, cycle) {
|
|
6030
6030
|
const name = ref.debugName || "(unknown)";
|
|
6031
6031
|
const path2 = cycle.getPath().map((sf) => sf.fileName).join(" -> ");
|
|
@@ -6048,7 +6048,7 @@ function checkCustomElementSelectorForErrors(selector) {
|
|
|
6048
6048
|
return null;
|
|
6049
6049
|
}
|
|
6050
6050
|
|
|
6051
|
-
// bazel-out/
|
|
6051
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/resources.mjs
|
|
6052
6052
|
import { DEFAULT_INTERPOLATION_CONFIG, InterpolationConfig, ParseSourceFile as ParseSourceFile2, parseTemplate } from "@angular/compiler";
|
|
6053
6053
|
import ts24 from "typescript";
|
|
6054
6054
|
function getTemplateDeclarationNodeForError(declaration) {
|
|
@@ -6407,7 +6407,7 @@ function _extractTemplateStyleUrls(template) {
|
|
|
6407
6407
|
return template.styleUrls.map((url) => ({ url, source: 1, nodeForError }));
|
|
6408
6408
|
}
|
|
6409
6409
|
|
|
6410
|
-
// bazel-out/
|
|
6410
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/symbol.mjs
|
|
6411
6411
|
var ComponentSymbol = class extends DirectiveSymbol {
|
|
6412
6412
|
constructor() {
|
|
6413
6413
|
super(...arguments);
|
|
@@ -6442,7 +6442,7 @@ var ComponentSymbol = class extends DirectiveSymbol {
|
|
|
6442
6442
|
}
|
|
6443
6443
|
};
|
|
6444
6444
|
|
|
6445
|
-
// bazel-out/
|
|
6445
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/util.mjs
|
|
6446
6446
|
function collectAnimationNames(value, animationTriggerNames) {
|
|
6447
6447
|
if (value instanceof Map) {
|
|
6448
6448
|
const name = value.get("name");
|
|
@@ -6519,7 +6519,7 @@ function isLikelyModuleWithProviders(value) {
|
|
|
6519
6519
|
return false;
|
|
6520
6520
|
}
|
|
6521
6521
|
|
|
6522
|
-
// bazel-out/
|
|
6522
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/component/src/handler.mjs
|
|
6523
6523
|
var EMPTY_ARRAY2 = [];
|
|
6524
6524
|
var isUsedDirective = (decl) => decl.kind === R3TemplateDependencyKind.Directive;
|
|
6525
6525
|
var isUsedPipe = (decl) => decl.kind === R3TemplateDependencyKind.Pipe;
|
|
@@ -7480,7 +7480,7 @@ function validateStandaloneImports(importRefs, importExpr, metaReader, scopeRead
|
|
|
7480
7480
|
return diagnostics;
|
|
7481
7481
|
}
|
|
7482
7482
|
|
|
7483
|
-
// bazel-out/
|
|
7483
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/injectable.mjs
|
|
7484
7484
|
import { compileClassMetadata as compileClassMetadata3, compileDeclareClassMetadata as compileDeclareClassMetadata4, compileDeclareInjectableFromMetadata, compileInjectable, createMayBeForwardRefExpression as createMayBeForwardRefExpression2, FactoryTarget as FactoryTarget4, LiteralExpr as LiteralExpr3, WrappedNodeExpr as WrappedNodeExpr9 } from "@angular/compiler";
|
|
7485
7485
|
import ts26 from "typescript";
|
|
7486
7486
|
var InjectableDecoratorHandler = class {
|
|
@@ -7712,7 +7712,7 @@ function getDep(dep, reflector) {
|
|
|
7712
7712
|
return meta;
|
|
7713
7713
|
}
|
|
7714
7714
|
|
|
7715
|
-
// bazel-out/
|
|
7715
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/annotations/src/pipe.mjs
|
|
7716
7716
|
import { compileClassMetadata as compileClassMetadata4, compileDeclareClassMetadata as compileDeclareClassMetadata5, compileDeclarePipeFromMetadata, compilePipeFromMetadata, FactoryTarget as FactoryTarget5 } from "@angular/compiler";
|
|
7717
7717
|
import ts27 from "typescript";
|
|
7718
7718
|
var PipeSymbol = class extends SemanticSymbol {
|
|
@@ -7921,4 +7921,4 @@ export {
|
|
|
7921
7921
|
* Use of this source code is governed by an MIT-style license that can be
|
|
7922
7922
|
* found in the LICENSE file at https://angular.io/license
|
|
7923
7923
|
*/
|
|
7924
|
-
//# sourceMappingURL=chunk-
|
|
7924
|
+
//# sourceMappingURL=chunk-GKQNBAG5.js.map
|