@angular/compiler-cli 18.2.8 → 18.2.10
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-4SUEWMZ4.js → chunk-65SOG7CU.js} +141 -128
- package/bundles/chunk-65SOG7CU.js.map +6 -0
- package/bundles/{chunk-TQ4YLGQO.js → chunk-ALDGUG43.js} +12 -12
- package/bundles/{chunk-LCIRWBXN.js → chunk-BZULLXND.js} +5 -5
- package/bundles/{chunk-RT2QTF73.js → chunk-EH5E5HQO.js} +3 -3
- package/bundles/{chunk-3Z25BX6N.js → chunk-FMA7PJT3.js} +7 -7
- package/bundles/{chunk-PGXXZYOH.js → chunk-HQICP6JA.js} +43 -43
- package/bundles/{chunk-YE5ORA4V.js → chunk-JBFBFCL7.js} +7 -7
- package/bundles/{chunk-Z5GU2OTU.js → chunk-JNXZMRXO.js} +31 -31
- package/bundles/{chunk-TZKDTSOJ.js → chunk-MKFRGZJ6.js} +3 -3
- package/bundles/{chunk-THT4R5NT.js → chunk-NQLCMRUN.js} +87 -81
- package/bundles/chunk-NQLCMRUN.js.map +6 -0
- package/bundles/{chunk-XSNUHRLJ.js → chunk-UQPYSPIX.js} +5 -5
- 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 +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/bundles/chunk-4SUEWMZ4.js.map +0 -6
- package/bundles/chunk-THT4R5NT.js.map +0 -6
- /package/bundles/{chunk-TQ4YLGQO.js.map → chunk-ALDGUG43.js.map} +0 -0
- /package/bundles/{chunk-LCIRWBXN.js.map → chunk-BZULLXND.js.map} +0 -0
- /package/bundles/{chunk-RT2QTF73.js.map → chunk-EH5E5HQO.js.map} +0 -0
- /package/bundles/{chunk-3Z25BX6N.js.map → chunk-FMA7PJT3.js.map} +0 -0
- /package/bundles/{chunk-PGXXZYOH.js.map → chunk-HQICP6JA.js.map} +0 -0
- /package/bundles/{chunk-YE5ORA4V.js.map → chunk-JBFBFCL7.js.map} +0 -0
- /package/bundles/{chunk-Z5GU2OTU.js.map → chunk-JNXZMRXO.js.map} +0 -0
- /package/bundles/{chunk-TZKDTSOJ.js.map → chunk-MKFRGZJ6.js.map} +0 -0
- /package/bundles/{chunk-XSNUHRLJ.js.map → chunk-UQPYSPIX.js.map} +0 -0
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
import {
|
|
6
6
|
angularJitApplicationTransform
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-ALDGUG43.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-65SOG7CU.js";
|
|
55
55
|
import {
|
|
56
56
|
AbsoluteModuleStrategy,
|
|
57
57
|
AliasStrategy,
|
|
@@ -87,14 +87,14 @@ import {
|
|
|
87
87
|
relativePathBetween,
|
|
88
88
|
replaceTsWithNgInErrors,
|
|
89
89
|
toUnredirectedSourceFile
|
|
90
|
-
} from "./chunk-
|
|
90
|
+
} from "./chunk-HQICP6JA.js";
|
|
91
91
|
import {
|
|
92
92
|
ActivePerfRecorder,
|
|
93
93
|
DelegatingPerfRecorder,
|
|
94
94
|
PerfCheckpoint,
|
|
95
95
|
PerfEvent,
|
|
96
96
|
PerfPhase
|
|
97
|
-
} from "./chunk-
|
|
97
|
+
} from "./chunk-UQPYSPIX.js";
|
|
98
98
|
import {
|
|
99
99
|
LogicalFileSystem,
|
|
100
100
|
absoluteFrom,
|
|
@@ -103,9 +103,9 @@ import {
|
|
|
103
103
|
getFileSystem,
|
|
104
104
|
join,
|
|
105
105
|
resolve
|
|
106
|
-
} from "./chunk-
|
|
106
|
+
} from "./chunk-JBFBFCL7.js";
|
|
107
107
|
|
|
108
|
-
// bazel-out/
|
|
108
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
|
|
109
109
|
var DEFAULT_ERROR_CODE = 100;
|
|
110
110
|
var UNKNOWN_ERROR_CODE = 500;
|
|
111
111
|
var SOURCE = "angular";
|
|
@@ -123,7 +123,7 @@ var EmitFlags;
|
|
|
123
123
|
EmitFlags2[EmitFlags2["All"] = 31] = "All";
|
|
124
124
|
})(EmitFlags || (EmitFlags = {}));
|
|
125
125
|
|
|
126
|
-
// bazel-out/
|
|
126
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
|
|
127
127
|
import ts from "typescript";
|
|
128
128
|
var wrapHostForTest = null;
|
|
129
129
|
function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, true) }) {
|
|
@@ -133,7 +133,7 @@ function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, t
|
|
|
133
133
|
return tsHost;
|
|
134
134
|
}
|
|
135
135
|
|
|
136
|
-
// bazel-out/
|
|
136
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/entities.mjs
|
|
137
137
|
var EntryType;
|
|
138
138
|
(function(EntryType2) {
|
|
139
139
|
EntryType2["Block"] = "block";
|
|
@@ -180,23 +180,23 @@ function isDocEntryWithSourceInfo(entry) {
|
|
|
180
180
|
return "source" in entry;
|
|
181
181
|
}
|
|
182
182
|
|
|
183
|
-
// bazel-out/
|
|
183
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
|
|
184
184
|
import ts11 from "typescript";
|
|
185
185
|
|
|
186
|
-
// bazel-out/
|
|
186
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
|
|
187
187
|
import ts5 from "typescript";
|
|
188
188
|
|
|
189
|
-
// bazel-out/
|
|
189
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/filters.mjs
|
|
190
190
|
function isAngularPrivateName(name) {
|
|
191
191
|
var _a;
|
|
192
192
|
const firstChar = (_a = name[0]) != null ? _a : "";
|
|
193
193
|
return firstChar === "\u0275" || firstChar === "_";
|
|
194
194
|
}
|
|
195
195
|
|
|
196
|
-
// bazel-out/
|
|
196
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
|
|
197
197
|
import ts3 from "typescript";
|
|
198
198
|
|
|
199
|
-
// bazel-out/
|
|
199
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/generics_extractor.mjs
|
|
200
200
|
function extractGenerics(declaration) {
|
|
201
201
|
var _a, _b;
|
|
202
202
|
return (_b = (_a = declaration.typeParameters) == null ? void 0 : _a.map((typeParam) => {
|
|
@@ -209,7 +209,7 @@ function extractGenerics(declaration) {
|
|
|
209
209
|
})) != null ? _b : [];
|
|
210
210
|
}
|
|
211
211
|
|
|
212
|
-
// bazel-out/
|
|
212
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/jsdoc_extractor.mjs
|
|
213
213
|
import ts2 from "typescript";
|
|
214
214
|
var decoratorExpression = /@(?=(Injectable|Component|Directive|Pipe|NgModule|Input|Output|HostBinding|HostListener|Inject|Optional|Self|Host|SkipSelf|ViewChild|ViewChildren|ContentChild|ContentChildren))/g;
|
|
215
215
|
function extractJsDocTags(node) {
|
|
@@ -253,12 +253,12 @@ function unescapeAngularDecorators(comment) {
|
|
|
253
253
|
return comment.replace(/_NG_AT_/g, "@");
|
|
254
254
|
}
|
|
255
255
|
|
|
256
|
-
// bazel-out/
|
|
256
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_extractor.mjs
|
|
257
257
|
function extractResolvedTypeString(node, checker) {
|
|
258
258
|
return checker.typeToString(checker.getTypeAtLocation(node));
|
|
259
259
|
}
|
|
260
260
|
|
|
261
|
-
// bazel-out/
|
|
261
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
|
|
262
262
|
var FunctionExtractor = class {
|
|
263
263
|
constructor(name, exportDeclaration, typeChecker) {
|
|
264
264
|
this.name = name;
|
|
@@ -346,7 +346,7 @@ function findImplementationOfFunction(node, typeChecker) {
|
|
|
346
346
|
return implementation;
|
|
347
347
|
}
|
|
348
348
|
|
|
349
|
-
// bazel-out/
|
|
349
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/internal.mjs
|
|
350
350
|
import ts4 from "typescript";
|
|
351
351
|
function isInternal(member) {
|
|
352
352
|
return extractJsDocTags(member).some((tag) => tag.name === "internal") || hasLeadingInternalComment(member);
|
|
@@ -365,7 +365,7 @@ function hasLeadingInternalComment(member) {
|
|
|
365
365
|
)) != null ? _a : false;
|
|
366
366
|
}
|
|
367
367
|
|
|
368
|
-
// bazel-out/
|
|
368
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
|
|
369
369
|
var ClassExtractor = class {
|
|
370
370
|
constructor(declaration, typeChecker) {
|
|
371
371
|
this.declaration = declaration;
|
|
@@ -503,9 +503,15 @@ var ClassExtractor = class {
|
|
|
503
503
|
return result;
|
|
504
504
|
}
|
|
505
505
|
filterMethodOverloads(declarations) {
|
|
506
|
-
return declarations.filter((declaration) => {
|
|
506
|
+
return declarations.filter((declaration, index) => {
|
|
507
|
+
var _a;
|
|
507
508
|
if (ts5.isFunctionDeclaration(declaration) || ts5.isMethodDeclaration(declaration)) {
|
|
508
|
-
|
|
509
|
+
if (ts5.getCombinedModifierFlags(declaration) & ts5.ModifierFlags.Abstract) {
|
|
510
|
+
const previousDeclaration = declarations[index - 1];
|
|
511
|
+
const samePreviousAbstractMethod = previousDeclaration && ts5.isMethodDeclaration(previousDeclaration) && ts5.getCombinedModifierFlags(previousDeclaration) & ts5.ModifierFlags.Abstract && previousDeclaration.name.getText() === ((_a = declaration.name) == null ? void 0 : _a.getText());
|
|
512
|
+
return !samePreviousAbstractMethod;
|
|
513
|
+
}
|
|
514
|
+
return !!declaration.body;
|
|
509
515
|
}
|
|
510
516
|
return true;
|
|
511
517
|
});
|
|
@@ -656,7 +662,7 @@ function extractInterface(declaration, typeChecker) {
|
|
|
656
662
|
return extractor.extract();
|
|
657
663
|
}
|
|
658
664
|
|
|
659
|
-
// bazel-out/
|
|
665
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/constant_extractor.mjs
|
|
660
666
|
import ts6 from "typescript";
|
|
661
667
|
var LITERAL_AS_ENUM_TAG = "object-literal-as-enum";
|
|
662
668
|
function extractConstant(declaration, typeChecker) {
|
|
@@ -714,7 +720,7 @@ function extractLiteralPropertiesAsEnumMembers(declaration) {
|
|
|
714
720
|
});
|
|
715
721
|
}
|
|
716
722
|
|
|
717
|
-
// bazel-out/
|
|
723
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/decorator_extractor.mjs
|
|
718
724
|
import ts7 from "typescript";
|
|
719
725
|
function extractorDecorator(declaration, typeChecker) {
|
|
720
726
|
const documentedNode = getDecoratorJsDocNode(declaration);
|
|
@@ -787,7 +793,7 @@ function getDecoratorJsDocNode(declaration) {
|
|
|
787
793
|
return callSignature;
|
|
788
794
|
}
|
|
789
795
|
|
|
790
|
-
// bazel-out/
|
|
796
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/enum_extractor.mjs
|
|
791
797
|
import ts8 from "typescript";
|
|
792
798
|
function extractEnum(declaration, typeChecker) {
|
|
793
799
|
return {
|
|
@@ -818,7 +824,7 @@ function getEnumMemberValue(memberNode) {
|
|
|
818
824
|
return (_a = literal == null ? void 0 : literal.getText()) != null ? _a : "";
|
|
819
825
|
}
|
|
820
826
|
|
|
821
|
-
// bazel-out/
|
|
827
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/initializer_api_function_extractor.mjs
|
|
822
828
|
import ts9 from "typescript";
|
|
823
829
|
var initializerApiTag = "initializerApiFunction";
|
|
824
830
|
function isInitializerApiFunction(node, typeChecker) {
|
|
@@ -927,7 +933,7 @@ function extractFunctionWithOverloads(name, type, typeChecker) {
|
|
|
927
933
|
};
|
|
928
934
|
}
|
|
929
935
|
|
|
930
|
-
// bazel-out/
|
|
936
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_alias_extractor.mjs
|
|
931
937
|
function extractTypeAlias(declaration) {
|
|
932
938
|
return {
|
|
933
939
|
name: declaration.name.getText(),
|
|
@@ -939,7 +945,7 @@ function extractTypeAlias(declaration) {
|
|
|
939
945
|
};
|
|
940
946
|
}
|
|
941
947
|
|
|
942
|
-
// bazel-out/
|
|
948
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/import_extractor.mjs
|
|
943
949
|
import ts10 from "typescript";
|
|
944
950
|
function getImportedSymbols(sourceFile) {
|
|
945
951
|
const importSpecifiers = /* @__PURE__ */ new Map();
|
|
@@ -964,7 +970,7 @@ function getImportedSymbols(sourceFile) {
|
|
|
964
970
|
return importSpecifiers;
|
|
965
971
|
}
|
|
966
972
|
|
|
967
|
-
// bazel-out/
|
|
973
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
|
|
968
974
|
var DocsExtractor = class {
|
|
969
975
|
constructor(typeChecker, metadataReader) {
|
|
970
976
|
this.typeChecker = typeChecker;
|
|
@@ -1050,11 +1056,11 @@ function getRelativeFilePath(sourceFile, rootDir) {
|
|
|
1050
1056
|
return relativePath;
|
|
1051
1057
|
}
|
|
1052
1058
|
|
|
1053
|
-
// bazel-out/
|
|
1059
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
1054
1060
|
import { HtmlParser, MessageBundle } from "@angular/compiler";
|
|
1055
1061
|
import ts25 from "typescript";
|
|
1056
1062
|
|
|
1057
|
-
// bazel-out/
|
|
1063
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
|
|
1058
1064
|
import { Xliff, Xliff2, Xmb } from "@angular/compiler";
|
|
1059
1065
|
import * as path from "path";
|
|
1060
1066
|
function i18nGetExtension(formatName) {
|
|
@@ -1107,10 +1113,10 @@ function getPathNormalizer(basePath) {
|
|
|
1107
1113
|
};
|
|
1108
1114
|
}
|
|
1109
1115
|
|
|
1110
|
-
// bazel-out/
|
|
1116
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
1111
1117
|
import ts12 from "typescript";
|
|
1112
1118
|
|
|
1113
|
-
// bazel-out/
|
|
1119
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
|
|
1114
1120
|
function toNumbers(value) {
|
|
1115
1121
|
const suffixIndex = value.lastIndexOf("-");
|
|
1116
1122
|
return value.slice(0, suffixIndex === -1 ? value.length : suffixIndex).split(".").map((segment) => {
|
|
@@ -1145,7 +1151,7 @@ function compareVersions(v1, v2) {
|
|
|
1145
1151
|
return compareNumbers(toNumbers(v1), toNumbers(v2));
|
|
1146
1152
|
}
|
|
1147
1153
|
|
|
1148
|
-
// bazel-out/
|
|
1154
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
1149
1155
|
var MIN_TS_VERSION = "5.4.0";
|
|
1150
1156
|
var MAX_TS_VERSION = "5.6.0";
|
|
1151
1157
|
var tsVersion = ts12.version;
|
|
@@ -1158,11 +1164,11 @@ function verifySupportedTypeScriptVersion() {
|
|
|
1158
1164
|
checkVersion(tsVersion, MIN_TS_VERSION, MAX_TS_VERSION);
|
|
1159
1165
|
}
|
|
1160
1166
|
|
|
1161
|
-
// bazel-out/
|
|
1167
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
1162
1168
|
import { R3Identifiers } from "@angular/compiler";
|
|
1163
1169
|
import ts23 from "typescript";
|
|
1164
1170
|
|
|
1165
|
-
// bazel-out/
|
|
1171
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
|
|
1166
1172
|
var CycleAnalyzer = class {
|
|
1167
1173
|
constructor(importGraph) {
|
|
1168
1174
|
this.importGraph = importGraph;
|
|
@@ -1233,7 +1239,7 @@ var Cycle = class {
|
|
|
1233
1239
|
}
|
|
1234
1240
|
};
|
|
1235
1241
|
|
|
1236
|
-
// bazel-out/
|
|
1242
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
|
|
1237
1243
|
import ts13 from "typescript";
|
|
1238
1244
|
var ImportGraph = class {
|
|
1239
1245
|
constructor(checker, perf) {
|
|
@@ -1325,7 +1331,7 @@ var Found = class {
|
|
|
1325
1331
|
}
|
|
1326
1332
|
};
|
|
1327
1333
|
|
|
1328
|
-
// bazel-out/
|
|
1334
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
|
|
1329
1335
|
import ts14 from "typescript";
|
|
1330
1336
|
var FlatIndexGenerator = class {
|
|
1331
1337
|
constructor(entryPoint, relativeFlatIndexPath, moduleName) {
|
|
@@ -1350,7 +1356,7 @@ export * from '${relativeEntryPoint}';
|
|
|
1350
1356
|
}
|
|
1351
1357
|
};
|
|
1352
1358
|
|
|
1353
|
-
// bazel-out/
|
|
1359
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
|
|
1354
1360
|
function findFlatIndexEntryPoint(rootFiles) {
|
|
1355
1361
|
const tsFiles = rootFiles.filter((file) => isNonDeclarationTsPath(file));
|
|
1356
1362
|
let resolvedEntryPoint = null;
|
|
@@ -1366,7 +1372,7 @@ function findFlatIndexEntryPoint(rootFiles) {
|
|
|
1366
1372
|
return resolvedEntryPoint;
|
|
1367
1373
|
}
|
|
1368
1374
|
|
|
1369
|
-
// bazel-out/
|
|
1375
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
|
|
1370
1376
|
import ts15 from "typescript";
|
|
1371
1377
|
function checkForPrivateExports(entryPoint, checker, refGraph) {
|
|
1372
1378
|
const diagnostics = [];
|
|
@@ -1446,7 +1452,7 @@ function getDescriptorOfDeclaration(decl) {
|
|
|
1446
1452
|
}
|
|
1447
1453
|
}
|
|
1448
1454
|
|
|
1449
|
-
// bazel-out/
|
|
1455
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
|
|
1450
1456
|
var ReferenceGraph = class {
|
|
1451
1457
|
constructor() {
|
|
1452
1458
|
this.references = /* @__PURE__ */ new Map();
|
|
@@ -1500,7 +1506,7 @@ var ReferenceGraph = class {
|
|
|
1500
1506
|
}
|
|
1501
1507
|
};
|
|
1502
1508
|
|
|
1503
|
-
// bazel-out/
|
|
1509
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
|
|
1504
1510
|
var FileDependencyGraph = class {
|
|
1505
1511
|
constructor() {
|
|
1506
1512
|
this.nodes = /* @__PURE__ */ new Map();
|
|
@@ -1567,7 +1573,7 @@ function isLogicallyChanged(sf, node, changedTsPaths, deletedTsPaths, changedRes
|
|
|
1567
1573
|
return false;
|
|
1568
1574
|
}
|
|
1569
1575
|
|
|
1570
|
-
// bazel-out/
|
|
1576
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
|
|
1571
1577
|
var IncrementalStateKind;
|
|
1572
1578
|
(function(IncrementalStateKind2) {
|
|
1573
1579
|
IncrementalStateKind2[IncrementalStateKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -1575,7 +1581,7 @@ var IncrementalStateKind;
|
|
|
1575
1581
|
IncrementalStateKind2[IncrementalStateKind2["Analyzed"] = 2] = "Analyzed";
|
|
1576
1582
|
})(IncrementalStateKind || (IncrementalStateKind = {}));
|
|
1577
1583
|
|
|
1578
|
-
// bazel-out/
|
|
1584
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
|
|
1579
1585
|
var PhaseKind;
|
|
1580
1586
|
(function(PhaseKind2) {
|
|
1581
1587
|
PhaseKind2[PhaseKind2["Analysis"] = 0] = "Analysis";
|
|
@@ -1776,7 +1782,7 @@ function toOriginalSourceFile(sf) {
|
|
|
1776
1782
|
}
|
|
1777
1783
|
}
|
|
1778
1784
|
|
|
1779
|
-
// bazel-out/
|
|
1785
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
|
|
1780
1786
|
var TrackedIncrementalBuildStrategy = class {
|
|
1781
1787
|
constructor() {
|
|
1782
1788
|
this.state = null;
|
|
@@ -1812,7 +1818,7 @@ var PatchedProgramIncrementalBuildStrategy = class {
|
|
|
1812
1818
|
};
|
|
1813
1819
|
var SYM_INCREMENTAL_STATE = Symbol("NgIncrementalState");
|
|
1814
1820
|
|
|
1815
|
-
// bazel-out/
|
|
1821
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
|
|
1816
1822
|
var IdentifierKind;
|
|
1817
1823
|
(function(IdentifierKind2) {
|
|
1818
1824
|
IdentifierKind2[IdentifierKind2["Property"] = 0] = "Property";
|
|
@@ -1831,7 +1837,7 @@ var AbsoluteSourceSpan = class {
|
|
|
1831
1837
|
}
|
|
1832
1838
|
};
|
|
1833
1839
|
|
|
1834
|
-
// bazel-out/
|
|
1840
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
|
|
1835
1841
|
var IndexingContext = class {
|
|
1836
1842
|
constructor() {
|
|
1837
1843
|
this.components = /* @__PURE__ */ new Set();
|
|
@@ -1841,10 +1847,10 @@ var IndexingContext = class {
|
|
|
1841
1847
|
}
|
|
1842
1848
|
};
|
|
1843
1849
|
|
|
1844
|
-
// bazel-out/
|
|
1850
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
|
|
1845
1851
|
import { ParseSourceFile } from "@angular/compiler";
|
|
1846
1852
|
|
|
1847
|
-
// bazel-out/
|
|
1853
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
|
|
1848
1854
|
import { ASTWithSource, ImplicitReceiver, PropertyRead, PropertyWrite, RecursiveAstVisitor, TmplAstBoundDeferredTrigger, TmplAstElement, TmplAstRecursiveVisitor, TmplAstReference, TmplAstTemplate, TmplAstVariable } from "@angular/compiler";
|
|
1849
1855
|
var ExpressionVisitor = class extends RecursiveAstVisitor {
|
|
1850
1856
|
constructor(expressionStr, absoluteOffset, boundTemplate, targetToIdentifier) {
|
|
@@ -2139,7 +2145,7 @@ function getTemplateIdentifiers(boundTemplate) {
|
|
|
2139
2145
|
return { identifiers: visitor.identifiers, errors: visitor.errors };
|
|
2140
2146
|
}
|
|
2141
2147
|
|
|
2142
|
-
// bazel-out/
|
|
2148
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
|
|
2143
2149
|
function generateAnalysis(context) {
|
|
2144
2150
|
const analysis = /* @__PURE__ */ new Map();
|
|
2145
2151
|
context.components.forEach(({ declaration, selector, boundTemplate, templateMeta }) => {
|
|
@@ -2175,7 +2181,7 @@ function generateAnalysis(context) {
|
|
|
2175
2181
|
return analysis;
|
|
2176
2182
|
}
|
|
2177
2183
|
|
|
2178
|
-
// bazel-out/
|
|
2184
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.mjs
|
|
2179
2185
|
var NgModuleIndexImpl = class {
|
|
2180
2186
|
constructor(metaReader, localReader) {
|
|
2181
2187
|
this.metaReader = metaReader;
|
|
@@ -2264,7 +2270,7 @@ var NgModuleIndexImpl = class {
|
|
|
2264
2270
|
}
|
|
2265
2271
|
};
|
|
2266
2272
|
|
|
2267
|
-
// bazel-out/
|
|
2273
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
|
|
2268
2274
|
import ts16 from "typescript";
|
|
2269
2275
|
var CSS_PREPROCESSOR_EXT = /(\.scss|\.sass|\.less|\.styl)$/;
|
|
2270
2276
|
var RESOURCE_MARKER = ".$ngresource$";
|
|
@@ -2414,7 +2420,7 @@ function createLookupResolutionHost(adapter) {
|
|
|
2414
2420
|
};
|
|
2415
2421
|
}
|
|
2416
2422
|
|
|
2417
|
-
// bazel-out/
|
|
2423
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
|
|
2418
2424
|
var StandaloneComponentScopeReader = class {
|
|
2419
2425
|
constructor(metaReader, localModuleReader, dtsModuleReader) {
|
|
2420
2426
|
this.metaReader = metaReader;
|
|
@@ -2510,10 +2516,10 @@ var StandaloneComponentScopeReader = class {
|
|
|
2510
2516
|
}
|
|
2511
2517
|
};
|
|
2512
2518
|
|
|
2513
|
-
// bazel-out/
|
|
2519
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
|
|
2514
2520
|
import { ASTWithSource as ASTWithSource3, BindingType, Interpolation, PropertyRead as PropertyRead2, TmplAstBoundAttribute } from "@angular/compiler";
|
|
2515
2521
|
|
|
2516
|
-
// bazel-out/
|
|
2522
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/symbol_util.mjs
|
|
2517
2523
|
import ts17 from "typescript";
|
|
2518
2524
|
var SIGNAL_FNS = /* @__PURE__ */ new Set([
|
|
2519
2525
|
"WritableSignal",
|
|
@@ -2533,7 +2539,7 @@ function isSignalSymbol(symbol) {
|
|
|
2533
2539
|
});
|
|
2534
2540
|
}
|
|
2535
2541
|
|
|
2536
|
-
// bazel-out/
|
|
2542
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
|
|
2537
2543
|
import { ASTWithSource as ASTWithSource2, RecursiveAstVisitor as RecursiveAstVisitor2, TmplAstBoundDeferredTrigger as TmplAstBoundDeferredTrigger2 } from "@angular/compiler";
|
|
2538
2544
|
var TemplateCheckWithVisitor = class {
|
|
2539
2545
|
constructor() {
|
|
@@ -2669,7 +2675,7 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor2 {
|
|
|
2669
2675
|
}
|
|
2670
2676
|
};
|
|
2671
2677
|
|
|
2672
|
-
// bazel-out/
|
|
2678
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
|
|
2673
2679
|
var SIGNAL_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["set", "update", "asReadonly"]);
|
|
2674
2680
|
var FUNCTION_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["name", "length", "prototype"]);
|
|
2675
2681
|
var InterpolatedSignalCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -2721,7 +2727,7 @@ var factory = {
|
|
|
2721
2727
|
create: () => new InterpolatedSignalCheck()
|
|
2722
2728
|
};
|
|
2723
2729
|
|
|
2724
|
-
// bazel-out/
|
|
2730
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
|
|
2725
2731
|
import { TmplAstBoundEvent } from "@angular/compiler";
|
|
2726
2732
|
var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
|
|
2727
2733
|
constructor() {
|
|
@@ -2747,7 +2753,7 @@ var factory2 = {
|
|
|
2747
2753
|
create: () => new InvalidBananaInBoxCheck()
|
|
2748
2754
|
};
|
|
2749
2755
|
|
|
2750
|
-
// bazel-out/
|
|
2756
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
|
|
2751
2757
|
import { TmplAstTemplate as TmplAstTemplate2 } from "@angular/compiler";
|
|
2752
2758
|
var KNOWN_CONTROL_FLOW_DIRECTIVES = /* @__PURE__ */ new Map([
|
|
2753
2759
|
["ngIf", { directive: "NgIf", builtIn: "@if" }],
|
|
@@ -2792,7 +2798,7 @@ var factory3 = {
|
|
|
2792
2798
|
}
|
|
2793
2799
|
};
|
|
2794
2800
|
|
|
2795
|
-
// bazel-out/
|
|
2801
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
|
|
2796
2802
|
import { TmplAstTemplate as TmplAstTemplate3 } from "@angular/compiler";
|
|
2797
2803
|
var MissingNgForOfLetCheck = class extends TemplateCheckWithVisitor {
|
|
2798
2804
|
constructor() {
|
|
@@ -2825,7 +2831,7 @@ var factory4 = {
|
|
|
2825
2831
|
create: () => new MissingNgForOfLetCheck()
|
|
2826
2832
|
};
|
|
2827
2833
|
|
|
2828
|
-
// bazel-out/
|
|
2834
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
|
|
2829
2835
|
import { Binary } from "@angular/compiler";
|
|
2830
2836
|
import ts18 from "typescript";
|
|
2831
2837
|
var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -2871,7 +2877,7 @@ var factory5 = {
|
|
|
2871
2877
|
}
|
|
2872
2878
|
};
|
|
2873
2879
|
|
|
2874
|
-
// bazel-out/
|
|
2880
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
|
|
2875
2881
|
import { SafeCall, SafeKeyedRead, SafePropertyRead } from "@angular/compiler";
|
|
2876
2882
|
import ts19 from "typescript";
|
|
2877
2883
|
var OptionalChainNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -2918,7 +2924,7 @@ var factory6 = {
|
|
|
2918
2924
|
}
|
|
2919
2925
|
};
|
|
2920
2926
|
|
|
2921
|
-
// bazel-out/
|
|
2927
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
|
|
2922
2928
|
import { TmplAstBoundAttribute as TmplAstBoundAttribute2 } from "@angular/compiler";
|
|
2923
2929
|
var STYLE_SUFFIXES = ["px", "%", "em"];
|
|
2924
2930
|
var SuffixNotSupportedCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -2942,7 +2948,7 @@ var factory7 = {
|
|
|
2942
2948
|
create: () => new SuffixNotSupportedCheck()
|
|
2943
2949
|
};
|
|
2944
2950
|
|
|
2945
|
-
// bazel-out/
|
|
2951
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
|
|
2946
2952
|
import { TmplAstTextAttribute } from "@angular/compiler";
|
|
2947
2953
|
var TextAttributeNotBindingSpec = class extends TemplateCheckWithVisitor {
|
|
2948
2954
|
constructor() {
|
|
@@ -2981,7 +2987,7 @@ var factory8 = {
|
|
|
2981
2987
|
create: () => new TextAttributeNotBindingSpec()
|
|
2982
2988
|
};
|
|
2983
2989
|
|
|
2984
|
-
// bazel-out/
|
|
2990
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/uninvoked_function_in_event_binding/index.mjs
|
|
2985
2991
|
import { ASTWithSource as ASTWithSource4, Call, Chain, Conditional, ParsedEventType, PropertyRead as PropertyRead3, SafeCall as SafeCall2, SafePropertyRead as SafePropertyRead2, TmplAstBoundEvent as TmplAstBoundEvent2 } from "@angular/compiler";
|
|
2986
2992
|
var UninvokedFunctionInEventBindingSpec = class extends TemplateCheckWithVisitor {
|
|
2987
2993
|
constructor() {
|
|
@@ -3033,7 +3039,7 @@ var factory9 = {
|
|
|
3033
3039
|
create: () => new UninvokedFunctionInEventBindingSpec()
|
|
3034
3040
|
};
|
|
3035
3041
|
|
|
3036
|
-
// bazel-out/
|
|
3042
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/unused_let_declaration/index.mjs
|
|
3037
3043
|
import { AST, ASTWithSource as ASTWithSource5, TmplAstLetDeclaration } from "@angular/compiler";
|
|
3038
3044
|
var UnusedLetDeclarationCheck = class extends TemplateCheckWithVisitor {
|
|
3039
3045
|
constructor() {
|
|
@@ -3078,10 +3084,10 @@ var factory10 = {
|
|
|
3078
3084
|
create: () => new UnusedLetDeclarationCheck()
|
|
3079
3085
|
};
|
|
3080
3086
|
|
|
3081
|
-
// bazel-out/
|
|
3087
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
3082
3088
|
import ts20 from "typescript";
|
|
3083
3089
|
|
|
3084
|
-
// bazel-out/
|
|
3090
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
|
|
3085
3091
|
var DiagnosticCategoryLabel;
|
|
3086
3092
|
(function(DiagnosticCategoryLabel2) {
|
|
3087
3093
|
DiagnosticCategoryLabel2["Warning"] = "warning";
|
|
@@ -3089,7 +3095,7 @@ var DiagnosticCategoryLabel;
|
|
|
3089
3095
|
DiagnosticCategoryLabel2["Suppress"] = "suppress";
|
|
3090
3096
|
})(DiagnosticCategoryLabel || (DiagnosticCategoryLabel = {}));
|
|
3091
3097
|
|
|
3092
|
-
// bazel-out/
|
|
3098
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
3093
3099
|
var ExtendedTemplateCheckerImpl = class {
|
|
3094
3100
|
constructor(templateTypeChecker, typeChecker, templateCheckFactories, options) {
|
|
3095
3101
|
var _a, _b, _c, _d, _e;
|
|
@@ -3142,7 +3148,7 @@ function assertNever(value) {
|
|
|
3142
3148
|
${value}`);
|
|
3143
3149
|
}
|
|
3144
3150
|
|
|
3145
|
-
// bazel-out/
|
|
3151
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
|
|
3146
3152
|
var ALL_DIAGNOSTIC_FACTORIES = [
|
|
3147
3153
|
factory2,
|
|
3148
3154
|
factory5,
|
|
@@ -3160,7 +3166,7 @@ var SUPPORTED_DIAGNOSTIC_NAMES = /* @__PURE__ */ new Set([
|
|
|
3160
3166
|
...ALL_DIAGNOSTIC_FACTORIES.map((factory11) => factory11.name)
|
|
3161
3167
|
]);
|
|
3162
3168
|
|
|
3163
|
-
// bazel-out/
|
|
3169
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/template_semantics/src/template_semantics_checker.mjs
|
|
3164
3170
|
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";
|
|
3165
3171
|
import ts21 from "typescript";
|
|
3166
3172
|
var TemplateSemanticsCheckerImpl = class {
|
|
@@ -3251,7 +3257,7 @@ function unwrapAstWithSource(ast) {
|
|
|
3251
3257
|
return ast instanceof ASTWithSource6 ? ast.ast : ast;
|
|
3252
3258
|
}
|
|
3253
3259
|
|
|
3254
|
-
// bazel-out/
|
|
3260
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/rules/initializer_api_usage_rule.mjs
|
|
3255
3261
|
import ts22 from "typescript";
|
|
3256
3262
|
var APIS_TO_CHECK = [
|
|
3257
3263
|
INPUT_INITIALIZER_FN,
|
|
@@ -3302,7 +3308,7 @@ var InitializerApiUsageRule = class {
|
|
|
3302
3308
|
}
|
|
3303
3309
|
};
|
|
3304
3310
|
|
|
3305
|
-
// bazel-out/
|
|
3311
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/source_file_validator.mjs
|
|
3306
3312
|
var SourceFileValidator = class {
|
|
3307
3313
|
constructor(reflector, importedSymbolsTracker) {
|
|
3308
3314
|
this.rules = [new InitializerApiUsageRule(reflector, importedSymbolsTracker)];
|
|
@@ -3340,7 +3346,7 @@ var SourceFileValidator = class {
|
|
|
3340
3346
|
}
|
|
3341
3347
|
};
|
|
3342
3348
|
|
|
3343
|
-
// bazel-out/
|
|
3349
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/core_version.mjs
|
|
3344
3350
|
function coreHasSymbol(program, symbol) {
|
|
3345
3351
|
const checker = program.getTypeChecker();
|
|
3346
3352
|
for (const sf of program.getSourceFiles().filter(isMaybeCore)) {
|
|
@@ -3359,7 +3365,7 @@ function isMaybeCore(sf) {
|
|
|
3359
3365
|
return sf.isDeclarationFile && sf.fileName.includes("@angular/core") && sf.fileName.endsWith("index.d.ts");
|
|
3360
3366
|
}
|
|
3361
3367
|
|
|
3362
|
-
// bazel-out/
|
|
3368
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/feature_detection.mjs
|
|
3363
3369
|
import semver from "semver";
|
|
3364
3370
|
function coreVersionSupportsFeature(coreVersion, minVersion) {
|
|
3365
3371
|
if (coreVersion === `0.0.0-${"PLACEHOLDER"}`) {
|
|
@@ -3368,7 +3374,7 @@ function coreVersionSupportsFeature(coreVersion, minVersion) {
|
|
|
3368
3374
|
return semver.satisfies(coreVersion, minVersion);
|
|
3369
3375
|
}
|
|
3370
3376
|
|
|
3371
|
-
// bazel-out/
|
|
3377
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
3372
3378
|
var CompilationTicketKind;
|
|
3373
3379
|
(function(CompilationTicketKind2) {
|
|
3374
3380
|
CompilationTicketKind2[CompilationTicketKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -4191,7 +4197,7 @@ function versionMapFromProgram(program, driver) {
|
|
|
4191
4197
|
return versions;
|
|
4192
4198
|
}
|
|
4193
4199
|
|
|
4194
|
-
// bazel-out/
|
|
4200
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
|
|
4195
4201
|
import ts24 from "typescript";
|
|
4196
4202
|
var DelegatingCompilerHost = class {
|
|
4197
4203
|
get jsDocParsingMode() {
|
|
@@ -4330,7 +4336,7 @@ var NgCompilerHost = class extends DelegatingCompilerHost {
|
|
|
4330
4336
|
}
|
|
4331
4337
|
};
|
|
4332
4338
|
|
|
4333
|
-
// bazel-out/
|
|
4339
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
4334
4340
|
var NgtscProgram = class {
|
|
4335
4341
|
constructor(rootNames, options, delegateHost, oldProgram) {
|
|
4336
4342
|
this.options = options;
|
|
@@ -4556,15 +4562,15 @@ function mergeEmitResults(emitResults) {
|
|
|
4556
4562
|
return { diagnostics, emitSkipped, emittedFiles };
|
|
4557
4563
|
}
|
|
4558
4564
|
|
|
4559
|
-
// bazel-out/
|
|
4565
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
|
|
4560
4566
|
function createProgram({ rootNames, options, host, oldProgram }) {
|
|
4561
4567
|
return new NgtscProgram(rootNames, options, host, oldProgram);
|
|
4562
4568
|
}
|
|
4563
4569
|
|
|
4564
|
-
// bazel-out/
|
|
4570
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
4565
4571
|
import ts27 from "typescript";
|
|
4566
4572
|
|
|
4567
|
-
// bazel-out/
|
|
4573
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
|
|
4568
4574
|
import ts26 from "typescript";
|
|
4569
4575
|
function createMessageDiagnostic(messageText) {
|
|
4570
4576
|
return {
|
|
@@ -4578,7 +4584,7 @@ function createMessageDiagnostic(messageText) {
|
|
|
4578
4584
|
};
|
|
4579
4585
|
}
|
|
4580
4586
|
|
|
4581
|
-
// bazel-out/
|
|
4587
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
4582
4588
|
var defaultFormatHost = {
|
|
4583
4589
|
getCurrentDirectory: () => ts27.sys.getCurrentDirectory(),
|
|
4584
4590
|
getCanonicalFileName: (fileName) => fileName,
|
|
@@ -4809,4 +4815,4 @@ export {
|
|
|
4809
4815
|
* Use of this source code is governed by an MIT-style license that can be
|
|
4810
4816
|
* found in the LICENSE file at https://angular.dev/license
|
|
4811
4817
|
*/
|
|
4812
|
-
//# sourceMappingURL=chunk-
|
|
4818
|
+
//# sourceMappingURL=chunk-NQLCMRUN.js.map
|