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