@angular/compiler-cli 18.1.0-next.2 → 18.1.0-next.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/{chunk-EU3OILAK.js → chunk-54G5EVKM.js} +7 -7
- package/bundles/{chunk-LTQ7ZO65.js → chunk-BRUTQYO2.js} +34 -32
- package/bundles/{chunk-LTQ7ZO65.js.map → chunk-BRUTQYO2.js.map} +1 -1
- package/bundles/{chunk-JNLETH45.js → chunk-C5LPGSDY.js} +48 -46
- package/bundles/{chunk-JNLETH45.js.map → chunk-C5LPGSDY.js.map} +1 -1
- package/bundles/{chunk-PFBSCCQT.js → chunk-F7RSDLI3.js} +120 -120
- package/bundles/{chunk-YDOWTHQV.js → chunk-HLA6H3PC.js} +5 -5
- package/bundles/{chunk-AQFTVE7F.js → chunk-JZQHA4E7.js} +5 -5
- package/bundles/{chunk-SBDNBITT.js → chunk-LYJKWJUC.js} +3 -3
- package/bundles/{chunk-C6UWCS4B.js → chunk-QL7ORWNN.js} +75 -75
- package/bundles/{chunk-C6UWCS4B.js.map → chunk-QL7ORWNN.js.map} +1 -1
- package/bundles/{chunk-WR7TUJ7M.js → chunk-QYV344EV.js} +7 -7
- package/bundles/{chunk-LH4HQPYV.js → chunk-VBH4SN7I.js} +13 -13
- package/bundles/index.js +11 -11
- package/bundles/linker/babel/index.js +15 -15
- package/bundles/linker/babel/index.js.map +1 -1
- 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 +4 -4
- package/bundles/private/tooling.js +5 -5
- package/bundles/src/bin/ng_xi18n.js +9 -9
- package/bundles/src/bin/ngc.js +7 -7
- package/bundles_metadata.json +1 -1
- package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
- package/package.json +2 -2
- /package/bundles/{chunk-EU3OILAK.js.map → chunk-54G5EVKM.js.map} +0 -0
- /package/bundles/{chunk-PFBSCCQT.js.map → chunk-F7RSDLI3.js.map} +0 -0
- /package/bundles/{chunk-YDOWTHQV.js.map → chunk-HLA6H3PC.js.map} +0 -0
- /package/bundles/{chunk-AQFTVE7F.js.map → chunk-JZQHA4E7.js.map} +0 -0
- /package/bundles/{chunk-SBDNBITT.js.map → chunk-LYJKWJUC.js.map} +0 -0
- /package/bundles/{chunk-WR7TUJ7M.js.map → chunk-QYV344EV.js.map} +0 -0
- /package/bundles/{chunk-LH4HQPYV.js.map → chunk-VBH4SN7I.js.map} +0 -0
|
@@ -47,7 +47,7 @@ import {
|
|
|
47
47
|
retagAllTsFiles,
|
|
48
48
|
tryParseInitializerApi,
|
|
49
49
|
untagAllTsFiles
|
|
50
|
-
} from "./chunk-
|
|
50
|
+
} from "./chunk-F7RSDLI3.js";
|
|
51
51
|
import {
|
|
52
52
|
AbsoluteModuleStrategy,
|
|
53
53
|
AliasStrategy,
|
|
@@ -83,14 +83,14 @@ import {
|
|
|
83
83
|
relativePathBetween,
|
|
84
84
|
replaceTsWithNgInErrors,
|
|
85
85
|
toUnredirectedSourceFile
|
|
86
|
-
} from "./chunk-
|
|
86
|
+
} from "./chunk-C5LPGSDY.js";
|
|
87
87
|
import {
|
|
88
88
|
ActivePerfRecorder,
|
|
89
89
|
DelegatingPerfRecorder,
|
|
90
90
|
PerfCheckpoint,
|
|
91
91
|
PerfEvent,
|
|
92
92
|
PerfPhase
|
|
93
|
-
} from "./chunk-
|
|
93
|
+
} from "./chunk-JZQHA4E7.js";
|
|
94
94
|
import {
|
|
95
95
|
LogicalFileSystem,
|
|
96
96
|
absoluteFrom,
|
|
@@ -99,9 +99,9 @@ import {
|
|
|
99
99
|
getFileSystem,
|
|
100
100
|
join,
|
|
101
101
|
resolve
|
|
102
|
-
} from "./chunk-
|
|
102
|
+
} from "./chunk-54G5EVKM.js";
|
|
103
103
|
|
|
104
|
-
// bazel-out/
|
|
104
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
|
|
105
105
|
var DEFAULT_ERROR_CODE = 100;
|
|
106
106
|
var UNKNOWN_ERROR_CODE = 500;
|
|
107
107
|
var SOURCE = "angular";
|
|
@@ -119,7 +119,7 @@ var EmitFlags;
|
|
|
119
119
|
EmitFlags2[EmitFlags2["All"] = 31] = "All";
|
|
120
120
|
})(EmitFlags || (EmitFlags = {}));
|
|
121
121
|
|
|
122
|
-
// bazel-out/
|
|
122
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
|
|
123
123
|
import ts from "typescript";
|
|
124
124
|
var wrapHostForTest = null;
|
|
125
125
|
function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, true) }) {
|
|
@@ -129,7 +129,7 @@ function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, t
|
|
|
129
129
|
return tsHost;
|
|
130
130
|
}
|
|
131
131
|
|
|
132
|
-
// bazel-out/
|
|
132
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/entities.mjs
|
|
133
133
|
var EntryType;
|
|
134
134
|
(function(EntryType2) {
|
|
135
135
|
EntryType2["Block"] = "block";
|
|
@@ -176,23 +176,23 @@ function isDocEntryWithSourceInfo(entry) {
|
|
|
176
176
|
return "source" in entry;
|
|
177
177
|
}
|
|
178
178
|
|
|
179
|
-
// bazel-out/
|
|
179
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
|
|
180
180
|
import ts10 from "typescript";
|
|
181
181
|
|
|
182
|
-
// bazel-out/
|
|
182
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
|
|
183
183
|
import ts5 from "typescript";
|
|
184
184
|
|
|
185
|
-
// bazel-out/
|
|
185
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/filters.mjs
|
|
186
186
|
function isAngularPrivateName(name) {
|
|
187
187
|
var _a;
|
|
188
188
|
const firstChar = (_a = name[0]) != null ? _a : "";
|
|
189
189
|
return firstChar === "\u0275" || firstChar === "_";
|
|
190
190
|
}
|
|
191
191
|
|
|
192
|
-
// bazel-out/
|
|
192
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
|
|
193
193
|
import ts3 from "typescript";
|
|
194
194
|
|
|
195
|
-
// bazel-out/
|
|
195
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/generics_extractor.mjs
|
|
196
196
|
function extractGenerics(declaration) {
|
|
197
197
|
var _a, _b;
|
|
198
198
|
return (_b = (_a = declaration.typeParameters) == null ? void 0 : _a.map((typeParam) => {
|
|
@@ -205,7 +205,7 @@ function extractGenerics(declaration) {
|
|
|
205
205
|
})) != null ? _b : [];
|
|
206
206
|
}
|
|
207
207
|
|
|
208
|
-
// bazel-out/
|
|
208
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/jsdoc_extractor.mjs
|
|
209
209
|
import ts2 from "typescript";
|
|
210
210
|
var decoratorExpression = /@(?=(Injectable|Component|Directive|Pipe|NgModule|Input|Output|HostBinding|HostListener|Inject|Optional|Self|Host|SkipSelf))/g;
|
|
211
211
|
function extractJsDocTags(node) {
|
|
@@ -249,12 +249,12 @@ function unescapeAngularDecorators(comment) {
|
|
|
249
249
|
return comment.replace(/_NG_AT_/g, "@");
|
|
250
250
|
}
|
|
251
251
|
|
|
252
|
-
// bazel-out/
|
|
252
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_extractor.mjs
|
|
253
253
|
function extractResolvedTypeString(node, checker) {
|
|
254
254
|
return checker.typeToString(checker.getTypeAtLocation(node));
|
|
255
255
|
}
|
|
256
256
|
|
|
257
|
-
// bazel-out/
|
|
257
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
|
|
258
258
|
var FunctionExtractor = class {
|
|
259
259
|
constructor(name, declaration, typeChecker) {
|
|
260
260
|
this.name = name;
|
|
@@ -313,7 +313,7 @@ function extractAllParams(params, typeChecker) {
|
|
|
313
313
|
}));
|
|
314
314
|
}
|
|
315
315
|
|
|
316
|
-
// bazel-out/
|
|
316
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/internal.mjs
|
|
317
317
|
import ts4 from "typescript";
|
|
318
318
|
function isInternal(member) {
|
|
319
319
|
return extractJsDocTags(member).some((tag) => tag.name === "internal") || hasLeadingInternalComment(member);
|
|
@@ -332,7 +332,7 @@ function hasLeadingInternalComment(member) {
|
|
|
332
332
|
)) != null ? _a : false;
|
|
333
333
|
}
|
|
334
334
|
|
|
335
|
-
// bazel-out/
|
|
335
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
|
|
336
336
|
var ClassExtractor = class {
|
|
337
337
|
constructor(declaration, typeChecker) {
|
|
338
338
|
this.declaration = declaration;
|
|
@@ -590,7 +590,7 @@ function extractInterface(declaration, typeChecker) {
|
|
|
590
590
|
return extractor.extract();
|
|
591
591
|
}
|
|
592
592
|
|
|
593
|
-
// bazel-out/
|
|
593
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/constant_extractor.mjs
|
|
594
594
|
import ts6 from "typescript";
|
|
595
595
|
var LITERAL_AS_ENUM_TAG = "object-literal-as-enum";
|
|
596
596
|
function extractConstant(declaration, typeChecker) {
|
|
@@ -648,7 +648,7 @@ function extractLiteralPropertiesAsEnumMembers(declaration) {
|
|
|
648
648
|
});
|
|
649
649
|
}
|
|
650
650
|
|
|
651
|
-
// bazel-out/
|
|
651
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/decorator_extractor.mjs
|
|
652
652
|
import ts7 from "typescript";
|
|
653
653
|
function extractorDecorator(declaration, typeChecker) {
|
|
654
654
|
const documentedNode = getDecoratorJsDocNode(declaration);
|
|
@@ -721,7 +721,7 @@ function getDecoratorJsDocNode(declaration) {
|
|
|
721
721
|
return callSignature;
|
|
722
722
|
}
|
|
723
723
|
|
|
724
|
-
// bazel-out/
|
|
724
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/enum_extractor.mjs
|
|
725
725
|
import ts8 from "typescript";
|
|
726
726
|
function extractEnum(declaration, typeChecker) {
|
|
727
727
|
return {
|
|
@@ -752,7 +752,7 @@ function getEnumMemberValue(memberNode) {
|
|
|
752
752
|
return (_a = literal == null ? void 0 : literal.getText()) != null ? _a : "";
|
|
753
753
|
}
|
|
754
754
|
|
|
755
|
-
// bazel-out/
|
|
755
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/initializer_api_function_extractor.mjs
|
|
756
756
|
import ts9 from "typescript";
|
|
757
757
|
var initializerApiTag = "initializerApiFunction";
|
|
758
758
|
function isInitializerApiFunction(node, typeChecker) {
|
|
@@ -889,7 +889,7 @@ function findImplementationOfFunction(node, typeChecker) {
|
|
|
889
889
|
return (_a = symbol == null ? void 0 : symbol.declarations) == null ? void 0 : _a.find((s) => ts9.isFunctionDeclaration(s) && s.body !== void 0);
|
|
890
890
|
}
|
|
891
891
|
|
|
892
|
-
// bazel-out/
|
|
892
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_alias_extractor.mjs
|
|
893
893
|
function extractTypeAlias(declaration) {
|
|
894
894
|
return {
|
|
895
895
|
name: declaration.name.getText(),
|
|
@@ -901,7 +901,7 @@ function extractTypeAlias(declaration) {
|
|
|
901
901
|
};
|
|
902
902
|
}
|
|
903
903
|
|
|
904
|
-
// bazel-out/
|
|
904
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
|
|
905
905
|
var DocsExtractor = class {
|
|
906
906
|
constructor(typeChecker, metadataReader) {
|
|
907
907
|
this.typeChecker = typeChecker;
|
|
@@ -985,11 +985,11 @@ function getRelativeFilePath(sourceFile, rootDir) {
|
|
|
985
985
|
return relativePath;
|
|
986
986
|
}
|
|
987
987
|
|
|
988
|
-
// bazel-out/
|
|
988
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
989
989
|
import { HtmlParser, MessageBundle } from "@angular/compiler";
|
|
990
990
|
import ts24 from "typescript";
|
|
991
991
|
|
|
992
|
-
// bazel-out/
|
|
992
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
|
|
993
993
|
import { Xliff, Xliff2, Xmb } from "@angular/compiler";
|
|
994
994
|
import * as path from "path";
|
|
995
995
|
function i18nGetExtension(formatName) {
|
|
@@ -1040,10 +1040,10 @@ function getPathNormalizer(basePath) {
|
|
|
1040
1040
|
};
|
|
1041
1041
|
}
|
|
1042
1042
|
|
|
1043
|
-
// bazel-out/
|
|
1043
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
1044
1044
|
import ts11 from "typescript";
|
|
1045
1045
|
|
|
1046
|
-
// bazel-out/
|
|
1046
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
|
|
1047
1047
|
function toNumbers(value) {
|
|
1048
1048
|
const suffixIndex = value.lastIndexOf("-");
|
|
1049
1049
|
return value.slice(0, suffixIndex === -1 ? value.length : suffixIndex).split(".").map((segment) => {
|
|
@@ -1078,7 +1078,7 @@ function compareVersions(v1, v2) {
|
|
|
1078
1078
|
return compareNumbers(toNumbers(v1), toNumbers(v2));
|
|
1079
1079
|
}
|
|
1080
1080
|
|
|
1081
|
-
// bazel-out/
|
|
1081
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
1082
1082
|
var MIN_TS_VERSION = "5.4.0";
|
|
1083
1083
|
var MAX_TS_VERSION = "5.6.0";
|
|
1084
1084
|
var tsVersion = ts11.version;
|
|
@@ -1091,11 +1091,11 @@ function verifySupportedTypeScriptVersion() {
|
|
|
1091
1091
|
checkVersion(tsVersion, MIN_TS_VERSION, MAX_TS_VERSION);
|
|
1092
1092
|
}
|
|
1093
1093
|
|
|
1094
|
-
// bazel-out/
|
|
1094
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
1095
1095
|
import { R3Identifiers } from "@angular/compiler";
|
|
1096
1096
|
import ts22 from "typescript";
|
|
1097
1097
|
|
|
1098
|
-
// bazel-out/
|
|
1098
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
|
|
1099
1099
|
var CycleAnalyzer = class {
|
|
1100
1100
|
constructor(importGraph) {
|
|
1101
1101
|
this.importGraph = importGraph;
|
|
@@ -1166,7 +1166,7 @@ var Cycle = class {
|
|
|
1166
1166
|
}
|
|
1167
1167
|
};
|
|
1168
1168
|
|
|
1169
|
-
// bazel-out/
|
|
1169
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
|
|
1170
1170
|
import ts12 from "typescript";
|
|
1171
1171
|
var ImportGraph = class {
|
|
1172
1172
|
constructor(checker, perf) {
|
|
@@ -1258,7 +1258,7 @@ var Found = class {
|
|
|
1258
1258
|
}
|
|
1259
1259
|
};
|
|
1260
1260
|
|
|
1261
|
-
// bazel-out/
|
|
1261
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
|
|
1262
1262
|
import ts13 from "typescript";
|
|
1263
1263
|
var FlatIndexGenerator = class {
|
|
1264
1264
|
constructor(entryPoint, relativeFlatIndexPath, moduleName) {
|
|
@@ -1283,7 +1283,7 @@ export * from '${relativeEntryPoint}';
|
|
|
1283
1283
|
}
|
|
1284
1284
|
};
|
|
1285
1285
|
|
|
1286
|
-
// bazel-out/
|
|
1286
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
|
|
1287
1287
|
function findFlatIndexEntryPoint(rootFiles) {
|
|
1288
1288
|
const tsFiles = rootFiles.filter((file) => isNonDeclarationTsPath(file));
|
|
1289
1289
|
let resolvedEntryPoint = null;
|
|
@@ -1299,7 +1299,7 @@ function findFlatIndexEntryPoint(rootFiles) {
|
|
|
1299
1299
|
return resolvedEntryPoint;
|
|
1300
1300
|
}
|
|
1301
1301
|
|
|
1302
|
-
// bazel-out/
|
|
1302
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
|
|
1303
1303
|
import ts14 from "typescript";
|
|
1304
1304
|
function checkForPrivateExports(entryPoint, checker, refGraph) {
|
|
1305
1305
|
const diagnostics = [];
|
|
@@ -1379,7 +1379,7 @@ function getDescriptorOfDeclaration(decl) {
|
|
|
1379
1379
|
}
|
|
1380
1380
|
}
|
|
1381
1381
|
|
|
1382
|
-
// bazel-out/
|
|
1382
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
|
|
1383
1383
|
var ReferenceGraph = class {
|
|
1384
1384
|
constructor() {
|
|
1385
1385
|
this.references = /* @__PURE__ */ new Map();
|
|
@@ -1433,7 +1433,7 @@ var ReferenceGraph = class {
|
|
|
1433
1433
|
}
|
|
1434
1434
|
};
|
|
1435
1435
|
|
|
1436
|
-
// bazel-out/
|
|
1436
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
|
|
1437
1437
|
var FileDependencyGraph = class {
|
|
1438
1438
|
constructor() {
|
|
1439
1439
|
this.nodes = /* @__PURE__ */ new Map();
|
|
@@ -1500,7 +1500,7 @@ function isLogicallyChanged(sf, node, changedTsPaths, deletedTsPaths, changedRes
|
|
|
1500
1500
|
return false;
|
|
1501
1501
|
}
|
|
1502
1502
|
|
|
1503
|
-
// bazel-out/
|
|
1503
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
|
|
1504
1504
|
var IncrementalStateKind;
|
|
1505
1505
|
(function(IncrementalStateKind2) {
|
|
1506
1506
|
IncrementalStateKind2[IncrementalStateKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -1508,7 +1508,7 @@ var IncrementalStateKind;
|
|
|
1508
1508
|
IncrementalStateKind2[IncrementalStateKind2["Analyzed"] = 2] = "Analyzed";
|
|
1509
1509
|
})(IncrementalStateKind || (IncrementalStateKind = {}));
|
|
1510
1510
|
|
|
1511
|
-
// bazel-out/
|
|
1511
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
|
|
1512
1512
|
var PhaseKind;
|
|
1513
1513
|
(function(PhaseKind2) {
|
|
1514
1514
|
PhaseKind2[PhaseKind2["Analysis"] = 0] = "Analysis";
|
|
@@ -1709,7 +1709,7 @@ function toOriginalSourceFile(sf) {
|
|
|
1709
1709
|
}
|
|
1710
1710
|
}
|
|
1711
1711
|
|
|
1712
|
-
// bazel-out/
|
|
1712
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
|
|
1713
1713
|
var TrackedIncrementalBuildStrategy = class {
|
|
1714
1714
|
constructor() {
|
|
1715
1715
|
this.state = null;
|
|
@@ -1745,7 +1745,7 @@ var PatchedProgramIncrementalBuildStrategy = class {
|
|
|
1745
1745
|
};
|
|
1746
1746
|
var SYM_INCREMENTAL_STATE = Symbol("NgIncrementalState");
|
|
1747
1747
|
|
|
1748
|
-
// bazel-out/
|
|
1748
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
|
|
1749
1749
|
var IdentifierKind;
|
|
1750
1750
|
(function(IdentifierKind2) {
|
|
1751
1751
|
IdentifierKind2[IdentifierKind2["Property"] = 0] = "Property";
|
|
@@ -1764,7 +1764,7 @@ var AbsoluteSourceSpan = class {
|
|
|
1764
1764
|
}
|
|
1765
1765
|
};
|
|
1766
1766
|
|
|
1767
|
-
// bazel-out/
|
|
1767
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
|
|
1768
1768
|
var IndexingContext = class {
|
|
1769
1769
|
constructor() {
|
|
1770
1770
|
this.components = /* @__PURE__ */ new Set();
|
|
@@ -1774,10 +1774,10 @@ var IndexingContext = class {
|
|
|
1774
1774
|
}
|
|
1775
1775
|
};
|
|
1776
1776
|
|
|
1777
|
-
// bazel-out/
|
|
1777
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
|
|
1778
1778
|
import { ParseSourceFile } from "@angular/compiler";
|
|
1779
1779
|
|
|
1780
|
-
// bazel-out/
|
|
1780
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
|
|
1781
1781
|
import { ASTWithSource, ImplicitReceiver, PropertyRead, PropertyWrite, RecursiveAstVisitor, TmplAstBoundDeferredTrigger, TmplAstElement, TmplAstRecursiveVisitor, TmplAstReference, TmplAstTemplate, TmplAstVariable } from "@angular/compiler";
|
|
1782
1782
|
var ExpressionVisitor = class extends RecursiveAstVisitor {
|
|
1783
1783
|
constructor(expressionStr, absoluteOffset, boundTemplate, targetToIdentifier) {
|
|
@@ -2072,7 +2072,7 @@ function getTemplateIdentifiers(boundTemplate) {
|
|
|
2072
2072
|
return { identifiers: visitor.identifiers, errors: visitor.errors };
|
|
2073
2073
|
}
|
|
2074
2074
|
|
|
2075
|
-
// bazel-out/
|
|
2075
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
|
|
2076
2076
|
function generateAnalysis(context) {
|
|
2077
2077
|
const analysis = /* @__PURE__ */ new Map();
|
|
2078
2078
|
context.components.forEach(({ declaration, selector, boundTemplate, templateMeta }) => {
|
|
@@ -2108,7 +2108,7 @@ function generateAnalysis(context) {
|
|
|
2108
2108
|
return analysis;
|
|
2109
2109
|
}
|
|
2110
2110
|
|
|
2111
|
-
// bazel-out/
|
|
2111
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.mjs
|
|
2112
2112
|
var NgModuleIndexImpl = class {
|
|
2113
2113
|
constructor(metaReader, localReader) {
|
|
2114
2114
|
this.metaReader = metaReader;
|
|
@@ -2197,7 +2197,7 @@ var NgModuleIndexImpl = class {
|
|
|
2197
2197
|
}
|
|
2198
2198
|
};
|
|
2199
2199
|
|
|
2200
|
-
// bazel-out/
|
|
2200
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
|
|
2201
2201
|
import ts15 from "typescript";
|
|
2202
2202
|
var CSS_PREPROCESSOR_EXT = /(\.scss|\.sass|\.less|\.styl)$/;
|
|
2203
2203
|
var RESOURCE_MARKER = ".$ngresource$";
|
|
@@ -2347,7 +2347,7 @@ function createLookupResolutionHost(adapter) {
|
|
|
2347
2347
|
};
|
|
2348
2348
|
}
|
|
2349
2349
|
|
|
2350
|
-
// bazel-out/
|
|
2350
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
|
|
2351
2351
|
var StandaloneComponentScopeReader = class {
|
|
2352
2352
|
constructor(metaReader, localModuleReader, dtsModuleReader) {
|
|
2353
2353
|
this.metaReader = metaReader;
|
|
@@ -2443,10 +2443,10 @@ var StandaloneComponentScopeReader = class {
|
|
|
2443
2443
|
}
|
|
2444
2444
|
};
|
|
2445
2445
|
|
|
2446
|
-
// bazel-out/
|
|
2446
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
|
|
2447
2447
|
import { ASTWithSource as ASTWithSource3, BindingType, Interpolation, PropertyRead as PropertyRead2, TmplAstBoundAttribute } from "@angular/compiler";
|
|
2448
2448
|
|
|
2449
|
-
// bazel-out/
|
|
2449
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/symbol_util.mjs
|
|
2450
2450
|
import ts16 from "typescript";
|
|
2451
2451
|
var SIGNAL_FNS = /* @__PURE__ */ new Set([
|
|
2452
2452
|
"WritableSignal",
|
|
@@ -2466,7 +2466,7 @@ function isSignalSymbol(symbol) {
|
|
|
2466
2466
|
});
|
|
2467
2467
|
}
|
|
2468
2468
|
|
|
2469
|
-
// bazel-out/
|
|
2469
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
|
|
2470
2470
|
import { ASTWithSource as ASTWithSource2, RecursiveAstVisitor as RecursiveAstVisitor2, TmplAstBoundDeferredTrigger as TmplAstBoundDeferredTrigger2 } from "@angular/compiler";
|
|
2471
2471
|
var TemplateCheckWithVisitor = class {
|
|
2472
2472
|
run(ctx, component, template) {
|
|
@@ -2594,7 +2594,7 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor2 {
|
|
|
2594
2594
|
}
|
|
2595
2595
|
};
|
|
2596
2596
|
|
|
2597
|
-
// bazel-out/
|
|
2597
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
|
|
2598
2598
|
var SIGNAL_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["set", "update", "asReadonly"]);
|
|
2599
2599
|
var FUNCTION_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["name", "length", "prototype"]);
|
|
2600
2600
|
var InterpolatedSignalCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -2646,7 +2646,7 @@ var factory = {
|
|
|
2646
2646
|
create: () => new InterpolatedSignalCheck()
|
|
2647
2647
|
};
|
|
2648
2648
|
|
|
2649
|
-
// bazel-out/
|
|
2649
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
|
|
2650
2650
|
import { TmplAstBoundEvent } from "@angular/compiler";
|
|
2651
2651
|
var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
|
|
2652
2652
|
constructor() {
|
|
@@ -2672,7 +2672,7 @@ var factory2 = {
|
|
|
2672
2672
|
create: () => new InvalidBananaInBoxCheck()
|
|
2673
2673
|
};
|
|
2674
2674
|
|
|
2675
|
-
// bazel-out/
|
|
2675
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
|
|
2676
2676
|
import { TmplAstTemplate as TmplAstTemplate2 } from "@angular/compiler";
|
|
2677
2677
|
var KNOWN_CONTROL_FLOW_DIRECTIVES = /* @__PURE__ */ new Map([
|
|
2678
2678
|
["ngIf", { directive: "NgIf", builtIn: "@if" }],
|
|
@@ -2717,7 +2717,7 @@ var factory3 = {
|
|
|
2717
2717
|
}
|
|
2718
2718
|
};
|
|
2719
2719
|
|
|
2720
|
-
// bazel-out/
|
|
2720
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
|
|
2721
2721
|
import { TmplAstTemplate as TmplAstTemplate3 } from "@angular/compiler";
|
|
2722
2722
|
var MissingNgForOfLetCheck = class extends TemplateCheckWithVisitor {
|
|
2723
2723
|
constructor() {
|
|
@@ -2750,7 +2750,7 @@ var factory4 = {
|
|
|
2750
2750
|
create: () => new MissingNgForOfLetCheck()
|
|
2751
2751
|
};
|
|
2752
2752
|
|
|
2753
|
-
// bazel-out/
|
|
2753
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
|
|
2754
2754
|
import { Binary } from "@angular/compiler";
|
|
2755
2755
|
import ts17 from "typescript";
|
|
2756
2756
|
var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -2795,7 +2795,7 @@ var factory5 = {
|
|
|
2795
2795
|
}
|
|
2796
2796
|
};
|
|
2797
2797
|
|
|
2798
|
-
// bazel-out/
|
|
2798
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
|
|
2799
2799
|
import { SafeCall, SafeKeyedRead, SafePropertyRead } from "@angular/compiler";
|
|
2800
2800
|
import ts18 from "typescript";
|
|
2801
2801
|
var OptionalChainNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -2841,7 +2841,7 @@ var factory6 = {
|
|
|
2841
2841
|
}
|
|
2842
2842
|
};
|
|
2843
2843
|
|
|
2844
|
-
// bazel-out/
|
|
2844
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
|
|
2845
2845
|
import { TmplAstBoundAttribute as TmplAstBoundAttribute2 } from "@angular/compiler";
|
|
2846
2846
|
var STYLE_SUFFIXES = ["px", "%", "em"];
|
|
2847
2847
|
var SuffixNotSupportedCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -2865,7 +2865,7 @@ var factory7 = {
|
|
|
2865
2865
|
create: () => new SuffixNotSupportedCheck()
|
|
2866
2866
|
};
|
|
2867
2867
|
|
|
2868
|
-
// bazel-out/
|
|
2868
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
|
|
2869
2869
|
import { TmplAstTextAttribute } from "@angular/compiler";
|
|
2870
2870
|
var TextAttributeNotBindingSpec = class extends TemplateCheckWithVisitor {
|
|
2871
2871
|
constructor() {
|
|
@@ -2904,10 +2904,10 @@ var factory8 = {
|
|
|
2904
2904
|
create: () => new TextAttributeNotBindingSpec()
|
|
2905
2905
|
};
|
|
2906
2906
|
|
|
2907
|
-
// bazel-out/
|
|
2907
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
2908
2908
|
import ts19 from "typescript";
|
|
2909
2909
|
|
|
2910
|
-
// bazel-out/
|
|
2910
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
|
|
2911
2911
|
var DiagnosticCategoryLabel;
|
|
2912
2912
|
(function(DiagnosticCategoryLabel2) {
|
|
2913
2913
|
DiagnosticCategoryLabel2["Warning"] = "warning";
|
|
@@ -2915,7 +2915,7 @@ var DiagnosticCategoryLabel;
|
|
|
2915
2915
|
DiagnosticCategoryLabel2["Suppress"] = "suppress";
|
|
2916
2916
|
})(DiagnosticCategoryLabel || (DiagnosticCategoryLabel = {}));
|
|
2917
2917
|
|
|
2918
|
-
// bazel-out/
|
|
2918
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
2919
2919
|
var ExtendedTemplateCheckerImpl = class {
|
|
2920
2920
|
constructor(templateTypeChecker, typeChecker, templateCheckFactories, options) {
|
|
2921
2921
|
var _a, _b, _c, _d, _e;
|
|
@@ -2968,7 +2968,7 @@ function assertNever(value) {
|
|
|
2968
2968
|
${value}`);
|
|
2969
2969
|
}
|
|
2970
2970
|
|
|
2971
|
-
// bazel-out/
|
|
2971
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
|
|
2972
2972
|
var ALL_DIAGNOSTIC_FACTORIES = [
|
|
2973
2973
|
factory2,
|
|
2974
2974
|
factory5,
|
|
@@ -2984,7 +2984,7 @@ var SUPPORTED_DIAGNOSTIC_NAMES = /* @__PURE__ */ new Set([
|
|
|
2984
2984
|
...ALL_DIAGNOSTIC_FACTORIES.map((factory9) => factory9.name)
|
|
2985
2985
|
]);
|
|
2986
2986
|
|
|
2987
|
-
// bazel-out/
|
|
2987
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/template_semantics/src/template_semantics_checker.mjs
|
|
2988
2988
|
import { ASTWithSource as ASTWithSource4, ImplicitReceiver as ImplicitReceiver2, ParsedEventType, RecursiveAstVisitor as RecursiveAstVisitor3, TmplAstBoundEvent as TmplAstBoundEvent2, TmplAstLetDeclaration, TmplAstRecursiveVisitor as TmplAstRecursiveVisitor2, TmplAstVariable as TmplAstVariable2 } from "@angular/compiler";
|
|
2989
2989
|
import ts20 from "typescript";
|
|
2990
2990
|
var TemplateSemanticsCheckerImpl = class {
|
|
@@ -3075,7 +3075,7 @@ function unwrapAstWithSource(ast) {
|
|
|
3075
3075
|
return ast instanceof ASTWithSource4 ? ast.ast : ast;
|
|
3076
3076
|
}
|
|
3077
3077
|
|
|
3078
|
-
// bazel-out/
|
|
3078
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/rules/initializer_api_usage_rule.mjs
|
|
3079
3079
|
import ts21 from "typescript";
|
|
3080
3080
|
var APIS_TO_CHECK = [
|
|
3081
3081
|
INPUT_INITIALIZER_FN,
|
|
@@ -3126,7 +3126,7 @@ var InitializerApiUsageRule = class {
|
|
|
3126
3126
|
}
|
|
3127
3127
|
};
|
|
3128
3128
|
|
|
3129
|
-
// bazel-out/
|
|
3129
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/source_file_validator.mjs
|
|
3130
3130
|
var SourceFileValidator = class {
|
|
3131
3131
|
constructor(reflector, importedSymbolsTracker) {
|
|
3132
3132
|
this.rules = [new InitializerApiUsageRule(reflector, importedSymbolsTracker)];
|
|
@@ -3164,7 +3164,7 @@ var SourceFileValidator = class {
|
|
|
3164
3164
|
}
|
|
3165
3165
|
};
|
|
3166
3166
|
|
|
3167
|
-
// bazel-out/
|
|
3167
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/core_version.mjs
|
|
3168
3168
|
function coreHasSymbol(program, symbol) {
|
|
3169
3169
|
const checker = program.getTypeChecker();
|
|
3170
3170
|
for (const sf of program.getSourceFiles().filter(isMaybeCore)) {
|
|
@@ -3183,7 +3183,7 @@ function isMaybeCore(sf) {
|
|
|
3183
3183
|
return sf.isDeclarationFile && sf.fileName.includes("@angular/core") && sf.fileName.endsWith("index.d.ts");
|
|
3184
3184
|
}
|
|
3185
3185
|
|
|
3186
|
-
// bazel-out/
|
|
3186
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/feature_detection.mjs
|
|
3187
3187
|
import semver from "semver";
|
|
3188
3188
|
function coreVersionSupportsFeature(coreVersion, minVersion) {
|
|
3189
3189
|
if (coreVersion === `0.0.0-${"PLACEHOLDER"}`) {
|
|
@@ -3192,7 +3192,7 @@ function coreVersionSupportsFeature(coreVersion, minVersion) {
|
|
|
3192
3192
|
return semver.satisfies(coreVersion, minVersion);
|
|
3193
3193
|
}
|
|
3194
3194
|
|
|
3195
|
-
// bazel-out/
|
|
3195
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
3196
3196
|
var CompilationTicketKind;
|
|
3197
3197
|
(function(CompilationTicketKind2) {
|
|
3198
3198
|
CompilationTicketKind2[CompilationTicketKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -3991,7 +3991,7 @@ function versionMapFromProgram(program, driver) {
|
|
|
3991
3991
|
return versions;
|
|
3992
3992
|
}
|
|
3993
3993
|
|
|
3994
|
-
// bazel-out/
|
|
3994
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
|
|
3995
3995
|
import ts23 from "typescript";
|
|
3996
3996
|
var DelegatingCompilerHost = class {
|
|
3997
3997
|
get jsDocParsingMode() {
|
|
@@ -4130,7 +4130,7 @@ var NgCompilerHost = class extends DelegatingCompilerHost {
|
|
|
4130
4130
|
}
|
|
4131
4131
|
};
|
|
4132
4132
|
|
|
4133
|
-
// bazel-out/
|
|
4133
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
4134
4134
|
var NgtscProgram = class {
|
|
4135
4135
|
constructor(rootNames, options, delegateHost, oldProgram) {
|
|
4136
4136
|
this.options = options;
|
|
@@ -4357,15 +4357,15 @@ function mergeEmitResults(emitResults) {
|
|
|
4357
4357
|
return { diagnostics, emitSkipped, emittedFiles };
|
|
4358
4358
|
}
|
|
4359
4359
|
|
|
4360
|
-
// bazel-out/
|
|
4360
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
|
|
4361
4361
|
function createProgram({ rootNames, options, host, oldProgram }) {
|
|
4362
4362
|
return new NgtscProgram(rootNames, options, host, oldProgram);
|
|
4363
4363
|
}
|
|
4364
4364
|
|
|
4365
|
-
// bazel-out/
|
|
4365
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
4366
4366
|
import ts26 from "typescript";
|
|
4367
4367
|
|
|
4368
|
-
// bazel-out/
|
|
4368
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
|
|
4369
4369
|
import ts25 from "typescript";
|
|
4370
4370
|
function createMessageDiagnostic(messageText) {
|
|
4371
4371
|
return {
|
|
@@ -4379,7 +4379,7 @@ function createMessageDiagnostic(messageText) {
|
|
|
4379
4379
|
};
|
|
4380
4380
|
}
|
|
4381
4381
|
|
|
4382
|
-
// bazel-out/
|
|
4382
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
4383
4383
|
var defaultFormatHost = {
|
|
4384
4384
|
getCurrentDirectory: () => ts26.sys.getCurrentDirectory(),
|
|
4385
4385
|
getCanonicalFileName: (fileName) => fileName,
|
|
@@ -4610,4 +4610,4 @@ export {
|
|
|
4610
4610
|
* Use of this source code is governed by an MIT-style license that can be
|
|
4611
4611
|
* found in the LICENSE file at https://angular.io/license
|
|
4612
4612
|
*/
|
|
4613
|
-
//# sourceMappingURL=chunk-
|
|
4613
|
+
//# sourceMappingURL=chunk-QL7ORWNN.js.map
|