@angular/compiler-cli 19.0.0-next.4 → 19.0.0-next.6
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-IYQOLQCE.js → chunk-73AYMD6M.js} +124 -121
- package/bundles/{chunk-IYQOLQCE.js.map → chunk-73AYMD6M.js.map} +1 -1
- package/bundles/{chunk-3W345P4E.js → chunk-KV3I5HEN.js} +45 -8
- package/bundles/{chunk-3W345P4E.js.map → chunk-KV3I5HEN.js.map} +3 -3
- package/bundles/{chunk-52VRTNQS.js → chunk-MJ5UV6HO.js} +85 -82
- package/bundles/chunk-MJ5UV6HO.js.map +6 -0
- package/bundles/{chunk-5EC5IVIP.js → chunk-MZGC4NDQ.js} +3 -3
- package/bundles/{chunk-LYJKWJUC.js → chunk-SBDNBITT.js} +3 -3
- package/bundles/{chunk-ERN7RQQ7.js → chunk-THQF5ZZE.js} +5 -5
- package/bundles/{chunk-RRBD35GS.js → chunk-VONOIR7R.js} +12 -12
- package/bundles/{chunk-XHCHVVK2.js → chunk-WBKYBVRX.js} +43 -43
- package/bundles/{chunk-QYV344EV.js → chunk-WR7TUJ7M.js} +7 -7
- package/bundles/{chunk-A6N6CPYP.js → chunk-ZOS6YCC2.js} +31 -31
- package/bundles/{chunk-RBUEHZ6Z.js → chunk-ZXHWDA6M.js} +5 -5
- package/bundles/index.js +14 -12
- package/bundles/index.js.map +1 -1
- 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 +5 -3
- package/bundles/private/migrations.js +4 -4
- package/bundles/private/tooling.js +6 -6
- 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/file_system/index.d.ts +1 -0
- package/src/ngtsc/file_system/src/ts_read_directory.d.ts +21 -0
- package/src/perform_compile.d.ts +1 -1
- package/bundles/chunk-52VRTNQS.js.map +0 -6
- /package/bundles/{chunk-5EC5IVIP.js.map → chunk-MZGC4NDQ.js.map} +0 -0
- /package/bundles/{chunk-LYJKWJUC.js.map → chunk-SBDNBITT.js.map} +0 -0
- /package/bundles/{chunk-ERN7RQQ7.js.map → chunk-THQF5ZZE.js.map} +0 -0
- /package/bundles/{chunk-RRBD35GS.js.map → chunk-VONOIR7R.js.map} +0 -0
- /package/bundles/{chunk-XHCHVVK2.js.map → chunk-WBKYBVRX.js.map} +0 -0
- /package/bundles/{chunk-QYV344EV.js.map → chunk-WR7TUJ7M.js.map} +0 -0
- /package/bundles/{chunk-A6N6CPYP.js.map → chunk-ZOS6YCC2.js.map} +0 -0
- /package/bundles/{chunk-RBUEHZ6Z.js.map → chunk-ZXHWDA6M.js.map} +0 -0
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
import {
|
|
6
6
|
angularJitApplicationTransform
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-VONOIR7R.js";
|
|
8
8
|
import {
|
|
9
9
|
CompilationMode,
|
|
10
10
|
ComponentDecoratorHandler,
|
|
@@ -51,7 +51,7 @@ import {
|
|
|
51
51
|
retagAllTsFiles,
|
|
52
52
|
tryParseInitializerApi,
|
|
53
53
|
untagAllTsFiles
|
|
54
|
-
} from "./chunk-
|
|
54
|
+
} from "./chunk-73AYMD6M.js";
|
|
55
55
|
import {
|
|
56
56
|
AbsoluteModuleStrategy,
|
|
57
57
|
AliasStrategy,
|
|
@@ -88,25 +88,26 @@ import {
|
|
|
88
88
|
relativePathBetween,
|
|
89
89
|
replaceTsWithNgInErrors,
|
|
90
90
|
toUnredirectedSourceFile
|
|
91
|
-
} from "./chunk-
|
|
91
|
+
} from "./chunk-WBKYBVRX.js";
|
|
92
92
|
import {
|
|
93
93
|
ActivePerfRecorder,
|
|
94
94
|
DelegatingPerfRecorder,
|
|
95
95
|
PerfCheckpoint,
|
|
96
96
|
PerfEvent,
|
|
97
97
|
PerfPhase
|
|
98
|
-
} from "./chunk-
|
|
98
|
+
} from "./chunk-THQF5ZZE.js";
|
|
99
99
|
import {
|
|
100
100
|
LogicalFileSystem,
|
|
101
101
|
absoluteFrom,
|
|
102
102
|
absoluteFromSourceFile,
|
|
103
|
+
createFileSystemTsReadDirectoryFn,
|
|
103
104
|
dirname,
|
|
104
105
|
getFileSystem,
|
|
105
106
|
join,
|
|
106
107
|
resolve
|
|
107
|
-
} from "./chunk-
|
|
108
|
+
} from "./chunk-KV3I5HEN.js";
|
|
108
109
|
|
|
109
|
-
// bazel-out/
|
|
110
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
|
|
110
111
|
var DEFAULT_ERROR_CODE = 100;
|
|
111
112
|
var UNKNOWN_ERROR_CODE = 500;
|
|
112
113
|
var SOURCE = "angular";
|
|
@@ -124,7 +125,7 @@ var EmitFlags;
|
|
|
124
125
|
EmitFlags2[EmitFlags2["All"] = 31] = "All";
|
|
125
126
|
})(EmitFlags || (EmitFlags = {}));
|
|
126
127
|
|
|
127
|
-
// bazel-out/
|
|
128
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
|
|
128
129
|
import ts from "typescript";
|
|
129
130
|
var wrapHostForTest = null;
|
|
130
131
|
function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, true) }) {
|
|
@@ -134,7 +135,7 @@ function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, t
|
|
|
134
135
|
return tsHost;
|
|
135
136
|
}
|
|
136
137
|
|
|
137
|
-
// bazel-out/
|
|
138
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/entities.mjs
|
|
138
139
|
var EntryType;
|
|
139
140
|
(function(EntryType2) {
|
|
140
141
|
EntryType2["Block"] = "block";
|
|
@@ -181,23 +182,23 @@ function isDocEntryWithSourceInfo(entry) {
|
|
|
181
182
|
return "source" in entry;
|
|
182
183
|
}
|
|
183
184
|
|
|
184
|
-
// bazel-out/
|
|
185
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
|
|
185
186
|
import ts11 from "typescript";
|
|
186
187
|
|
|
187
|
-
// bazel-out/
|
|
188
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
|
|
188
189
|
import ts5 from "typescript";
|
|
189
190
|
|
|
190
|
-
// bazel-out/
|
|
191
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/filters.mjs
|
|
191
192
|
function isAngularPrivateName(name) {
|
|
192
193
|
var _a;
|
|
193
194
|
const firstChar = (_a = name[0]) != null ? _a : "";
|
|
194
195
|
return firstChar === "\u0275" || firstChar === "_";
|
|
195
196
|
}
|
|
196
197
|
|
|
197
|
-
// bazel-out/
|
|
198
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
|
|
198
199
|
import ts3 from "typescript";
|
|
199
200
|
|
|
200
|
-
// bazel-out/
|
|
201
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/generics_extractor.mjs
|
|
201
202
|
function extractGenerics(declaration) {
|
|
202
203
|
var _a, _b;
|
|
203
204
|
return (_b = (_a = declaration.typeParameters) == null ? void 0 : _a.map((typeParam) => {
|
|
@@ -210,7 +211,7 @@ function extractGenerics(declaration) {
|
|
|
210
211
|
})) != null ? _b : [];
|
|
211
212
|
}
|
|
212
213
|
|
|
213
|
-
// bazel-out/
|
|
214
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/jsdoc_extractor.mjs
|
|
214
215
|
import ts2 from "typescript";
|
|
215
216
|
var decoratorExpression = /@(?=(Injectable|Component|Directive|Pipe|NgModule|Input|Output|HostBinding|HostListener|Inject|Optional|Self|Host|SkipSelf|ViewChild|ViewChildren|ContentChild|ContentChildren))/g;
|
|
216
217
|
function extractJsDocTags(node) {
|
|
@@ -254,12 +255,12 @@ function unescapeAngularDecorators(comment) {
|
|
|
254
255
|
return comment.replace(/_NG_AT_/g, "@");
|
|
255
256
|
}
|
|
256
257
|
|
|
257
|
-
// bazel-out/
|
|
258
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_extractor.mjs
|
|
258
259
|
function extractResolvedTypeString(node, checker) {
|
|
259
260
|
return checker.typeToString(checker.getTypeAtLocation(node));
|
|
260
261
|
}
|
|
261
262
|
|
|
262
|
-
// bazel-out/
|
|
263
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
|
|
263
264
|
var FunctionExtractor = class {
|
|
264
265
|
constructor(name, exportDeclaration, typeChecker) {
|
|
265
266
|
this.name = name;
|
|
@@ -347,7 +348,7 @@ function findImplementationOfFunction(node, typeChecker) {
|
|
|
347
348
|
return implementation;
|
|
348
349
|
}
|
|
349
350
|
|
|
350
|
-
// bazel-out/
|
|
351
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/internal.mjs
|
|
351
352
|
import ts4 from "typescript";
|
|
352
353
|
function isInternal(member) {
|
|
353
354
|
return extractJsDocTags(member).some((tag) => tag.name === "internal") || hasLeadingInternalComment(member);
|
|
@@ -366,7 +367,7 @@ function hasLeadingInternalComment(member) {
|
|
|
366
367
|
)) != null ? _a : false;
|
|
367
368
|
}
|
|
368
369
|
|
|
369
|
-
// bazel-out/
|
|
370
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
|
|
370
371
|
var ClassExtractor = class {
|
|
371
372
|
constructor(declaration, typeChecker) {
|
|
372
373
|
this.declaration = declaration;
|
|
@@ -654,7 +655,7 @@ function extractInterface(declaration, typeChecker) {
|
|
|
654
655
|
return extractor.extract();
|
|
655
656
|
}
|
|
656
657
|
|
|
657
|
-
// bazel-out/
|
|
658
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/constant_extractor.mjs
|
|
658
659
|
import ts6 from "typescript";
|
|
659
660
|
var LITERAL_AS_ENUM_TAG = "object-literal-as-enum";
|
|
660
661
|
function extractConstant(declaration, typeChecker) {
|
|
@@ -712,7 +713,7 @@ function extractLiteralPropertiesAsEnumMembers(declaration) {
|
|
|
712
713
|
});
|
|
713
714
|
}
|
|
714
715
|
|
|
715
|
-
// bazel-out/
|
|
716
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/decorator_extractor.mjs
|
|
716
717
|
import ts7 from "typescript";
|
|
717
718
|
function extractorDecorator(declaration, typeChecker) {
|
|
718
719
|
const documentedNode = getDecoratorJsDocNode(declaration);
|
|
@@ -785,7 +786,7 @@ function getDecoratorJsDocNode(declaration) {
|
|
|
785
786
|
return callSignature;
|
|
786
787
|
}
|
|
787
788
|
|
|
788
|
-
// bazel-out/
|
|
789
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/enum_extractor.mjs
|
|
789
790
|
import ts8 from "typescript";
|
|
790
791
|
function extractEnum(declaration, typeChecker) {
|
|
791
792
|
return {
|
|
@@ -816,7 +817,7 @@ function getEnumMemberValue(memberNode) {
|
|
|
816
817
|
return (_a = literal == null ? void 0 : literal.getText()) != null ? _a : "";
|
|
817
818
|
}
|
|
818
819
|
|
|
819
|
-
// bazel-out/
|
|
820
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/initializer_api_function_extractor.mjs
|
|
820
821
|
import ts9 from "typescript";
|
|
821
822
|
var initializerApiTag = "initializerApiFunction";
|
|
822
823
|
function isInitializerApiFunction(node, typeChecker) {
|
|
@@ -925,7 +926,7 @@ function extractFunctionWithOverloads(name, type, typeChecker) {
|
|
|
925
926
|
};
|
|
926
927
|
}
|
|
927
928
|
|
|
928
|
-
// bazel-out/
|
|
929
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_alias_extractor.mjs
|
|
929
930
|
function extractTypeAlias(declaration) {
|
|
930
931
|
return {
|
|
931
932
|
name: declaration.name.getText(),
|
|
@@ -937,7 +938,7 @@ function extractTypeAlias(declaration) {
|
|
|
937
938
|
};
|
|
938
939
|
}
|
|
939
940
|
|
|
940
|
-
// bazel-out/
|
|
941
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/import_extractor.mjs
|
|
941
942
|
import ts10 from "typescript";
|
|
942
943
|
function getImportedSymbols(sourceFile) {
|
|
943
944
|
const importSpecifiers = /* @__PURE__ */ new Map();
|
|
@@ -962,7 +963,7 @@ function getImportedSymbols(sourceFile) {
|
|
|
962
963
|
return importSpecifiers;
|
|
963
964
|
}
|
|
964
965
|
|
|
965
|
-
// bazel-out/
|
|
966
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
|
|
966
967
|
var DocsExtractor = class {
|
|
967
968
|
constructor(typeChecker, metadataReader) {
|
|
968
969
|
this.typeChecker = typeChecker;
|
|
@@ -1048,11 +1049,11 @@ function getRelativeFilePath(sourceFile, rootDir) {
|
|
|
1048
1049
|
return relativePath;
|
|
1049
1050
|
}
|
|
1050
1051
|
|
|
1051
|
-
// bazel-out/
|
|
1052
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
1052
1053
|
import { HtmlParser, MessageBundle } from "@angular/compiler";
|
|
1053
1054
|
import ts26 from "typescript";
|
|
1054
1055
|
|
|
1055
|
-
// bazel-out/
|
|
1056
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
|
|
1056
1057
|
import { Xliff, Xliff2, Xmb } from "@angular/compiler";
|
|
1057
1058
|
import * as path from "path";
|
|
1058
1059
|
function i18nGetExtension(formatName) {
|
|
@@ -1105,10 +1106,10 @@ function getPathNormalizer(basePath) {
|
|
|
1105
1106
|
};
|
|
1106
1107
|
}
|
|
1107
1108
|
|
|
1108
|
-
// bazel-out/
|
|
1109
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
1109
1110
|
import ts12 from "typescript";
|
|
1110
1111
|
|
|
1111
|
-
// bazel-out/
|
|
1112
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
|
|
1112
1113
|
function toNumbers(value) {
|
|
1113
1114
|
const suffixIndex = value.lastIndexOf("-");
|
|
1114
1115
|
return value.slice(0, suffixIndex === -1 ? value.length : suffixIndex).split(".").map((segment) => {
|
|
@@ -1143,7 +1144,7 @@ function compareVersions(v1, v2) {
|
|
|
1143
1144
|
return compareNumbers(toNumbers(v1), toNumbers(v2));
|
|
1144
1145
|
}
|
|
1145
1146
|
|
|
1146
|
-
// bazel-out/
|
|
1147
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
1147
1148
|
var MIN_TS_VERSION = "5.5.0";
|
|
1148
1149
|
var MAX_TS_VERSION = "5.7.0";
|
|
1149
1150
|
var tsVersion = ts12.version;
|
|
@@ -1156,11 +1157,11 @@ function verifySupportedTypeScriptVersion() {
|
|
|
1156
1157
|
checkVersion(tsVersion, MIN_TS_VERSION, MAX_TS_VERSION);
|
|
1157
1158
|
}
|
|
1158
1159
|
|
|
1159
|
-
// bazel-out/
|
|
1160
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
1160
1161
|
import { R3Identifiers } from "@angular/compiler";
|
|
1161
1162
|
import ts24 from "typescript";
|
|
1162
1163
|
|
|
1163
|
-
// bazel-out/
|
|
1164
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
|
|
1164
1165
|
var CycleAnalyzer = class {
|
|
1165
1166
|
constructor(importGraph) {
|
|
1166
1167
|
this.importGraph = importGraph;
|
|
@@ -1231,7 +1232,7 @@ var Cycle = class {
|
|
|
1231
1232
|
}
|
|
1232
1233
|
};
|
|
1233
1234
|
|
|
1234
|
-
// bazel-out/
|
|
1235
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
|
|
1235
1236
|
import ts13 from "typescript";
|
|
1236
1237
|
var ImportGraph = class {
|
|
1237
1238
|
constructor(checker, perf) {
|
|
@@ -1323,7 +1324,7 @@ var Found = class {
|
|
|
1323
1324
|
}
|
|
1324
1325
|
};
|
|
1325
1326
|
|
|
1326
|
-
// bazel-out/
|
|
1327
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
|
|
1327
1328
|
import ts14 from "typescript";
|
|
1328
1329
|
var FlatIndexGenerator = class {
|
|
1329
1330
|
constructor(entryPoint, relativeFlatIndexPath, moduleName) {
|
|
@@ -1348,7 +1349,7 @@ export * from '${relativeEntryPoint}';
|
|
|
1348
1349
|
}
|
|
1349
1350
|
};
|
|
1350
1351
|
|
|
1351
|
-
// bazel-out/
|
|
1352
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
|
|
1352
1353
|
function findFlatIndexEntryPoint(rootFiles) {
|
|
1353
1354
|
const tsFiles = rootFiles.filter((file) => isNonDeclarationTsPath(file));
|
|
1354
1355
|
let resolvedEntryPoint = null;
|
|
@@ -1364,7 +1365,7 @@ function findFlatIndexEntryPoint(rootFiles) {
|
|
|
1364
1365
|
return resolvedEntryPoint;
|
|
1365
1366
|
}
|
|
1366
1367
|
|
|
1367
|
-
// bazel-out/
|
|
1368
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
|
|
1368
1369
|
import ts15 from "typescript";
|
|
1369
1370
|
function checkForPrivateExports(entryPoint, checker, refGraph) {
|
|
1370
1371
|
const diagnostics = [];
|
|
@@ -1444,7 +1445,7 @@ function getDescriptorOfDeclaration(decl) {
|
|
|
1444
1445
|
}
|
|
1445
1446
|
}
|
|
1446
1447
|
|
|
1447
|
-
// bazel-out/
|
|
1448
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
|
|
1448
1449
|
var ReferenceGraph = class {
|
|
1449
1450
|
constructor() {
|
|
1450
1451
|
this.references = /* @__PURE__ */ new Map();
|
|
@@ -1498,7 +1499,7 @@ var ReferenceGraph = class {
|
|
|
1498
1499
|
}
|
|
1499
1500
|
};
|
|
1500
1501
|
|
|
1501
|
-
// bazel-out/
|
|
1502
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
|
|
1502
1503
|
var FileDependencyGraph = class {
|
|
1503
1504
|
constructor() {
|
|
1504
1505
|
this.nodes = /* @__PURE__ */ new Map();
|
|
@@ -1565,7 +1566,7 @@ function isLogicallyChanged(sf, node, changedTsPaths, deletedTsPaths, changedRes
|
|
|
1565
1566
|
return false;
|
|
1566
1567
|
}
|
|
1567
1568
|
|
|
1568
|
-
// bazel-out/
|
|
1569
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
|
|
1569
1570
|
var IncrementalStateKind;
|
|
1570
1571
|
(function(IncrementalStateKind2) {
|
|
1571
1572
|
IncrementalStateKind2[IncrementalStateKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -1573,7 +1574,7 @@ var IncrementalStateKind;
|
|
|
1573
1574
|
IncrementalStateKind2[IncrementalStateKind2["Analyzed"] = 2] = "Analyzed";
|
|
1574
1575
|
})(IncrementalStateKind || (IncrementalStateKind = {}));
|
|
1575
1576
|
|
|
1576
|
-
// bazel-out/
|
|
1577
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
|
|
1577
1578
|
var PhaseKind;
|
|
1578
1579
|
(function(PhaseKind2) {
|
|
1579
1580
|
PhaseKind2[PhaseKind2["Analysis"] = 0] = "Analysis";
|
|
@@ -1774,7 +1775,7 @@ function toOriginalSourceFile(sf) {
|
|
|
1774
1775
|
}
|
|
1775
1776
|
}
|
|
1776
1777
|
|
|
1777
|
-
// bazel-out/
|
|
1778
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
|
|
1778
1779
|
var TrackedIncrementalBuildStrategy = class {
|
|
1779
1780
|
constructor() {
|
|
1780
1781
|
this.state = null;
|
|
@@ -1810,7 +1811,7 @@ var PatchedProgramIncrementalBuildStrategy = class {
|
|
|
1810
1811
|
};
|
|
1811
1812
|
var SYM_INCREMENTAL_STATE = Symbol("NgIncrementalState");
|
|
1812
1813
|
|
|
1813
|
-
// bazel-out/
|
|
1814
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
|
|
1814
1815
|
var IdentifierKind;
|
|
1815
1816
|
(function(IdentifierKind2) {
|
|
1816
1817
|
IdentifierKind2[IdentifierKind2["Property"] = 0] = "Property";
|
|
@@ -1829,7 +1830,7 @@ var AbsoluteSourceSpan = class {
|
|
|
1829
1830
|
}
|
|
1830
1831
|
};
|
|
1831
1832
|
|
|
1832
|
-
// bazel-out/
|
|
1833
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
|
|
1833
1834
|
var IndexingContext = class {
|
|
1834
1835
|
constructor() {
|
|
1835
1836
|
this.components = /* @__PURE__ */ new Set();
|
|
@@ -1839,10 +1840,10 @@ var IndexingContext = class {
|
|
|
1839
1840
|
}
|
|
1840
1841
|
};
|
|
1841
1842
|
|
|
1842
|
-
// bazel-out/
|
|
1843
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
|
|
1843
1844
|
import { ParseSourceFile } from "@angular/compiler";
|
|
1844
1845
|
|
|
1845
|
-
// bazel-out/
|
|
1846
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
|
|
1846
1847
|
import { ASTWithSource, ImplicitReceiver, PropertyRead, PropertyWrite, RecursiveAstVisitor, TmplAstBoundDeferredTrigger, TmplAstElement, TmplAstRecursiveVisitor, TmplAstReference, TmplAstTemplate, TmplAstVariable } from "@angular/compiler";
|
|
1847
1848
|
var ExpressionVisitor = class extends RecursiveAstVisitor {
|
|
1848
1849
|
constructor(expressionStr, absoluteOffset, boundTemplate, targetToIdentifier) {
|
|
@@ -2137,7 +2138,7 @@ function getTemplateIdentifiers(boundTemplate) {
|
|
|
2137
2138
|
return { identifiers: visitor.identifiers, errors: visitor.errors };
|
|
2138
2139
|
}
|
|
2139
2140
|
|
|
2140
|
-
// bazel-out/
|
|
2141
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
|
|
2141
2142
|
function generateAnalysis(context) {
|
|
2142
2143
|
const analysis = /* @__PURE__ */ new Map();
|
|
2143
2144
|
context.components.forEach(({ declaration, selector, boundTemplate, templateMeta }) => {
|
|
@@ -2173,7 +2174,7 @@ function generateAnalysis(context) {
|
|
|
2173
2174
|
return analysis;
|
|
2174
2175
|
}
|
|
2175
2176
|
|
|
2176
|
-
// bazel-out/
|
|
2177
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.mjs
|
|
2177
2178
|
var NgModuleIndexImpl = class {
|
|
2178
2179
|
constructor(metaReader, localReader) {
|
|
2179
2180
|
this.metaReader = metaReader;
|
|
@@ -2262,7 +2263,7 @@ var NgModuleIndexImpl = class {
|
|
|
2262
2263
|
}
|
|
2263
2264
|
};
|
|
2264
2265
|
|
|
2265
|
-
// bazel-out/
|
|
2266
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
|
|
2266
2267
|
import ts16 from "typescript";
|
|
2267
2268
|
var CSS_PREPROCESSOR_EXT = /(\.scss|\.sass|\.less|\.styl)$/;
|
|
2268
2269
|
var RESOURCE_MARKER = ".$ngresource$";
|
|
@@ -2412,7 +2413,7 @@ function createLookupResolutionHost(adapter) {
|
|
|
2412
2413
|
};
|
|
2413
2414
|
}
|
|
2414
2415
|
|
|
2415
|
-
// bazel-out/
|
|
2416
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
|
|
2416
2417
|
var StandaloneComponentScopeReader = class {
|
|
2417
2418
|
constructor(metaReader, localModuleReader, dtsModuleReader) {
|
|
2418
2419
|
this.metaReader = metaReader;
|
|
@@ -2508,10 +2509,10 @@ var StandaloneComponentScopeReader = class {
|
|
|
2508
2509
|
}
|
|
2509
2510
|
};
|
|
2510
2511
|
|
|
2511
|
-
// bazel-out/
|
|
2512
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
|
|
2512
2513
|
import { ASTWithSource as ASTWithSource3, BindingType, Interpolation, PropertyRead as PropertyRead2, TmplAstBoundAttribute } from "@angular/compiler";
|
|
2513
2514
|
|
|
2514
|
-
// bazel-out/
|
|
2515
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/symbol_util.mjs
|
|
2515
2516
|
import ts17 from "typescript";
|
|
2516
2517
|
var SIGNAL_FNS = /* @__PURE__ */ new Set([
|
|
2517
2518
|
"WritableSignal",
|
|
@@ -2531,7 +2532,7 @@ function isSignalSymbol(symbol) {
|
|
|
2531
2532
|
});
|
|
2532
2533
|
}
|
|
2533
2534
|
|
|
2534
|
-
// bazel-out/
|
|
2535
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
|
|
2535
2536
|
import { ASTWithSource as ASTWithSource2, RecursiveAstVisitor as RecursiveAstVisitor2, TmplAstBoundDeferredTrigger as TmplAstBoundDeferredTrigger2 } from "@angular/compiler";
|
|
2536
2537
|
var TemplateCheckWithVisitor = class {
|
|
2537
2538
|
constructor() {
|
|
@@ -2609,6 +2610,8 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor2 {
|
|
|
2609
2610
|
this.visitAst(text.value);
|
|
2610
2611
|
}
|
|
2611
2612
|
visitIcu(icu) {
|
|
2613
|
+
Object.keys(icu.vars).forEach((key) => this.visit(icu.vars[key]));
|
|
2614
|
+
Object.keys(icu.placeholders).forEach((key) => this.visit(icu.placeholders[key]));
|
|
2612
2615
|
}
|
|
2613
2616
|
visitDeferredBlock(deferred) {
|
|
2614
2617
|
deferred.visitAll(this);
|
|
@@ -2665,7 +2668,7 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor2 {
|
|
|
2665
2668
|
}
|
|
2666
2669
|
};
|
|
2667
2670
|
|
|
2668
|
-
// bazel-out/
|
|
2671
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
|
|
2669
2672
|
var SIGNAL_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["set", "update", "asReadonly"]);
|
|
2670
2673
|
var FUNCTION_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["name", "length", "prototype"]);
|
|
2671
2674
|
var InterpolatedSignalCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -2717,7 +2720,7 @@ var factory = {
|
|
|
2717
2720
|
create: () => new InterpolatedSignalCheck()
|
|
2718
2721
|
};
|
|
2719
2722
|
|
|
2720
|
-
// bazel-out/
|
|
2723
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
|
|
2721
2724
|
import { TmplAstBoundEvent } from "@angular/compiler";
|
|
2722
2725
|
var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
|
|
2723
2726
|
constructor() {
|
|
@@ -2743,7 +2746,7 @@ var factory2 = {
|
|
|
2743
2746
|
create: () => new InvalidBananaInBoxCheck()
|
|
2744
2747
|
};
|
|
2745
2748
|
|
|
2746
|
-
// bazel-out/
|
|
2749
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
|
|
2747
2750
|
import { TmplAstTemplate as TmplAstTemplate2 } from "@angular/compiler";
|
|
2748
2751
|
var KNOWN_CONTROL_FLOW_DIRECTIVES = /* @__PURE__ */ new Map([
|
|
2749
2752
|
["ngIf", { directive: "NgIf", builtIn: "@if" }],
|
|
@@ -2788,7 +2791,7 @@ var factory3 = {
|
|
|
2788
2791
|
}
|
|
2789
2792
|
};
|
|
2790
2793
|
|
|
2791
|
-
// bazel-out/
|
|
2794
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
|
|
2792
2795
|
import { TmplAstTemplate as TmplAstTemplate3 } from "@angular/compiler";
|
|
2793
2796
|
var MissingNgForOfLetCheck = class extends TemplateCheckWithVisitor {
|
|
2794
2797
|
constructor() {
|
|
@@ -2821,7 +2824,7 @@ var factory4 = {
|
|
|
2821
2824
|
create: () => new MissingNgForOfLetCheck()
|
|
2822
2825
|
};
|
|
2823
2826
|
|
|
2824
|
-
// bazel-out/
|
|
2827
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
|
|
2825
2828
|
import { Binary } from "@angular/compiler";
|
|
2826
2829
|
import ts18 from "typescript";
|
|
2827
2830
|
var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -2867,7 +2870,7 @@ var factory5 = {
|
|
|
2867
2870
|
}
|
|
2868
2871
|
};
|
|
2869
2872
|
|
|
2870
|
-
// bazel-out/
|
|
2873
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
|
|
2871
2874
|
import { SafeCall, SafeKeyedRead, SafePropertyRead } from "@angular/compiler";
|
|
2872
2875
|
import ts19 from "typescript";
|
|
2873
2876
|
var OptionalChainNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -2914,7 +2917,7 @@ var factory6 = {
|
|
|
2914
2917
|
}
|
|
2915
2918
|
};
|
|
2916
2919
|
|
|
2917
|
-
// bazel-out/
|
|
2920
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
|
|
2918
2921
|
import { TmplAstBoundAttribute as TmplAstBoundAttribute2 } from "@angular/compiler";
|
|
2919
2922
|
var STYLE_SUFFIXES = ["px", "%", "em"];
|
|
2920
2923
|
var SuffixNotSupportedCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -2938,7 +2941,7 @@ var factory7 = {
|
|
|
2938
2941
|
create: () => new SuffixNotSupportedCheck()
|
|
2939
2942
|
};
|
|
2940
2943
|
|
|
2941
|
-
// bazel-out/
|
|
2944
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
|
|
2942
2945
|
import { TmplAstTextAttribute } from "@angular/compiler";
|
|
2943
2946
|
var TextAttributeNotBindingSpec = class extends TemplateCheckWithVisitor {
|
|
2944
2947
|
constructor() {
|
|
@@ -2977,7 +2980,7 @@ var factory8 = {
|
|
|
2977
2980
|
create: () => new TextAttributeNotBindingSpec()
|
|
2978
2981
|
};
|
|
2979
2982
|
|
|
2980
|
-
// bazel-out/
|
|
2983
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/uninvoked_function_in_event_binding/index.mjs
|
|
2981
2984
|
import { ASTWithSource as ASTWithSource4, Call, Chain, Conditional, ParsedEventType, PropertyRead as PropertyRead3, SafeCall as SafeCall2, SafePropertyRead as SafePropertyRead2, TmplAstBoundEvent as TmplAstBoundEvent2 } from "@angular/compiler";
|
|
2982
2985
|
var UninvokedFunctionInEventBindingSpec = class extends TemplateCheckWithVisitor {
|
|
2983
2986
|
constructor() {
|
|
@@ -3029,7 +3032,7 @@ var factory9 = {
|
|
|
3029
3032
|
create: () => new UninvokedFunctionInEventBindingSpec()
|
|
3030
3033
|
};
|
|
3031
3034
|
|
|
3032
|
-
// bazel-out/
|
|
3035
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/unused_let_declaration/index.mjs
|
|
3033
3036
|
import { AST, ASTWithSource as ASTWithSource5, TmplAstLetDeclaration } from "@angular/compiler";
|
|
3034
3037
|
var UnusedLetDeclarationCheck = class extends TemplateCheckWithVisitor {
|
|
3035
3038
|
constructor() {
|
|
@@ -3074,10 +3077,10 @@ var factory10 = {
|
|
|
3074
3077
|
create: () => new UnusedLetDeclarationCheck()
|
|
3075
3078
|
};
|
|
3076
3079
|
|
|
3077
|
-
// bazel-out/
|
|
3080
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
3078
3081
|
import ts20 from "typescript";
|
|
3079
3082
|
|
|
3080
|
-
// bazel-out/
|
|
3083
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
|
|
3081
3084
|
var DiagnosticCategoryLabel;
|
|
3082
3085
|
(function(DiagnosticCategoryLabel2) {
|
|
3083
3086
|
DiagnosticCategoryLabel2["Warning"] = "warning";
|
|
@@ -3085,7 +3088,7 @@ var DiagnosticCategoryLabel;
|
|
|
3085
3088
|
DiagnosticCategoryLabel2["Suppress"] = "suppress";
|
|
3086
3089
|
})(DiagnosticCategoryLabel || (DiagnosticCategoryLabel = {}));
|
|
3087
3090
|
|
|
3088
|
-
// bazel-out/
|
|
3091
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
3089
3092
|
var ExtendedTemplateCheckerImpl = class {
|
|
3090
3093
|
constructor(templateTypeChecker, typeChecker, templateCheckFactories, options) {
|
|
3091
3094
|
var _a, _b, _c, _d, _e;
|
|
@@ -3138,7 +3141,7 @@ function assertNever(value) {
|
|
|
3138
3141
|
${value}`);
|
|
3139
3142
|
}
|
|
3140
3143
|
|
|
3141
|
-
// bazel-out/
|
|
3144
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
|
|
3142
3145
|
var ALL_DIAGNOSTIC_FACTORIES = [
|
|
3143
3146
|
factory2,
|
|
3144
3147
|
factory5,
|
|
@@ -3157,7 +3160,7 @@ var SUPPORTED_DIAGNOSTIC_NAMES = /* @__PURE__ */ new Set([
|
|
|
3157
3160
|
...ALL_DIAGNOSTIC_FACTORIES.map((factory11) => factory11.name)
|
|
3158
3161
|
]);
|
|
3159
3162
|
|
|
3160
|
-
// bazel-out/
|
|
3163
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/template_semantics/src/template_semantics_checker.mjs
|
|
3161
3164
|
import { ASTWithSource as ASTWithSource6, ImplicitReceiver as ImplicitReceiver2, ParsedEventType as ParsedEventType2, RecursiveAstVisitor as RecursiveAstVisitor3, TmplAstBoundEvent as TmplAstBoundEvent3, TmplAstLetDeclaration as TmplAstLetDeclaration2, TmplAstRecursiveVisitor as TmplAstRecursiveVisitor2, TmplAstVariable as TmplAstVariable2 } from "@angular/compiler";
|
|
3162
3165
|
import ts21 from "typescript";
|
|
3163
3166
|
var TemplateSemanticsCheckerImpl = class {
|
|
@@ -3248,7 +3251,7 @@ function unwrapAstWithSource(ast) {
|
|
|
3248
3251
|
return ast instanceof ASTWithSource6 ? ast.ast : ast;
|
|
3249
3252
|
}
|
|
3250
3253
|
|
|
3251
|
-
// bazel-out/
|
|
3254
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/rules/initializer_api_usage_rule.mjs
|
|
3252
3255
|
import ts22 from "typescript";
|
|
3253
3256
|
var APIS_TO_CHECK = [
|
|
3254
3257
|
INPUT_INITIALIZER_FN,
|
|
@@ -3299,7 +3302,7 @@ var InitializerApiUsageRule = class {
|
|
|
3299
3302
|
}
|
|
3300
3303
|
};
|
|
3301
3304
|
|
|
3302
|
-
// bazel-out/
|
|
3305
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/rules/unused_standalone_imports_rule.mjs
|
|
3303
3306
|
import ts23 from "typescript";
|
|
3304
3307
|
var UnusedStandaloneImportsRule = class {
|
|
3305
3308
|
constructor(templateTypeChecker, typeCheckingConfig, importedSymbolsTracker) {
|
|
@@ -3358,10 +3361,10 @@ var UnusedStandaloneImportsRule = class {
|
|
|
3358
3361
|
}
|
|
3359
3362
|
};
|
|
3360
3363
|
|
|
3361
|
-
// bazel-out/
|
|
3364
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/config.mjs
|
|
3362
3365
|
var UNUSED_STANDALONE_IMPORTS_RULE_ENABLED = true;
|
|
3363
3366
|
|
|
3364
|
-
// bazel-out/
|
|
3367
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/source_file_validator.mjs
|
|
3365
3368
|
var SourceFileValidator = class {
|
|
3366
3369
|
constructor(reflector, importedSymbolsTracker, templateTypeChecker, typeCheckingConfig) {
|
|
3367
3370
|
this.rules = [new InitializerApiUsageRule(reflector, importedSymbolsTracker)];
|
|
@@ -3402,7 +3405,7 @@ var SourceFileValidator = class {
|
|
|
3402
3405
|
}
|
|
3403
3406
|
};
|
|
3404
3407
|
|
|
3405
|
-
// bazel-out/
|
|
3408
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/core_version.mjs
|
|
3406
3409
|
function coreHasSymbol(program, symbol) {
|
|
3407
3410
|
const checker = program.getTypeChecker();
|
|
3408
3411
|
for (const sf of program.getSourceFiles().filter(isMaybeCore)) {
|
|
@@ -3421,7 +3424,7 @@ function isMaybeCore(sf) {
|
|
|
3421
3424
|
return sf.isDeclarationFile && sf.fileName.includes("@angular/core") && sf.fileName.endsWith("index.d.ts");
|
|
3422
3425
|
}
|
|
3423
3426
|
|
|
3424
|
-
// bazel-out/
|
|
3427
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/feature_detection.mjs
|
|
3425
3428
|
import semver from "semver";
|
|
3426
3429
|
function coreVersionSupportsFeature(coreVersion, minVersion) {
|
|
3427
3430
|
if (coreVersion === `0.0.0-${"PLACEHOLDER"}`) {
|
|
@@ -3430,7 +3433,7 @@ function coreVersionSupportsFeature(coreVersion, minVersion) {
|
|
|
3430
3433
|
return semver.satisfies(coreVersion, minVersion);
|
|
3431
3434
|
}
|
|
3432
3435
|
|
|
3433
|
-
// bazel-out/
|
|
3436
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
3434
3437
|
var CompilationTicketKind;
|
|
3435
3438
|
(function(CompilationTicketKind2) {
|
|
3436
3439
|
CompilationTicketKind2[CompilationTicketKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -4259,7 +4262,7 @@ function versionMapFromProgram(program, driver) {
|
|
|
4259
4262
|
return versions;
|
|
4260
4263
|
}
|
|
4261
4264
|
|
|
4262
|
-
// bazel-out/
|
|
4265
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
|
|
4263
4266
|
import ts25 from "typescript";
|
|
4264
4267
|
var DelegatingCompilerHost = class {
|
|
4265
4268
|
get jsDocParsingMode() {
|
|
@@ -4398,7 +4401,7 @@ var NgCompilerHost = class extends DelegatingCompilerHost {
|
|
|
4398
4401
|
}
|
|
4399
4402
|
};
|
|
4400
4403
|
|
|
4401
|
-
// bazel-out/
|
|
4404
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
4402
4405
|
var NgtscProgram = class {
|
|
4403
4406
|
constructor(rootNames, options, delegateHost, oldProgram) {
|
|
4404
4407
|
this.options = options;
|
|
@@ -4624,15 +4627,15 @@ function mergeEmitResults(emitResults) {
|
|
|
4624
4627
|
return { diagnostics, emitSkipped, emittedFiles };
|
|
4625
4628
|
}
|
|
4626
4629
|
|
|
4627
|
-
// bazel-out/
|
|
4630
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
|
|
4628
4631
|
function createProgram({ rootNames, options, host, oldProgram }) {
|
|
4629
4632
|
return new NgtscProgram(rootNames, options, host, oldProgram);
|
|
4630
4633
|
}
|
|
4631
4634
|
|
|
4632
|
-
// bazel-out/
|
|
4635
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
4633
4636
|
import ts28 from "typescript";
|
|
4634
4637
|
|
|
4635
|
-
// bazel-out/
|
|
4638
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
|
|
4636
4639
|
import ts27 from "typescript";
|
|
4637
4640
|
function createMessageDiagnostic(messageText) {
|
|
4638
4641
|
return {
|
|
@@ -4646,7 +4649,7 @@ function createMessageDiagnostic(messageText) {
|
|
|
4646
4649
|
};
|
|
4647
4650
|
}
|
|
4648
4651
|
|
|
4649
|
-
// bazel-out/
|
|
4652
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
4650
4653
|
var defaultFormatHost = {
|
|
4651
4654
|
getCurrentDirectory: () => ts28.sys.getCurrentDirectory(),
|
|
4652
4655
|
getCanonicalFileName: (fileName) => fileName,
|
|
@@ -4733,7 +4736,7 @@ function readConfiguration(project, existingOptions, host = getFileSystem()) {
|
|
|
4733
4736
|
function createParseConfigHost(host, fs = getFileSystem()) {
|
|
4734
4737
|
return {
|
|
4735
4738
|
fileExists: host.exists.bind(host),
|
|
4736
|
-
readDirectory:
|
|
4739
|
+
readDirectory: createFileSystemTsReadDirectoryFn(fs),
|
|
4737
4740
|
readFile: host.readFile.bind(host),
|
|
4738
4741
|
useCaseSensitiveFileNames: fs.isCaseSensitive()
|
|
4739
4742
|
};
|
|
@@ -4877,4 +4880,4 @@ export {
|
|
|
4877
4880
|
* Use of this source code is governed by an MIT-style license that can be
|
|
4878
4881
|
* found in the LICENSE file at https://angular.io/license
|
|
4879
4882
|
*/
|
|
4880
|
-
//# sourceMappingURL=chunk-
|
|
4883
|
+
//# sourceMappingURL=chunk-MJ5UV6HO.js.map
|