@angular/compiler-cli 18.2.12 → 18.2.14
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-APDLWLLW.js → chunk-65SOG7CU.js} +121 -121
- package/bundles/{chunk-Y3H6JOVH.js → chunk-AFLM6Y4J.js} +79 -79
- package/bundles/{chunk-26NKUA5V.js → chunk-ALDGUG43.js} +12 -12
- 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-AQX32KGU.js → chunk-MKFRGZJ6.js} +3 -3
- package/bundles/{chunk-O6SOT3Y4.js → chunk-O7GWKY33.js} +5 -5
- 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-APDLWLLW.js.map → chunk-65SOG7CU.js.map} +0 -0
- /package/bundles/{chunk-Y3H6JOVH.js.map → chunk-AFLM6Y4J.js.map} +0 -0
- /package/bundles/{chunk-26NKUA5V.js.map → chunk-ALDGUG43.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-AQX32KGU.js.map → chunk-MKFRGZJ6.js.map} +0 -0
- /package/bundles/{chunk-O6SOT3Y4.js.map → chunk-O7GWKY33.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;
|
|
@@ -662,7 +662,7 @@ function extractInterface(declaration, typeChecker) {
|
|
|
662
662
|
return extractor.extract();
|
|
663
663
|
}
|
|
664
664
|
|
|
665
|
-
// bazel-out/
|
|
665
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/constant_extractor.mjs
|
|
666
666
|
import ts6 from "typescript";
|
|
667
667
|
var LITERAL_AS_ENUM_TAG = "object-literal-as-enum";
|
|
668
668
|
function extractConstant(declaration, typeChecker) {
|
|
@@ -720,7 +720,7 @@ function extractLiteralPropertiesAsEnumMembers(declaration) {
|
|
|
720
720
|
});
|
|
721
721
|
}
|
|
722
722
|
|
|
723
|
-
// bazel-out/
|
|
723
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/decorator_extractor.mjs
|
|
724
724
|
import ts7 from "typescript";
|
|
725
725
|
function extractorDecorator(declaration, typeChecker) {
|
|
726
726
|
const documentedNode = getDecoratorJsDocNode(declaration);
|
|
@@ -793,7 +793,7 @@ function getDecoratorJsDocNode(declaration) {
|
|
|
793
793
|
return callSignature;
|
|
794
794
|
}
|
|
795
795
|
|
|
796
|
-
// bazel-out/
|
|
796
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/enum_extractor.mjs
|
|
797
797
|
import ts8 from "typescript";
|
|
798
798
|
function extractEnum(declaration, typeChecker) {
|
|
799
799
|
return {
|
|
@@ -824,7 +824,7 @@ function getEnumMemberValue(memberNode) {
|
|
|
824
824
|
return (_a = literal == null ? void 0 : literal.getText()) != null ? _a : "";
|
|
825
825
|
}
|
|
826
826
|
|
|
827
|
-
// bazel-out/
|
|
827
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/initializer_api_function_extractor.mjs
|
|
828
828
|
import ts9 from "typescript";
|
|
829
829
|
var initializerApiTag = "initializerApiFunction";
|
|
830
830
|
function isInitializerApiFunction(node, typeChecker) {
|
|
@@ -933,7 +933,7 @@ function extractFunctionWithOverloads(name, type, typeChecker) {
|
|
|
933
933
|
};
|
|
934
934
|
}
|
|
935
935
|
|
|
936
|
-
// bazel-out/
|
|
936
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_alias_extractor.mjs
|
|
937
937
|
function extractTypeAlias(declaration) {
|
|
938
938
|
return {
|
|
939
939
|
name: declaration.name.getText(),
|
|
@@ -946,7 +946,7 @@ function extractTypeAlias(declaration) {
|
|
|
946
946
|
};
|
|
947
947
|
}
|
|
948
948
|
|
|
949
|
-
// bazel-out/
|
|
949
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/import_extractor.mjs
|
|
950
950
|
import ts10 from "typescript";
|
|
951
951
|
function getImportedSymbols(sourceFile) {
|
|
952
952
|
const importSpecifiers = /* @__PURE__ */ new Map();
|
|
@@ -971,7 +971,7 @@ function getImportedSymbols(sourceFile) {
|
|
|
971
971
|
return importSpecifiers;
|
|
972
972
|
}
|
|
973
973
|
|
|
974
|
-
// bazel-out/
|
|
974
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
|
|
975
975
|
var DocsExtractor = class {
|
|
976
976
|
constructor(typeChecker, metadataReader) {
|
|
977
977
|
this.typeChecker = typeChecker;
|
|
@@ -1057,11 +1057,11 @@ function getRelativeFilePath(sourceFile, rootDir) {
|
|
|
1057
1057
|
return relativePath;
|
|
1058
1058
|
}
|
|
1059
1059
|
|
|
1060
|
-
// bazel-out/
|
|
1060
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
1061
1061
|
import { HtmlParser, MessageBundle } from "@angular/compiler";
|
|
1062
1062
|
import ts25 from "typescript";
|
|
1063
1063
|
|
|
1064
|
-
// bazel-out/
|
|
1064
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
|
|
1065
1065
|
import { Xliff, Xliff2, Xmb } from "@angular/compiler";
|
|
1066
1066
|
import * as path from "path";
|
|
1067
1067
|
function i18nGetExtension(formatName) {
|
|
@@ -1114,10 +1114,10 @@ function getPathNormalizer(basePath) {
|
|
|
1114
1114
|
};
|
|
1115
1115
|
}
|
|
1116
1116
|
|
|
1117
|
-
// bazel-out/
|
|
1117
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
1118
1118
|
import ts12 from "typescript";
|
|
1119
1119
|
|
|
1120
|
-
// bazel-out/
|
|
1120
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
|
|
1121
1121
|
function toNumbers(value) {
|
|
1122
1122
|
const suffixIndex = value.lastIndexOf("-");
|
|
1123
1123
|
return value.slice(0, suffixIndex === -1 ? value.length : suffixIndex).split(".").map((segment) => {
|
|
@@ -1152,7 +1152,7 @@ function compareVersions(v1, v2) {
|
|
|
1152
1152
|
return compareNumbers(toNumbers(v1), toNumbers(v2));
|
|
1153
1153
|
}
|
|
1154
1154
|
|
|
1155
|
-
// bazel-out/
|
|
1155
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
1156
1156
|
var MIN_TS_VERSION = "5.4.0";
|
|
1157
1157
|
var MAX_TS_VERSION = "5.6.0";
|
|
1158
1158
|
var tsVersion = ts12.version;
|
|
@@ -1165,11 +1165,11 @@ function verifySupportedTypeScriptVersion() {
|
|
|
1165
1165
|
checkVersion(tsVersion, MIN_TS_VERSION, MAX_TS_VERSION);
|
|
1166
1166
|
}
|
|
1167
1167
|
|
|
1168
|
-
// bazel-out/
|
|
1168
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
1169
1169
|
import { R3Identifiers } from "@angular/compiler";
|
|
1170
1170
|
import ts23 from "typescript";
|
|
1171
1171
|
|
|
1172
|
-
// bazel-out/
|
|
1172
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
|
|
1173
1173
|
var CycleAnalyzer = class {
|
|
1174
1174
|
constructor(importGraph) {
|
|
1175
1175
|
this.importGraph = importGraph;
|
|
@@ -1240,7 +1240,7 @@ var Cycle = class {
|
|
|
1240
1240
|
}
|
|
1241
1241
|
};
|
|
1242
1242
|
|
|
1243
|
-
// bazel-out/
|
|
1243
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
|
|
1244
1244
|
import ts13 from "typescript";
|
|
1245
1245
|
var ImportGraph = class {
|
|
1246
1246
|
constructor(checker, perf) {
|
|
@@ -1332,7 +1332,7 @@ var Found = class {
|
|
|
1332
1332
|
}
|
|
1333
1333
|
};
|
|
1334
1334
|
|
|
1335
|
-
// bazel-out/
|
|
1335
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
|
|
1336
1336
|
import ts14 from "typescript";
|
|
1337
1337
|
var FlatIndexGenerator = class {
|
|
1338
1338
|
constructor(entryPoint, relativeFlatIndexPath, moduleName) {
|
|
@@ -1357,7 +1357,7 @@ export * from '${relativeEntryPoint}';
|
|
|
1357
1357
|
}
|
|
1358
1358
|
};
|
|
1359
1359
|
|
|
1360
|
-
// bazel-out/
|
|
1360
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
|
|
1361
1361
|
function findFlatIndexEntryPoint(rootFiles) {
|
|
1362
1362
|
const tsFiles = rootFiles.filter((file) => isNonDeclarationTsPath(file));
|
|
1363
1363
|
let resolvedEntryPoint = null;
|
|
@@ -1373,7 +1373,7 @@ function findFlatIndexEntryPoint(rootFiles) {
|
|
|
1373
1373
|
return resolvedEntryPoint;
|
|
1374
1374
|
}
|
|
1375
1375
|
|
|
1376
|
-
// bazel-out/
|
|
1376
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
|
|
1377
1377
|
import ts15 from "typescript";
|
|
1378
1378
|
function checkForPrivateExports(entryPoint, checker, refGraph) {
|
|
1379
1379
|
const diagnostics = [];
|
|
@@ -1453,7 +1453,7 @@ function getDescriptorOfDeclaration(decl) {
|
|
|
1453
1453
|
}
|
|
1454
1454
|
}
|
|
1455
1455
|
|
|
1456
|
-
// bazel-out/
|
|
1456
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
|
|
1457
1457
|
var ReferenceGraph = class {
|
|
1458
1458
|
constructor() {
|
|
1459
1459
|
this.references = /* @__PURE__ */ new Map();
|
|
@@ -1507,7 +1507,7 @@ var ReferenceGraph = class {
|
|
|
1507
1507
|
}
|
|
1508
1508
|
};
|
|
1509
1509
|
|
|
1510
|
-
// bazel-out/
|
|
1510
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
|
|
1511
1511
|
var FileDependencyGraph = class {
|
|
1512
1512
|
constructor() {
|
|
1513
1513
|
this.nodes = /* @__PURE__ */ new Map();
|
|
@@ -1574,7 +1574,7 @@ function isLogicallyChanged(sf, node, changedTsPaths, deletedTsPaths, changedRes
|
|
|
1574
1574
|
return false;
|
|
1575
1575
|
}
|
|
1576
1576
|
|
|
1577
|
-
// bazel-out/
|
|
1577
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
|
|
1578
1578
|
var IncrementalStateKind;
|
|
1579
1579
|
(function(IncrementalStateKind2) {
|
|
1580
1580
|
IncrementalStateKind2[IncrementalStateKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -1582,7 +1582,7 @@ var IncrementalStateKind;
|
|
|
1582
1582
|
IncrementalStateKind2[IncrementalStateKind2["Analyzed"] = 2] = "Analyzed";
|
|
1583
1583
|
})(IncrementalStateKind || (IncrementalStateKind = {}));
|
|
1584
1584
|
|
|
1585
|
-
// bazel-out/
|
|
1585
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
|
|
1586
1586
|
var PhaseKind;
|
|
1587
1587
|
(function(PhaseKind2) {
|
|
1588
1588
|
PhaseKind2[PhaseKind2["Analysis"] = 0] = "Analysis";
|
|
@@ -1783,7 +1783,7 @@ function toOriginalSourceFile(sf) {
|
|
|
1783
1783
|
}
|
|
1784
1784
|
}
|
|
1785
1785
|
|
|
1786
|
-
// bazel-out/
|
|
1786
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
|
|
1787
1787
|
var TrackedIncrementalBuildStrategy = class {
|
|
1788
1788
|
constructor() {
|
|
1789
1789
|
this.state = null;
|
|
@@ -1819,7 +1819,7 @@ var PatchedProgramIncrementalBuildStrategy = class {
|
|
|
1819
1819
|
};
|
|
1820
1820
|
var SYM_INCREMENTAL_STATE = Symbol("NgIncrementalState");
|
|
1821
1821
|
|
|
1822
|
-
// bazel-out/
|
|
1822
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
|
|
1823
1823
|
var IdentifierKind;
|
|
1824
1824
|
(function(IdentifierKind2) {
|
|
1825
1825
|
IdentifierKind2[IdentifierKind2["Property"] = 0] = "Property";
|
|
@@ -1838,7 +1838,7 @@ var AbsoluteSourceSpan = class {
|
|
|
1838
1838
|
}
|
|
1839
1839
|
};
|
|
1840
1840
|
|
|
1841
|
-
// bazel-out/
|
|
1841
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
|
|
1842
1842
|
var IndexingContext = class {
|
|
1843
1843
|
constructor() {
|
|
1844
1844
|
this.components = /* @__PURE__ */ new Set();
|
|
@@ -1848,10 +1848,10 @@ var IndexingContext = class {
|
|
|
1848
1848
|
}
|
|
1849
1849
|
};
|
|
1850
1850
|
|
|
1851
|
-
// bazel-out/
|
|
1851
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
|
|
1852
1852
|
import { ParseSourceFile } from "@angular/compiler";
|
|
1853
1853
|
|
|
1854
|
-
// bazel-out/
|
|
1854
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
|
|
1855
1855
|
import { ASTWithSource, ImplicitReceiver, PropertyRead, PropertyWrite, RecursiveAstVisitor, TmplAstBoundDeferredTrigger, TmplAstElement, TmplAstRecursiveVisitor, TmplAstReference, TmplAstTemplate, TmplAstVariable } from "@angular/compiler";
|
|
1856
1856
|
var ExpressionVisitor = class extends RecursiveAstVisitor {
|
|
1857
1857
|
constructor(expressionStr, absoluteOffset, boundTemplate, targetToIdentifier) {
|
|
@@ -2146,7 +2146,7 @@ function getTemplateIdentifiers(boundTemplate) {
|
|
|
2146
2146
|
return { identifiers: visitor.identifiers, errors: visitor.errors };
|
|
2147
2147
|
}
|
|
2148
2148
|
|
|
2149
|
-
// bazel-out/
|
|
2149
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
|
|
2150
2150
|
function generateAnalysis(context) {
|
|
2151
2151
|
const analysis = /* @__PURE__ */ new Map();
|
|
2152
2152
|
context.components.forEach(({ declaration, selector, boundTemplate, templateMeta }) => {
|
|
@@ -2182,7 +2182,7 @@ function generateAnalysis(context) {
|
|
|
2182
2182
|
return analysis;
|
|
2183
2183
|
}
|
|
2184
2184
|
|
|
2185
|
-
// bazel-out/
|
|
2185
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.mjs
|
|
2186
2186
|
var NgModuleIndexImpl = class {
|
|
2187
2187
|
constructor(metaReader, localReader) {
|
|
2188
2188
|
this.metaReader = metaReader;
|
|
@@ -2271,7 +2271,7 @@ var NgModuleIndexImpl = class {
|
|
|
2271
2271
|
}
|
|
2272
2272
|
};
|
|
2273
2273
|
|
|
2274
|
-
// bazel-out/
|
|
2274
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
|
|
2275
2275
|
import ts16 from "typescript";
|
|
2276
2276
|
var CSS_PREPROCESSOR_EXT = /(\.scss|\.sass|\.less|\.styl)$/;
|
|
2277
2277
|
var RESOURCE_MARKER = ".$ngresource$";
|
|
@@ -2421,7 +2421,7 @@ function createLookupResolutionHost(adapter) {
|
|
|
2421
2421
|
};
|
|
2422
2422
|
}
|
|
2423
2423
|
|
|
2424
|
-
// bazel-out/
|
|
2424
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
|
|
2425
2425
|
var StandaloneComponentScopeReader = class {
|
|
2426
2426
|
constructor(metaReader, localModuleReader, dtsModuleReader) {
|
|
2427
2427
|
this.metaReader = metaReader;
|
|
@@ -2517,10 +2517,10 @@ var StandaloneComponentScopeReader = class {
|
|
|
2517
2517
|
}
|
|
2518
2518
|
};
|
|
2519
2519
|
|
|
2520
|
-
// bazel-out/
|
|
2520
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
|
|
2521
2521
|
import { ASTWithSource as ASTWithSource3, BindingType, Interpolation, PropertyRead as PropertyRead2, TmplAstBoundAttribute } from "@angular/compiler";
|
|
2522
2522
|
|
|
2523
|
-
// bazel-out/
|
|
2523
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/symbol_util.mjs
|
|
2524
2524
|
import ts17 from "typescript";
|
|
2525
2525
|
var SIGNAL_FNS = /* @__PURE__ */ new Set([
|
|
2526
2526
|
"WritableSignal",
|
|
@@ -2540,7 +2540,7 @@ function isSignalSymbol(symbol) {
|
|
|
2540
2540
|
});
|
|
2541
2541
|
}
|
|
2542
2542
|
|
|
2543
|
-
// bazel-out/
|
|
2543
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
|
|
2544
2544
|
import { ASTWithSource as ASTWithSource2, RecursiveAstVisitor as RecursiveAstVisitor2, TmplAstBoundDeferredTrigger as TmplAstBoundDeferredTrigger2 } from "@angular/compiler";
|
|
2545
2545
|
var TemplateCheckWithVisitor = class {
|
|
2546
2546
|
constructor() {
|
|
@@ -2676,7 +2676,7 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor2 {
|
|
|
2676
2676
|
}
|
|
2677
2677
|
};
|
|
2678
2678
|
|
|
2679
|
-
// bazel-out/
|
|
2679
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
|
|
2680
2680
|
var SIGNAL_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["set", "update", "asReadonly"]);
|
|
2681
2681
|
var FUNCTION_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["name", "length", "prototype"]);
|
|
2682
2682
|
var InterpolatedSignalCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -2728,7 +2728,7 @@ var factory = {
|
|
|
2728
2728
|
create: () => new InterpolatedSignalCheck()
|
|
2729
2729
|
};
|
|
2730
2730
|
|
|
2731
|
-
// bazel-out/
|
|
2731
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
|
|
2732
2732
|
import { TmplAstBoundEvent } from "@angular/compiler";
|
|
2733
2733
|
var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
|
|
2734
2734
|
constructor() {
|
|
@@ -2754,7 +2754,7 @@ var factory2 = {
|
|
|
2754
2754
|
create: () => new InvalidBananaInBoxCheck()
|
|
2755
2755
|
};
|
|
2756
2756
|
|
|
2757
|
-
// bazel-out/
|
|
2757
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
|
|
2758
2758
|
import { TmplAstTemplate as TmplAstTemplate2 } from "@angular/compiler";
|
|
2759
2759
|
var KNOWN_CONTROL_FLOW_DIRECTIVES = /* @__PURE__ */ new Map([
|
|
2760
2760
|
["ngIf", { directive: "NgIf", builtIn: "@if" }],
|
|
@@ -2799,7 +2799,7 @@ var factory3 = {
|
|
|
2799
2799
|
}
|
|
2800
2800
|
};
|
|
2801
2801
|
|
|
2802
|
-
// bazel-out/
|
|
2802
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
|
|
2803
2803
|
import { TmplAstTemplate as TmplAstTemplate3 } from "@angular/compiler";
|
|
2804
2804
|
var MissingNgForOfLetCheck = class extends TemplateCheckWithVisitor {
|
|
2805
2805
|
constructor() {
|
|
@@ -2832,7 +2832,7 @@ var factory4 = {
|
|
|
2832
2832
|
create: () => new MissingNgForOfLetCheck()
|
|
2833
2833
|
};
|
|
2834
2834
|
|
|
2835
|
-
// bazel-out/
|
|
2835
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
|
|
2836
2836
|
import { Binary } from "@angular/compiler";
|
|
2837
2837
|
import ts18 from "typescript";
|
|
2838
2838
|
var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -2878,7 +2878,7 @@ var factory5 = {
|
|
|
2878
2878
|
}
|
|
2879
2879
|
};
|
|
2880
2880
|
|
|
2881
|
-
// bazel-out/
|
|
2881
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
|
|
2882
2882
|
import { SafeCall, SafeKeyedRead, SafePropertyRead } from "@angular/compiler";
|
|
2883
2883
|
import ts19 from "typescript";
|
|
2884
2884
|
var OptionalChainNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -2925,7 +2925,7 @@ var factory6 = {
|
|
|
2925
2925
|
}
|
|
2926
2926
|
};
|
|
2927
2927
|
|
|
2928
|
-
// bazel-out/
|
|
2928
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
|
|
2929
2929
|
import { TmplAstBoundAttribute as TmplAstBoundAttribute2 } from "@angular/compiler";
|
|
2930
2930
|
var STYLE_SUFFIXES = ["px", "%", "em"];
|
|
2931
2931
|
var SuffixNotSupportedCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -2949,7 +2949,7 @@ var factory7 = {
|
|
|
2949
2949
|
create: () => new SuffixNotSupportedCheck()
|
|
2950
2950
|
};
|
|
2951
2951
|
|
|
2952
|
-
// bazel-out/
|
|
2952
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
|
|
2953
2953
|
import { TmplAstTextAttribute } from "@angular/compiler";
|
|
2954
2954
|
var TextAttributeNotBindingSpec = class extends TemplateCheckWithVisitor {
|
|
2955
2955
|
constructor() {
|
|
@@ -2988,7 +2988,7 @@ var factory8 = {
|
|
|
2988
2988
|
create: () => new TextAttributeNotBindingSpec()
|
|
2989
2989
|
};
|
|
2990
2990
|
|
|
2991
|
-
// bazel-out/
|
|
2991
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/uninvoked_function_in_event_binding/index.mjs
|
|
2992
2992
|
import { ASTWithSource as ASTWithSource4, Call, Chain, Conditional, ParsedEventType, PropertyRead as PropertyRead3, SafeCall as SafeCall2, SafePropertyRead as SafePropertyRead2, TmplAstBoundEvent as TmplAstBoundEvent2 } from "@angular/compiler";
|
|
2993
2993
|
var UninvokedFunctionInEventBindingSpec = class extends TemplateCheckWithVisitor {
|
|
2994
2994
|
constructor() {
|
|
@@ -3040,7 +3040,7 @@ var factory9 = {
|
|
|
3040
3040
|
create: () => new UninvokedFunctionInEventBindingSpec()
|
|
3041
3041
|
};
|
|
3042
3042
|
|
|
3043
|
-
// bazel-out/
|
|
3043
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/unused_let_declaration/index.mjs
|
|
3044
3044
|
import { AST, ASTWithSource as ASTWithSource5, TmplAstLetDeclaration } from "@angular/compiler";
|
|
3045
3045
|
var UnusedLetDeclarationCheck = class extends TemplateCheckWithVisitor {
|
|
3046
3046
|
constructor() {
|
|
@@ -3085,10 +3085,10 @@ var factory10 = {
|
|
|
3085
3085
|
create: () => new UnusedLetDeclarationCheck()
|
|
3086
3086
|
};
|
|
3087
3087
|
|
|
3088
|
-
// bazel-out/
|
|
3088
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
3089
3089
|
import ts20 from "typescript";
|
|
3090
3090
|
|
|
3091
|
-
// bazel-out/
|
|
3091
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
|
|
3092
3092
|
var DiagnosticCategoryLabel;
|
|
3093
3093
|
(function(DiagnosticCategoryLabel2) {
|
|
3094
3094
|
DiagnosticCategoryLabel2["Warning"] = "warning";
|
|
@@ -3096,7 +3096,7 @@ var DiagnosticCategoryLabel;
|
|
|
3096
3096
|
DiagnosticCategoryLabel2["Suppress"] = "suppress";
|
|
3097
3097
|
})(DiagnosticCategoryLabel || (DiagnosticCategoryLabel = {}));
|
|
3098
3098
|
|
|
3099
|
-
// bazel-out/
|
|
3099
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
3100
3100
|
var ExtendedTemplateCheckerImpl = class {
|
|
3101
3101
|
constructor(templateTypeChecker, typeChecker, templateCheckFactories, options) {
|
|
3102
3102
|
var _a, _b, _c, _d, _e;
|
|
@@ -3149,7 +3149,7 @@ function assertNever(value) {
|
|
|
3149
3149
|
${value}`);
|
|
3150
3150
|
}
|
|
3151
3151
|
|
|
3152
|
-
// bazel-out/
|
|
3152
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
|
|
3153
3153
|
var ALL_DIAGNOSTIC_FACTORIES = [
|
|
3154
3154
|
factory2,
|
|
3155
3155
|
factory5,
|
|
@@ -3167,7 +3167,7 @@ var SUPPORTED_DIAGNOSTIC_NAMES = /* @__PURE__ */ new Set([
|
|
|
3167
3167
|
...ALL_DIAGNOSTIC_FACTORIES.map((factory11) => factory11.name)
|
|
3168
3168
|
]);
|
|
3169
3169
|
|
|
3170
|
-
// bazel-out/
|
|
3170
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/template_semantics/src/template_semantics_checker.mjs
|
|
3171
3171
|
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";
|
|
3172
3172
|
import ts21 from "typescript";
|
|
3173
3173
|
var TemplateSemanticsCheckerImpl = class {
|
|
@@ -3258,7 +3258,7 @@ function unwrapAstWithSource(ast) {
|
|
|
3258
3258
|
return ast instanceof ASTWithSource6 ? ast.ast : ast;
|
|
3259
3259
|
}
|
|
3260
3260
|
|
|
3261
|
-
// bazel-out/
|
|
3261
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/rules/initializer_api_usage_rule.mjs
|
|
3262
3262
|
import ts22 from "typescript";
|
|
3263
3263
|
var APIS_TO_CHECK = [
|
|
3264
3264
|
INPUT_INITIALIZER_FN,
|
|
@@ -3309,7 +3309,7 @@ var InitializerApiUsageRule = class {
|
|
|
3309
3309
|
}
|
|
3310
3310
|
};
|
|
3311
3311
|
|
|
3312
|
-
// bazel-out/
|
|
3312
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/source_file_validator.mjs
|
|
3313
3313
|
var SourceFileValidator = class {
|
|
3314
3314
|
constructor(reflector, importedSymbolsTracker) {
|
|
3315
3315
|
this.rules = [new InitializerApiUsageRule(reflector, importedSymbolsTracker)];
|
|
@@ -3347,7 +3347,7 @@ var SourceFileValidator = class {
|
|
|
3347
3347
|
}
|
|
3348
3348
|
};
|
|
3349
3349
|
|
|
3350
|
-
// bazel-out/
|
|
3350
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/core_version.mjs
|
|
3351
3351
|
function coreHasSymbol(program, symbol) {
|
|
3352
3352
|
const checker = program.getTypeChecker();
|
|
3353
3353
|
for (const sf of program.getSourceFiles().filter(isMaybeCore)) {
|
|
@@ -3366,7 +3366,7 @@ function isMaybeCore(sf) {
|
|
|
3366
3366
|
return sf.isDeclarationFile && sf.fileName.includes("@angular/core") && sf.fileName.endsWith("index.d.ts");
|
|
3367
3367
|
}
|
|
3368
3368
|
|
|
3369
|
-
// bazel-out/
|
|
3369
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/feature_detection.mjs
|
|
3370
3370
|
import semver from "semver";
|
|
3371
3371
|
function coreVersionSupportsFeature(coreVersion, minVersion) {
|
|
3372
3372
|
if (coreVersion === `0.0.0-${"PLACEHOLDER"}`) {
|
|
@@ -3375,7 +3375,7 @@ function coreVersionSupportsFeature(coreVersion, minVersion) {
|
|
|
3375
3375
|
return semver.satisfies(coreVersion, minVersion);
|
|
3376
3376
|
}
|
|
3377
3377
|
|
|
3378
|
-
// bazel-out/
|
|
3378
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
3379
3379
|
var CompilationTicketKind;
|
|
3380
3380
|
(function(CompilationTicketKind2) {
|
|
3381
3381
|
CompilationTicketKind2[CompilationTicketKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -4198,7 +4198,7 @@ function versionMapFromProgram(program, driver) {
|
|
|
4198
4198
|
return versions;
|
|
4199
4199
|
}
|
|
4200
4200
|
|
|
4201
|
-
// bazel-out/
|
|
4201
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
|
|
4202
4202
|
import ts24 from "typescript";
|
|
4203
4203
|
var DelegatingCompilerHost = class {
|
|
4204
4204
|
get jsDocParsingMode() {
|
|
@@ -4337,7 +4337,7 @@ var NgCompilerHost = class extends DelegatingCompilerHost {
|
|
|
4337
4337
|
}
|
|
4338
4338
|
};
|
|
4339
4339
|
|
|
4340
|
-
// bazel-out/
|
|
4340
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
4341
4341
|
var NgtscProgram = class {
|
|
4342
4342
|
constructor(rootNames, options, delegateHost, oldProgram) {
|
|
4343
4343
|
this.options = options;
|
|
@@ -4563,15 +4563,15 @@ function mergeEmitResults(emitResults) {
|
|
|
4563
4563
|
return { diagnostics, emitSkipped, emittedFiles };
|
|
4564
4564
|
}
|
|
4565
4565
|
|
|
4566
|
-
// bazel-out/
|
|
4566
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
|
|
4567
4567
|
function createProgram({ rootNames, options, host, oldProgram }) {
|
|
4568
4568
|
return new NgtscProgram(rootNames, options, host, oldProgram);
|
|
4569
4569
|
}
|
|
4570
4570
|
|
|
4571
|
-
// bazel-out/
|
|
4571
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
4572
4572
|
import ts27 from "typescript";
|
|
4573
4573
|
|
|
4574
|
-
// bazel-out/
|
|
4574
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
|
|
4575
4575
|
import ts26 from "typescript";
|
|
4576
4576
|
function createMessageDiagnostic(messageText) {
|
|
4577
4577
|
return {
|
|
@@ -4585,7 +4585,7 @@ function createMessageDiagnostic(messageText) {
|
|
|
4585
4585
|
};
|
|
4586
4586
|
}
|
|
4587
4587
|
|
|
4588
|
-
// bazel-out/
|
|
4588
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
4589
4589
|
var defaultFormatHost = {
|
|
4590
4590
|
getCurrentDirectory: () => ts27.sys.getCurrentDirectory(),
|
|
4591
4591
|
getCanonicalFileName: (fileName) => fileName,
|
|
@@ -4816,4 +4816,4 @@ export {
|
|
|
4816
4816
|
* Use of this source code is governed by an MIT-style license that can be
|
|
4817
4817
|
* found in the LICENSE file at https://angular.dev/license
|
|
4818
4818
|
*/
|
|
4819
|
-
//# sourceMappingURL=chunk-
|
|
4819
|
+
//# sourceMappingURL=chunk-AFLM6Y4J.js.map
|