@angular/compiler-cli 19.0.0-next.0 → 19.0.0-next.1
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-WYWH4ABE.js → chunk-5DVL3S3Z.js} +43 -43
- package/bundles/{chunk-KCKRBU6N.js → chunk-B4ZOGV3N.js} +31 -31
- package/bundles/{chunk-JA5OGHV4.js → chunk-CNPXFKGI.js} +3 -3
- package/bundles/{chunk-ZHNORXPH.js → chunk-DK2K5DIA.js} +12 -12
- package/bundles/{chunk-TOHNTVMY.js → chunk-QJ5A7O7J.js} +79 -79
- package/bundles/{chunk-LYJKWJUC.js → chunk-SBDNBITT.js} +3 -3
- package/bundles/{chunk-ERN7RQQ7.js → chunk-THQF5ZZE.js} +5 -5
- package/bundles/{chunk-QTQ6EDMV.js → chunk-UWZBW4E4.js} +5 -5
- package/bundles/{chunk-2SSA4Y5F.js → chunk-VNKFV2MZ.js} +155 -143
- package/bundles/{chunk-2SSA4Y5F.js.map → chunk-VNKFV2MZ.js.map} +1 -1
- package/bundles/{chunk-QYV344EV.js → chunk-WR7TUJ7M.js} +7 -7
- package/bundles/{chunk-3W345P4E.js → chunk-XNL3EK5H.js} +7 -7
- 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 +3 -3
- /package/bundles/{chunk-WYWH4ABE.js.map → chunk-5DVL3S3Z.js.map} +0 -0
- /package/bundles/{chunk-KCKRBU6N.js.map → chunk-B4ZOGV3N.js.map} +0 -0
- /package/bundles/{chunk-JA5OGHV4.js.map → chunk-CNPXFKGI.js.map} +0 -0
- /package/bundles/{chunk-ZHNORXPH.js.map → chunk-DK2K5DIA.js.map} +0 -0
- /package/bundles/{chunk-TOHNTVMY.js.map → chunk-QJ5A7O7J.js.map} +0 -0
- /package/bundles/{chunk-LYJKWJUC.js.map → chunk-SBDNBITT.js.map} +0 -0
- /package/bundles/{chunk-ERN7RQQ7.js.map → chunk-THQF5ZZE.js.map} +0 -0
- /package/bundles/{chunk-QTQ6EDMV.js.map → chunk-UWZBW4E4.js.map} +0 -0
- /package/bundles/{chunk-QYV344EV.js.map → chunk-WR7TUJ7M.js.map} +0 -0
- /package/bundles/{chunk-3W345P4E.js.map → chunk-XNL3EK5H.js.map} +0 -0
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
import {
|
|
6
6
|
angularJitApplicationTransform
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-DK2K5DIA.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-VNKFV2MZ.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-5DVL3S3Z.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-THQF5ZZE.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-XNL3EK5H.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 ts10 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;
|
|
@@ -631,7 +631,7 @@ function extractInterface(declaration, typeChecker) {
|
|
|
631
631
|
return extractor.extract();
|
|
632
632
|
}
|
|
633
633
|
|
|
634
|
-
// bazel-out/
|
|
634
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/constant_extractor.mjs
|
|
635
635
|
import ts6 from "typescript";
|
|
636
636
|
var LITERAL_AS_ENUM_TAG = "object-literal-as-enum";
|
|
637
637
|
function extractConstant(declaration, typeChecker) {
|
|
@@ -689,7 +689,7 @@ function extractLiteralPropertiesAsEnumMembers(declaration) {
|
|
|
689
689
|
});
|
|
690
690
|
}
|
|
691
691
|
|
|
692
|
-
// bazel-out/
|
|
692
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/decorator_extractor.mjs
|
|
693
693
|
import ts7 from "typescript";
|
|
694
694
|
function extractorDecorator(declaration, typeChecker) {
|
|
695
695
|
const documentedNode = getDecoratorJsDocNode(declaration);
|
|
@@ -762,7 +762,7 @@ function getDecoratorJsDocNode(declaration) {
|
|
|
762
762
|
return callSignature;
|
|
763
763
|
}
|
|
764
764
|
|
|
765
|
-
// bazel-out/
|
|
765
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/enum_extractor.mjs
|
|
766
766
|
import ts8 from "typescript";
|
|
767
767
|
function extractEnum(declaration, typeChecker) {
|
|
768
768
|
return {
|
|
@@ -793,7 +793,7 @@ function getEnumMemberValue(memberNode) {
|
|
|
793
793
|
return (_a = literal == null ? void 0 : literal.getText()) != null ? _a : "";
|
|
794
794
|
}
|
|
795
795
|
|
|
796
|
-
// bazel-out/
|
|
796
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/initializer_api_function_extractor.mjs
|
|
797
797
|
import ts9 from "typescript";
|
|
798
798
|
var initializerApiTag = "initializerApiFunction";
|
|
799
799
|
function isInitializerApiFunction(node, typeChecker) {
|
|
@@ -902,7 +902,7 @@ function extractFunctionWithOverloads(name, type, typeChecker) {
|
|
|
902
902
|
};
|
|
903
903
|
}
|
|
904
904
|
|
|
905
|
-
// bazel-out/
|
|
905
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_alias_extractor.mjs
|
|
906
906
|
function extractTypeAlias(declaration) {
|
|
907
907
|
return {
|
|
908
908
|
name: declaration.name.getText(),
|
|
@@ -914,7 +914,7 @@ function extractTypeAlias(declaration) {
|
|
|
914
914
|
};
|
|
915
915
|
}
|
|
916
916
|
|
|
917
|
-
// bazel-out/
|
|
917
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
|
|
918
918
|
var DocsExtractor = class {
|
|
919
919
|
constructor(typeChecker, metadataReader) {
|
|
920
920
|
this.typeChecker = typeChecker;
|
|
@@ -989,11 +989,11 @@ function getRelativeFilePath(sourceFile, rootDir) {
|
|
|
989
989
|
return relativePath;
|
|
990
990
|
}
|
|
991
991
|
|
|
992
|
-
// bazel-out/
|
|
992
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
993
993
|
import { HtmlParser, MessageBundle } from "@angular/compiler";
|
|
994
994
|
import ts24 from "typescript";
|
|
995
995
|
|
|
996
|
-
// bazel-out/
|
|
996
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
|
|
997
997
|
import { Xliff, Xliff2, Xmb } from "@angular/compiler";
|
|
998
998
|
import * as path from "path";
|
|
999
999
|
function i18nGetExtension(formatName) {
|
|
@@ -1044,10 +1044,10 @@ function getPathNormalizer(basePath) {
|
|
|
1044
1044
|
};
|
|
1045
1045
|
}
|
|
1046
1046
|
|
|
1047
|
-
// bazel-out/
|
|
1047
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
1048
1048
|
import ts11 from "typescript";
|
|
1049
1049
|
|
|
1050
|
-
// bazel-out/
|
|
1050
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
|
|
1051
1051
|
function toNumbers(value) {
|
|
1052
1052
|
const suffixIndex = value.lastIndexOf("-");
|
|
1053
1053
|
return value.slice(0, suffixIndex === -1 ? value.length : suffixIndex).split(".").map((segment) => {
|
|
@@ -1082,9 +1082,9 @@ function compareVersions(v1, v2) {
|
|
|
1082
1082
|
return compareNumbers(toNumbers(v1), toNumbers(v2));
|
|
1083
1083
|
}
|
|
1084
1084
|
|
|
1085
|
-
// bazel-out/
|
|
1085
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
1086
1086
|
var MIN_TS_VERSION = "5.4.0";
|
|
1087
|
-
var MAX_TS_VERSION = "5.
|
|
1087
|
+
var MAX_TS_VERSION = "5.7.0";
|
|
1088
1088
|
var tsVersion = ts11.version;
|
|
1089
1089
|
function checkVersion(version, minVersion, maxVersion) {
|
|
1090
1090
|
if (compareVersions(version, minVersion) < 0 || compareVersions(version, maxVersion) >= 0) {
|
|
@@ -1095,11 +1095,11 @@ function verifySupportedTypeScriptVersion() {
|
|
|
1095
1095
|
checkVersion(tsVersion, MIN_TS_VERSION, MAX_TS_VERSION);
|
|
1096
1096
|
}
|
|
1097
1097
|
|
|
1098
|
-
// bazel-out/
|
|
1098
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
1099
1099
|
import { R3Identifiers } from "@angular/compiler";
|
|
1100
1100
|
import ts22 from "typescript";
|
|
1101
1101
|
|
|
1102
|
-
// bazel-out/
|
|
1102
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
|
|
1103
1103
|
var CycleAnalyzer = class {
|
|
1104
1104
|
constructor(importGraph) {
|
|
1105
1105
|
this.importGraph = importGraph;
|
|
@@ -1170,7 +1170,7 @@ var Cycle = class {
|
|
|
1170
1170
|
}
|
|
1171
1171
|
};
|
|
1172
1172
|
|
|
1173
|
-
// bazel-out/
|
|
1173
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
|
|
1174
1174
|
import ts12 from "typescript";
|
|
1175
1175
|
var ImportGraph = class {
|
|
1176
1176
|
constructor(checker, perf) {
|
|
@@ -1262,7 +1262,7 @@ var Found = class {
|
|
|
1262
1262
|
}
|
|
1263
1263
|
};
|
|
1264
1264
|
|
|
1265
|
-
// bazel-out/
|
|
1265
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
|
|
1266
1266
|
import ts13 from "typescript";
|
|
1267
1267
|
var FlatIndexGenerator = class {
|
|
1268
1268
|
constructor(entryPoint, relativeFlatIndexPath, moduleName) {
|
|
@@ -1287,7 +1287,7 @@ export * from '${relativeEntryPoint}';
|
|
|
1287
1287
|
}
|
|
1288
1288
|
};
|
|
1289
1289
|
|
|
1290
|
-
// bazel-out/
|
|
1290
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
|
|
1291
1291
|
function findFlatIndexEntryPoint(rootFiles) {
|
|
1292
1292
|
const tsFiles = rootFiles.filter((file) => isNonDeclarationTsPath(file));
|
|
1293
1293
|
let resolvedEntryPoint = null;
|
|
@@ -1303,7 +1303,7 @@ function findFlatIndexEntryPoint(rootFiles) {
|
|
|
1303
1303
|
return resolvedEntryPoint;
|
|
1304
1304
|
}
|
|
1305
1305
|
|
|
1306
|
-
// bazel-out/
|
|
1306
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
|
|
1307
1307
|
import ts14 from "typescript";
|
|
1308
1308
|
function checkForPrivateExports(entryPoint, checker, refGraph) {
|
|
1309
1309
|
const diagnostics = [];
|
|
@@ -1383,7 +1383,7 @@ function getDescriptorOfDeclaration(decl) {
|
|
|
1383
1383
|
}
|
|
1384
1384
|
}
|
|
1385
1385
|
|
|
1386
|
-
// bazel-out/
|
|
1386
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
|
|
1387
1387
|
var ReferenceGraph = class {
|
|
1388
1388
|
constructor() {
|
|
1389
1389
|
this.references = /* @__PURE__ */ new Map();
|
|
@@ -1437,7 +1437,7 @@ var ReferenceGraph = class {
|
|
|
1437
1437
|
}
|
|
1438
1438
|
};
|
|
1439
1439
|
|
|
1440
|
-
// bazel-out/
|
|
1440
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
|
|
1441
1441
|
var FileDependencyGraph = class {
|
|
1442
1442
|
constructor() {
|
|
1443
1443
|
this.nodes = /* @__PURE__ */ new Map();
|
|
@@ -1504,7 +1504,7 @@ function isLogicallyChanged(sf, node, changedTsPaths, deletedTsPaths, changedRes
|
|
|
1504
1504
|
return false;
|
|
1505
1505
|
}
|
|
1506
1506
|
|
|
1507
|
-
// bazel-out/
|
|
1507
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
|
|
1508
1508
|
var IncrementalStateKind;
|
|
1509
1509
|
(function(IncrementalStateKind2) {
|
|
1510
1510
|
IncrementalStateKind2[IncrementalStateKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -1512,7 +1512,7 @@ var IncrementalStateKind;
|
|
|
1512
1512
|
IncrementalStateKind2[IncrementalStateKind2["Analyzed"] = 2] = "Analyzed";
|
|
1513
1513
|
})(IncrementalStateKind || (IncrementalStateKind = {}));
|
|
1514
1514
|
|
|
1515
|
-
// bazel-out/
|
|
1515
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
|
|
1516
1516
|
var PhaseKind;
|
|
1517
1517
|
(function(PhaseKind2) {
|
|
1518
1518
|
PhaseKind2[PhaseKind2["Analysis"] = 0] = "Analysis";
|
|
@@ -1713,7 +1713,7 @@ function toOriginalSourceFile(sf) {
|
|
|
1713
1713
|
}
|
|
1714
1714
|
}
|
|
1715
1715
|
|
|
1716
|
-
// bazel-out/
|
|
1716
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
|
|
1717
1717
|
var TrackedIncrementalBuildStrategy = class {
|
|
1718
1718
|
constructor() {
|
|
1719
1719
|
this.state = null;
|
|
@@ -1749,7 +1749,7 @@ var PatchedProgramIncrementalBuildStrategy = class {
|
|
|
1749
1749
|
};
|
|
1750
1750
|
var SYM_INCREMENTAL_STATE = Symbol("NgIncrementalState");
|
|
1751
1751
|
|
|
1752
|
-
// bazel-out/
|
|
1752
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
|
|
1753
1753
|
var IdentifierKind;
|
|
1754
1754
|
(function(IdentifierKind2) {
|
|
1755
1755
|
IdentifierKind2[IdentifierKind2["Property"] = 0] = "Property";
|
|
@@ -1768,7 +1768,7 @@ var AbsoluteSourceSpan = class {
|
|
|
1768
1768
|
}
|
|
1769
1769
|
};
|
|
1770
1770
|
|
|
1771
|
-
// bazel-out/
|
|
1771
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
|
|
1772
1772
|
var IndexingContext = class {
|
|
1773
1773
|
constructor() {
|
|
1774
1774
|
this.components = /* @__PURE__ */ new Set();
|
|
@@ -1778,10 +1778,10 @@ var IndexingContext = class {
|
|
|
1778
1778
|
}
|
|
1779
1779
|
};
|
|
1780
1780
|
|
|
1781
|
-
// bazel-out/
|
|
1781
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
|
|
1782
1782
|
import { ParseSourceFile } from "@angular/compiler";
|
|
1783
1783
|
|
|
1784
|
-
// bazel-out/
|
|
1784
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
|
|
1785
1785
|
import { ASTWithSource, ImplicitReceiver, PropertyRead, PropertyWrite, RecursiveAstVisitor, TmplAstBoundDeferredTrigger, TmplAstElement, TmplAstRecursiveVisitor, TmplAstReference, TmplAstTemplate, TmplAstVariable } from "@angular/compiler";
|
|
1786
1786
|
var ExpressionVisitor = class extends RecursiveAstVisitor {
|
|
1787
1787
|
constructor(expressionStr, absoluteOffset, boundTemplate, targetToIdentifier) {
|
|
@@ -2076,7 +2076,7 @@ function getTemplateIdentifiers(boundTemplate) {
|
|
|
2076
2076
|
return { identifiers: visitor.identifiers, errors: visitor.errors };
|
|
2077
2077
|
}
|
|
2078
2078
|
|
|
2079
|
-
// bazel-out/
|
|
2079
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
|
|
2080
2080
|
function generateAnalysis(context) {
|
|
2081
2081
|
const analysis = /* @__PURE__ */ new Map();
|
|
2082
2082
|
context.components.forEach(({ declaration, selector, boundTemplate, templateMeta }) => {
|
|
@@ -2112,7 +2112,7 @@ function generateAnalysis(context) {
|
|
|
2112
2112
|
return analysis;
|
|
2113
2113
|
}
|
|
2114
2114
|
|
|
2115
|
-
// bazel-out/
|
|
2115
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.mjs
|
|
2116
2116
|
var NgModuleIndexImpl = class {
|
|
2117
2117
|
constructor(metaReader, localReader) {
|
|
2118
2118
|
this.metaReader = metaReader;
|
|
@@ -2201,7 +2201,7 @@ var NgModuleIndexImpl = class {
|
|
|
2201
2201
|
}
|
|
2202
2202
|
};
|
|
2203
2203
|
|
|
2204
|
-
// bazel-out/
|
|
2204
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
|
|
2205
2205
|
import ts15 from "typescript";
|
|
2206
2206
|
var CSS_PREPROCESSOR_EXT = /(\.scss|\.sass|\.less|\.styl)$/;
|
|
2207
2207
|
var RESOURCE_MARKER = ".$ngresource$";
|
|
@@ -2351,7 +2351,7 @@ function createLookupResolutionHost(adapter) {
|
|
|
2351
2351
|
};
|
|
2352
2352
|
}
|
|
2353
2353
|
|
|
2354
|
-
// bazel-out/
|
|
2354
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
|
|
2355
2355
|
var StandaloneComponentScopeReader = class {
|
|
2356
2356
|
constructor(metaReader, localModuleReader, dtsModuleReader) {
|
|
2357
2357
|
this.metaReader = metaReader;
|
|
@@ -2447,10 +2447,10 @@ var StandaloneComponentScopeReader = class {
|
|
|
2447
2447
|
}
|
|
2448
2448
|
};
|
|
2449
2449
|
|
|
2450
|
-
// bazel-out/
|
|
2450
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
|
|
2451
2451
|
import { ASTWithSource as ASTWithSource3, BindingType, Interpolation, PropertyRead as PropertyRead2, TmplAstBoundAttribute } from "@angular/compiler";
|
|
2452
2452
|
|
|
2453
|
-
// bazel-out/
|
|
2453
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/symbol_util.mjs
|
|
2454
2454
|
import ts16 from "typescript";
|
|
2455
2455
|
var SIGNAL_FNS = /* @__PURE__ */ new Set([
|
|
2456
2456
|
"WritableSignal",
|
|
@@ -2470,7 +2470,7 @@ function isSignalSymbol(symbol) {
|
|
|
2470
2470
|
});
|
|
2471
2471
|
}
|
|
2472
2472
|
|
|
2473
|
-
// bazel-out/
|
|
2473
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
|
|
2474
2474
|
import { ASTWithSource as ASTWithSource2, RecursiveAstVisitor as RecursiveAstVisitor2, TmplAstBoundDeferredTrigger as TmplAstBoundDeferredTrigger2 } from "@angular/compiler";
|
|
2475
2475
|
var TemplateCheckWithVisitor = class {
|
|
2476
2476
|
constructor() {
|
|
@@ -2604,7 +2604,7 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor2 {
|
|
|
2604
2604
|
}
|
|
2605
2605
|
};
|
|
2606
2606
|
|
|
2607
|
-
// bazel-out/
|
|
2607
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
|
|
2608
2608
|
var SIGNAL_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["set", "update", "asReadonly"]);
|
|
2609
2609
|
var FUNCTION_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["name", "length", "prototype"]);
|
|
2610
2610
|
var InterpolatedSignalCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -2656,7 +2656,7 @@ var factory = {
|
|
|
2656
2656
|
create: () => new InterpolatedSignalCheck()
|
|
2657
2657
|
};
|
|
2658
2658
|
|
|
2659
|
-
// bazel-out/
|
|
2659
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
|
|
2660
2660
|
import { TmplAstBoundEvent } from "@angular/compiler";
|
|
2661
2661
|
var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
|
|
2662
2662
|
constructor() {
|
|
@@ -2682,7 +2682,7 @@ var factory2 = {
|
|
|
2682
2682
|
create: () => new InvalidBananaInBoxCheck()
|
|
2683
2683
|
};
|
|
2684
2684
|
|
|
2685
|
-
// bazel-out/
|
|
2685
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
|
|
2686
2686
|
import { TmplAstTemplate as TmplAstTemplate2 } from "@angular/compiler";
|
|
2687
2687
|
var KNOWN_CONTROL_FLOW_DIRECTIVES = /* @__PURE__ */ new Map([
|
|
2688
2688
|
["ngIf", { directive: "NgIf", builtIn: "@if" }],
|
|
@@ -2727,7 +2727,7 @@ var factory3 = {
|
|
|
2727
2727
|
}
|
|
2728
2728
|
};
|
|
2729
2729
|
|
|
2730
|
-
// bazel-out/
|
|
2730
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
|
|
2731
2731
|
import { TmplAstTemplate as TmplAstTemplate3 } from "@angular/compiler";
|
|
2732
2732
|
var MissingNgForOfLetCheck = class extends TemplateCheckWithVisitor {
|
|
2733
2733
|
constructor() {
|
|
@@ -2760,7 +2760,7 @@ var factory4 = {
|
|
|
2760
2760
|
create: () => new MissingNgForOfLetCheck()
|
|
2761
2761
|
};
|
|
2762
2762
|
|
|
2763
|
-
// bazel-out/
|
|
2763
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
|
|
2764
2764
|
import { Binary } from "@angular/compiler";
|
|
2765
2765
|
import ts17 from "typescript";
|
|
2766
2766
|
var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -2806,7 +2806,7 @@ var factory5 = {
|
|
|
2806
2806
|
}
|
|
2807
2807
|
};
|
|
2808
2808
|
|
|
2809
|
-
// bazel-out/
|
|
2809
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
|
|
2810
2810
|
import { SafeCall, SafeKeyedRead, SafePropertyRead } from "@angular/compiler";
|
|
2811
2811
|
import ts18 from "typescript";
|
|
2812
2812
|
var OptionalChainNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -2853,7 +2853,7 @@ var factory6 = {
|
|
|
2853
2853
|
}
|
|
2854
2854
|
};
|
|
2855
2855
|
|
|
2856
|
-
// bazel-out/
|
|
2856
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
|
|
2857
2857
|
import { TmplAstBoundAttribute as TmplAstBoundAttribute2 } from "@angular/compiler";
|
|
2858
2858
|
var STYLE_SUFFIXES = ["px", "%", "em"];
|
|
2859
2859
|
var SuffixNotSupportedCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -2877,7 +2877,7 @@ var factory7 = {
|
|
|
2877
2877
|
create: () => new SuffixNotSupportedCheck()
|
|
2878
2878
|
};
|
|
2879
2879
|
|
|
2880
|
-
// bazel-out/
|
|
2880
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
|
|
2881
2881
|
import { TmplAstTextAttribute } from "@angular/compiler";
|
|
2882
2882
|
var TextAttributeNotBindingSpec = class extends TemplateCheckWithVisitor {
|
|
2883
2883
|
constructor() {
|
|
@@ -2916,7 +2916,7 @@ var factory8 = {
|
|
|
2916
2916
|
create: () => new TextAttributeNotBindingSpec()
|
|
2917
2917
|
};
|
|
2918
2918
|
|
|
2919
|
-
// bazel-out/
|
|
2919
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/uninvoked_function_in_event_binding/index.mjs
|
|
2920
2920
|
import { ASTWithSource as ASTWithSource4, Call, Chain, Conditional, ParsedEventType, PropertyRead as PropertyRead3, SafeCall as SafeCall2, SafePropertyRead as SafePropertyRead2, TmplAstBoundEvent as TmplAstBoundEvent2 } from "@angular/compiler";
|
|
2921
2921
|
var UninvokedFunctionInEventBindingSpec = class extends TemplateCheckWithVisitor {
|
|
2922
2922
|
constructor() {
|
|
@@ -2968,7 +2968,7 @@ var factory9 = {
|
|
|
2968
2968
|
create: () => new UninvokedFunctionInEventBindingSpec()
|
|
2969
2969
|
};
|
|
2970
2970
|
|
|
2971
|
-
// bazel-out/
|
|
2971
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/unused_let_declaration/index.mjs
|
|
2972
2972
|
import { AST, ASTWithSource as ASTWithSource5, TmplAstLetDeclaration } from "@angular/compiler";
|
|
2973
2973
|
var UnusedLetDeclarationCheck = class extends TemplateCheckWithVisitor {
|
|
2974
2974
|
constructor() {
|
|
@@ -3013,10 +3013,10 @@ var factory10 = {
|
|
|
3013
3013
|
create: () => new UnusedLetDeclarationCheck()
|
|
3014
3014
|
};
|
|
3015
3015
|
|
|
3016
|
-
// bazel-out/
|
|
3016
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
3017
3017
|
import ts19 from "typescript";
|
|
3018
3018
|
|
|
3019
|
-
// bazel-out/
|
|
3019
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
|
|
3020
3020
|
var DiagnosticCategoryLabel;
|
|
3021
3021
|
(function(DiagnosticCategoryLabel2) {
|
|
3022
3022
|
DiagnosticCategoryLabel2["Warning"] = "warning";
|
|
@@ -3024,7 +3024,7 @@ var DiagnosticCategoryLabel;
|
|
|
3024
3024
|
DiagnosticCategoryLabel2["Suppress"] = "suppress";
|
|
3025
3025
|
})(DiagnosticCategoryLabel || (DiagnosticCategoryLabel = {}));
|
|
3026
3026
|
|
|
3027
|
-
// bazel-out/
|
|
3027
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
3028
3028
|
var ExtendedTemplateCheckerImpl = class {
|
|
3029
3029
|
constructor(templateTypeChecker, typeChecker, templateCheckFactories, options) {
|
|
3030
3030
|
var _a, _b, _c, _d, _e;
|
|
@@ -3077,7 +3077,7 @@ function assertNever(value) {
|
|
|
3077
3077
|
${value}`);
|
|
3078
3078
|
}
|
|
3079
3079
|
|
|
3080
|
-
// bazel-out/
|
|
3080
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
|
|
3081
3081
|
var ALL_DIAGNOSTIC_FACTORIES = [
|
|
3082
3082
|
factory2,
|
|
3083
3083
|
factory5,
|
|
@@ -3095,7 +3095,7 @@ var SUPPORTED_DIAGNOSTIC_NAMES = /* @__PURE__ */ new Set([
|
|
|
3095
3095
|
...ALL_DIAGNOSTIC_FACTORIES.map((factory11) => factory11.name)
|
|
3096
3096
|
]);
|
|
3097
3097
|
|
|
3098
|
-
// bazel-out/
|
|
3098
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/template_semantics/src/template_semantics_checker.mjs
|
|
3099
3099
|
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";
|
|
3100
3100
|
import ts20 from "typescript";
|
|
3101
3101
|
var TemplateSemanticsCheckerImpl = class {
|
|
@@ -3186,7 +3186,7 @@ function unwrapAstWithSource(ast) {
|
|
|
3186
3186
|
return ast instanceof ASTWithSource6 ? ast.ast : ast;
|
|
3187
3187
|
}
|
|
3188
3188
|
|
|
3189
|
-
// bazel-out/
|
|
3189
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/rules/initializer_api_usage_rule.mjs
|
|
3190
3190
|
import ts21 from "typescript";
|
|
3191
3191
|
var APIS_TO_CHECK = [
|
|
3192
3192
|
INPUT_INITIALIZER_FN,
|
|
@@ -3237,7 +3237,7 @@ var InitializerApiUsageRule = class {
|
|
|
3237
3237
|
}
|
|
3238
3238
|
};
|
|
3239
3239
|
|
|
3240
|
-
// bazel-out/
|
|
3240
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/source_file_validator.mjs
|
|
3241
3241
|
var SourceFileValidator = class {
|
|
3242
3242
|
constructor(reflector, importedSymbolsTracker) {
|
|
3243
3243
|
this.rules = [new InitializerApiUsageRule(reflector, importedSymbolsTracker)];
|
|
@@ -3275,7 +3275,7 @@ var SourceFileValidator = class {
|
|
|
3275
3275
|
}
|
|
3276
3276
|
};
|
|
3277
3277
|
|
|
3278
|
-
// bazel-out/
|
|
3278
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/core_version.mjs
|
|
3279
3279
|
function coreHasSymbol(program, symbol) {
|
|
3280
3280
|
const checker = program.getTypeChecker();
|
|
3281
3281
|
for (const sf of program.getSourceFiles().filter(isMaybeCore)) {
|
|
@@ -3294,7 +3294,7 @@ function isMaybeCore(sf) {
|
|
|
3294
3294
|
return sf.isDeclarationFile && sf.fileName.includes("@angular/core") && sf.fileName.endsWith("index.d.ts");
|
|
3295
3295
|
}
|
|
3296
3296
|
|
|
3297
|
-
// bazel-out/
|
|
3297
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/feature_detection.mjs
|
|
3298
3298
|
import semver from "semver";
|
|
3299
3299
|
function coreVersionSupportsFeature(coreVersion, minVersion) {
|
|
3300
3300
|
if (coreVersion === `0.0.0-${"PLACEHOLDER"}`) {
|
|
@@ -3303,7 +3303,7 @@ function coreVersionSupportsFeature(coreVersion, minVersion) {
|
|
|
3303
3303
|
return semver.satisfies(coreVersion, minVersion);
|
|
3304
3304
|
}
|
|
3305
3305
|
|
|
3306
|
-
// bazel-out/
|
|
3306
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
3307
3307
|
var CompilationTicketKind;
|
|
3308
3308
|
(function(CompilationTicketKind2) {
|
|
3309
3309
|
CompilationTicketKind2[CompilationTicketKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -4126,7 +4126,7 @@ function versionMapFromProgram(program, driver) {
|
|
|
4126
4126
|
return versions;
|
|
4127
4127
|
}
|
|
4128
4128
|
|
|
4129
|
-
// bazel-out/
|
|
4129
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
|
|
4130
4130
|
import ts23 from "typescript";
|
|
4131
4131
|
var DelegatingCompilerHost = class {
|
|
4132
4132
|
get jsDocParsingMode() {
|
|
@@ -4265,7 +4265,7 @@ var NgCompilerHost = class extends DelegatingCompilerHost {
|
|
|
4265
4265
|
}
|
|
4266
4266
|
};
|
|
4267
4267
|
|
|
4268
|
-
// bazel-out/
|
|
4268
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
4269
4269
|
var NgtscProgram = class {
|
|
4270
4270
|
constructor(rootNames, options, delegateHost, oldProgram) {
|
|
4271
4271
|
this.options = options;
|
|
@@ -4491,15 +4491,15 @@ function mergeEmitResults(emitResults) {
|
|
|
4491
4491
|
return { diagnostics, emitSkipped, emittedFiles };
|
|
4492
4492
|
}
|
|
4493
4493
|
|
|
4494
|
-
// bazel-out/
|
|
4494
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
|
|
4495
4495
|
function createProgram({ rootNames, options, host, oldProgram }) {
|
|
4496
4496
|
return new NgtscProgram(rootNames, options, host, oldProgram);
|
|
4497
4497
|
}
|
|
4498
4498
|
|
|
4499
|
-
// bazel-out/
|
|
4499
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
4500
4500
|
import ts26 from "typescript";
|
|
4501
4501
|
|
|
4502
|
-
// bazel-out/
|
|
4502
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
|
|
4503
4503
|
import ts25 from "typescript";
|
|
4504
4504
|
function createMessageDiagnostic(messageText) {
|
|
4505
4505
|
return {
|
|
@@ -4513,7 +4513,7 @@ function createMessageDiagnostic(messageText) {
|
|
|
4513
4513
|
};
|
|
4514
4514
|
}
|
|
4515
4515
|
|
|
4516
|
-
// bazel-out/
|
|
4516
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
4517
4517
|
var defaultFormatHost = {
|
|
4518
4518
|
getCurrentDirectory: () => ts26.sys.getCurrentDirectory(),
|
|
4519
4519
|
getCanonicalFileName: (fileName) => fileName,
|
|
@@ -4744,4 +4744,4 @@ export {
|
|
|
4744
4744
|
* Use of this source code is governed by an MIT-style license that can be
|
|
4745
4745
|
* found in the LICENSE file at https://angular.io/license
|
|
4746
4746
|
*/
|
|
4747
|
-
//# sourceMappingURL=chunk-
|
|
4747
|
+
//# sourceMappingURL=chunk-QJ5A7O7J.js.map
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
const require = __cjsCompatRequire(import.meta.url);
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
// bazel-out/
|
|
6
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/logger.mjs
|
|
7
7
|
var LogLevel;
|
|
8
8
|
(function(LogLevel2) {
|
|
9
9
|
LogLevel2[LogLevel2["debug"] = 0] = "debug";
|
|
@@ -12,7 +12,7 @@ var LogLevel;
|
|
|
12
12
|
LogLevel2[LogLevel2["error"] = 3] = "error";
|
|
13
13
|
})(LogLevel || (LogLevel = {}));
|
|
14
14
|
|
|
15
|
-
// bazel-out/
|
|
15
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/console_logger.mjs
|
|
16
16
|
var RESET = "\x1B[0m";
|
|
17
17
|
var RED = "\x1B[31m";
|
|
18
18
|
var YELLOW = "\x1B[33m";
|
|
@@ -53,4 +53,4 @@ export {
|
|
|
53
53
|
* Use of this source code is governed by an MIT-style license that can be
|
|
54
54
|
* found in the LICENSE file at https://angular.io/license
|
|
55
55
|
*/
|
|
56
|
-
//# sourceMappingURL=chunk-
|
|
56
|
+
//# sourceMappingURL=chunk-SBDNBITT.js.map
|