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