@angular/compiler-cli 18.0.6 → 18.0.7
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-PWU4NHFU.js → chunk-3FYEXOWS.js} +13 -13
- package/bundles/{chunk-JZQHA4E7.js → chunk-AQFTVE7F.js} +5 -5
- package/bundles/{chunk-BLUBTRCD.js → chunk-FNQUZMW7.js} +43 -43
- package/bundles/{chunk-4B53GUJY.js → chunk-I4RVQ5MC.js} +132 -124
- package/bundles/chunk-I4RVQ5MC.js.map +6 -0
- package/bundles/{chunk-DSDKAUAS.js → chunk-IS2LPBWO.js} +5 -5
- package/bundles/{chunk-XSV3ZGZJ.js → chunk-QCOFEAR4.js} +31 -31
- package/bundles/{chunk-LYJKWJUC.js → chunk-SBDNBITT.js} +3 -3
- package/bundles/{chunk-6X2NNIEJ.js → chunk-SFKDQKE5.js} +5 -5
- package/bundles/{chunk-QYV344EV.js → chunk-WR7TUJ7M.js} +7 -7
- package/bundles/{chunk-3W345P4E.js → chunk-XNL3EK5H.js} +7 -7
- package/bundles/{chunk-6URKYGDE.js → chunk-Y7DKRD2S.js} +78 -78
- 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 +5 -5
- package/bundles/private/tooling.js +5 -5
- 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-4B53GUJY.js.map +0 -6
- /package/bundles/{chunk-PWU4NHFU.js.map → chunk-3FYEXOWS.js.map} +0 -0
- /package/bundles/{chunk-JZQHA4E7.js.map → chunk-AQFTVE7F.js.map} +0 -0
- /package/bundles/{chunk-BLUBTRCD.js.map → chunk-FNQUZMW7.js.map} +0 -0
- /package/bundles/{chunk-DSDKAUAS.js.map → chunk-IS2LPBWO.js.map} +0 -0
- /package/bundles/{chunk-XSV3ZGZJ.js.map → chunk-QCOFEAR4.js.map} +0 -0
- /package/bundles/{chunk-LYJKWJUC.js.map → chunk-SBDNBITT.js.map} +0 -0
- /package/bundles/{chunk-6X2NNIEJ.js.map → chunk-SFKDQKE5.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
- /package/bundles/{chunk-6URKYGDE.js.map → chunk-Y7DKRD2S.js.map} +0 -0
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
PotentialImportKind,
|
|
9
9
|
PotentialImportMode,
|
|
10
10
|
SymbolKind
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-SFKDQKE5.js";
|
|
12
12
|
import {
|
|
13
13
|
CompilationMode,
|
|
14
14
|
ComponentDecoratorHandler,
|
|
@@ -44,7 +44,7 @@ import {
|
|
|
44
44
|
isHostDirectiveMetaForGlobalMode,
|
|
45
45
|
ivyTransformFactory,
|
|
46
46
|
tryParseInitializerApi
|
|
47
|
-
} from "./chunk-
|
|
47
|
+
} from "./chunk-Y7DKRD2S.js";
|
|
48
48
|
import {
|
|
49
49
|
AbsoluteModuleStrategy,
|
|
50
50
|
AliasStrategy,
|
|
@@ -94,14 +94,14 @@ import {
|
|
|
94
94
|
toUnredirectedSourceFile,
|
|
95
95
|
translateExpression,
|
|
96
96
|
translateType
|
|
97
|
-
} from "./chunk-
|
|
97
|
+
} from "./chunk-FNQUZMW7.js";
|
|
98
98
|
import {
|
|
99
99
|
ActivePerfRecorder,
|
|
100
100
|
DelegatingPerfRecorder,
|
|
101
101
|
PerfCheckpoint,
|
|
102
102
|
PerfEvent,
|
|
103
103
|
PerfPhase
|
|
104
|
-
} from "./chunk-
|
|
104
|
+
} from "./chunk-AQFTVE7F.js";
|
|
105
105
|
import {
|
|
106
106
|
LogicalFileSystem,
|
|
107
107
|
absoluteFrom,
|
|
@@ -111,9 +111,9 @@ import {
|
|
|
111
111
|
getSourceFileOrError,
|
|
112
112
|
join,
|
|
113
113
|
resolve
|
|
114
|
-
} from "./chunk-
|
|
114
|
+
} from "./chunk-XNL3EK5H.js";
|
|
115
115
|
|
|
116
|
-
// bazel-out/
|
|
116
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/api.mjs
|
|
117
117
|
var DEFAULT_ERROR_CODE = 100;
|
|
118
118
|
var UNKNOWN_ERROR_CODE = 500;
|
|
119
119
|
var SOURCE = "angular";
|
|
@@ -131,7 +131,7 @@ var EmitFlags;
|
|
|
131
131
|
EmitFlags2[EmitFlags2["All"] = 31] = "All";
|
|
132
132
|
})(EmitFlags || (EmitFlags = {}));
|
|
133
133
|
|
|
134
|
-
// bazel-out/
|
|
134
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/compiler_host.mjs
|
|
135
135
|
import ts from "typescript";
|
|
136
136
|
var wrapHostForTest = null;
|
|
137
137
|
function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, true) }) {
|
|
@@ -141,7 +141,7 @@ function createCompilerHost({ options, tsHost = ts.createCompilerHost(options, t
|
|
|
141
141
|
return tsHost;
|
|
142
142
|
}
|
|
143
143
|
|
|
144
|
-
// bazel-out/
|
|
144
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/entities.mjs
|
|
145
145
|
var EntryType;
|
|
146
146
|
(function(EntryType2) {
|
|
147
147
|
EntryType2["Block"] = "block";
|
|
@@ -188,23 +188,23 @@ function isDocEntryWithSourceInfo(entry) {
|
|
|
188
188
|
return "source" in entry;
|
|
189
189
|
}
|
|
190
190
|
|
|
191
|
-
// bazel-out/
|
|
191
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
|
|
192
192
|
import ts10 from "typescript";
|
|
193
193
|
|
|
194
|
-
// bazel-out/
|
|
194
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
|
|
195
195
|
import ts5 from "typescript";
|
|
196
196
|
|
|
197
|
-
// bazel-out/
|
|
197
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/filters.mjs
|
|
198
198
|
function isAngularPrivateName(name) {
|
|
199
199
|
var _a;
|
|
200
200
|
const firstChar = (_a = name[0]) != null ? _a : "";
|
|
201
201
|
return firstChar === "\u0275" || firstChar === "_";
|
|
202
202
|
}
|
|
203
203
|
|
|
204
|
-
// bazel-out/
|
|
204
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
|
|
205
205
|
import ts3 from "typescript";
|
|
206
206
|
|
|
207
|
-
// bazel-out/
|
|
207
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/generics_extractor.mjs
|
|
208
208
|
function extractGenerics(declaration) {
|
|
209
209
|
var _a, _b;
|
|
210
210
|
return (_b = (_a = declaration.typeParameters) == null ? void 0 : _a.map((typeParam) => {
|
|
@@ -217,9 +217,9 @@ function extractGenerics(declaration) {
|
|
|
217
217
|
})) != null ? _b : [];
|
|
218
218
|
}
|
|
219
219
|
|
|
220
|
-
// bazel-out/
|
|
220
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/jsdoc_extractor.mjs
|
|
221
221
|
import ts2 from "typescript";
|
|
222
|
-
var decoratorExpression = /@(?=(Injectable|Component|Directive|Pipe|NgModule|Input|Output|HostBinding|HostListener|Inject|Optional|Self|Host|SkipSelf))/g;
|
|
222
|
+
var decoratorExpression = /@(?=(Injectable|Component|Directive|Pipe|NgModule|Input|Output|HostBinding|HostListener|Inject|Optional|Self|Host|SkipSelf|ViewChild|ViewChildren|ContentChild|ContentChildren))/g;
|
|
223
223
|
function extractJsDocTags(node) {
|
|
224
224
|
const escapedNode = getEscapedNode(node);
|
|
225
225
|
return ts2.getJSDocTags(escapedNode).map((t) => {
|
|
@@ -261,12 +261,12 @@ function unescapeAngularDecorators(comment) {
|
|
|
261
261
|
return comment.replace(/_NG_AT_/g, "@");
|
|
262
262
|
}
|
|
263
263
|
|
|
264
|
-
// bazel-out/
|
|
264
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_extractor.mjs
|
|
265
265
|
function extractResolvedTypeString(node, checker) {
|
|
266
266
|
return checker.typeToString(checker.getTypeAtLocation(node));
|
|
267
267
|
}
|
|
268
268
|
|
|
269
|
-
// bazel-out/
|
|
269
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/function_extractor.mjs
|
|
270
270
|
var FunctionExtractor = class {
|
|
271
271
|
constructor(name, declaration, typeChecker) {
|
|
272
272
|
this.name = name;
|
|
@@ -276,7 +276,11 @@ var FunctionExtractor = class {
|
|
|
276
276
|
extract() {
|
|
277
277
|
var _a;
|
|
278
278
|
const signature = this.typeChecker.getSignatureFromDeclaration(this.declaration);
|
|
279
|
-
const returnType = signature ? this.typeChecker.typeToString(
|
|
279
|
+
const returnType = signature ? this.typeChecker.typeToString(
|
|
280
|
+
this.typeChecker.getReturnTypeOfSignature(signature),
|
|
281
|
+
void 0,
|
|
282
|
+
ts3.TypeFormatFlags.NoTypeReduction | ts3.TypeFormatFlags.NoTruncation
|
|
283
|
+
) : "unknown";
|
|
280
284
|
const jsdocsTags = extractJsDocTags(this.declaration);
|
|
281
285
|
return {
|
|
282
286
|
params: extractAllParams(this.declaration.parameters, this.typeChecker),
|
|
@@ -325,7 +329,7 @@ function extractAllParams(params, typeChecker) {
|
|
|
325
329
|
}));
|
|
326
330
|
}
|
|
327
331
|
|
|
328
|
-
// bazel-out/
|
|
332
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/internal.mjs
|
|
329
333
|
import ts4 from "typescript";
|
|
330
334
|
function isInternal(member) {
|
|
331
335
|
return extractJsDocTags(member).some((tag) => tag.name === "internal") || hasLeadingInternalComment(member);
|
|
@@ -344,7 +348,7 @@ function hasLeadingInternalComment(member) {
|
|
|
344
348
|
)) != null ? _a : false;
|
|
345
349
|
}
|
|
346
350
|
|
|
347
|
-
// bazel-out/
|
|
351
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/class_extractor.mjs
|
|
348
352
|
var ClassExtractor = class {
|
|
349
353
|
constructor(declaration, typeChecker) {
|
|
350
354
|
this.declaration = declaration;
|
|
@@ -602,7 +606,7 @@ function extractInterface(declaration, typeChecker) {
|
|
|
602
606
|
return extractor.extract();
|
|
603
607
|
}
|
|
604
608
|
|
|
605
|
-
// bazel-out/
|
|
609
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/constant_extractor.mjs
|
|
606
610
|
import ts6 from "typescript";
|
|
607
611
|
var LITERAL_AS_ENUM_TAG = "object-literal-as-enum";
|
|
608
612
|
function extractConstant(declaration, typeChecker) {
|
|
@@ -660,7 +664,7 @@ function extractLiteralPropertiesAsEnumMembers(declaration) {
|
|
|
660
664
|
});
|
|
661
665
|
}
|
|
662
666
|
|
|
663
|
-
// bazel-out/
|
|
667
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/decorator_extractor.mjs
|
|
664
668
|
import ts7 from "typescript";
|
|
665
669
|
function extractorDecorator(declaration, typeChecker) {
|
|
666
670
|
const documentedNode = getDecoratorJsDocNode(declaration);
|
|
@@ -733,7 +737,7 @@ function getDecoratorJsDocNode(declaration) {
|
|
|
733
737
|
return callSignature;
|
|
734
738
|
}
|
|
735
739
|
|
|
736
|
-
// bazel-out/
|
|
740
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/enum_extractor.mjs
|
|
737
741
|
import ts8 from "typescript";
|
|
738
742
|
function extractEnum(declaration, typeChecker) {
|
|
739
743
|
return {
|
|
@@ -764,7 +768,7 @@ function getEnumMemberValue(memberNode) {
|
|
|
764
768
|
return (_a = literal == null ? void 0 : literal.getText()) != null ? _a : "";
|
|
765
769
|
}
|
|
766
770
|
|
|
767
|
-
// bazel-out/
|
|
771
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/initializer_api_function_extractor.mjs
|
|
768
772
|
import ts9 from "typescript";
|
|
769
773
|
var initializerApiTag = "initializerApiFunction";
|
|
770
774
|
function isInitializerApiFunction(node, typeChecker) {
|
|
@@ -870,7 +874,7 @@ function filterSignatureDeclarations(signatures) {
|
|
|
870
874
|
for (const signature of signatures) {
|
|
871
875
|
const decl = signature.getDeclaration();
|
|
872
876
|
if (ts9.isFunctionDeclaration(decl) || ts9.isCallSignatureDeclaration(decl)) {
|
|
873
|
-
result.push(decl);
|
|
877
|
+
result.push({ signature, decl });
|
|
874
878
|
}
|
|
875
879
|
}
|
|
876
880
|
return result;
|
|
@@ -878,16 +882,20 @@ function filterSignatureDeclarations(signatures) {
|
|
|
878
882
|
function extractFunctionWithOverloads(name, signatures, typeChecker) {
|
|
879
883
|
return {
|
|
880
884
|
name,
|
|
881
|
-
signatures: filterSignatureDeclarations(signatures).map((
|
|
885
|
+
signatures: filterSignatureDeclarations(signatures).map(({ decl, signature }) => ({
|
|
882
886
|
name,
|
|
883
887
|
entryType: EntryType.Function,
|
|
884
|
-
description: extractJsDocDescription(
|
|
885
|
-
generics: extractGenerics(
|
|
888
|
+
description: extractJsDocDescription(decl),
|
|
889
|
+
generics: extractGenerics(decl),
|
|
886
890
|
isNewType: false,
|
|
887
|
-
jsdocTags: extractJsDocTags(
|
|
888
|
-
params: extractAllParams(
|
|
889
|
-
rawComment: extractRawJsDoc(
|
|
890
|
-
returnType: typeChecker.typeToString(
|
|
891
|
+
jsdocTags: extractJsDocTags(decl),
|
|
892
|
+
params: extractAllParams(decl.parameters, typeChecker),
|
|
893
|
+
rawComment: extractRawJsDoc(decl),
|
|
894
|
+
returnType: typeChecker.typeToString(
|
|
895
|
+
typeChecker.getReturnTypeOfSignature(signature),
|
|
896
|
+
void 0,
|
|
897
|
+
ts9.TypeFormatFlags.NoTypeReduction | ts9.TypeFormatFlags.NoTruncation
|
|
898
|
+
)
|
|
891
899
|
})),
|
|
892
900
|
implementation: null
|
|
893
901
|
};
|
|
@@ -901,7 +909,7 @@ function findImplementationOfFunction(node, typeChecker) {
|
|
|
901
909
|
return (_a = symbol == null ? void 0 : symbol.declarations) == null ? void 0 : _a.find((s) => ts9.isFunctionDeclaration(s) && s.body !== void 0);
|
|
902
910
|
}
|
|
903
911
|
|
|
904
|
-
// bazel-out/
|
|
912
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_alias_extractor.mjs
|
|
905
913
|
function extractTypeAlias(declaration) {
|
|
906
914
|
return {
|
|
907
915
|
name: declaration.name.getText(),
|
|
@@ -913,7 +921,7 @@ function extractTypeAlias(declaration) {
|
|
|
913
921
|
};
|
|
914
922
|
}
|
|
915
923
|
|
|
916
|
-
// bazel-out/
|
|
924
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
|
|
917
925
|
var DocsExtractor = class {
|
|
918
926
|
constructor(typeChecker, metadataReader) {
|
|
919
927
|
this.typeChecker = typeChecker;
|
|
@@ -997,11 +1005,11 @@ function getRelativeFilePath(sourceFile, rootDir) {
|
|
|
997
1005
|
return relativePath;
|
|
998
1006
|
}
|
|
999
1007
|
|
|
1000
|
-
// bazel-out/
|
|
1008
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
1001
1009
|
import { HtmlParser, MessageBundle } from "@angular/compiler";
|
|
1002
1010
|
import ts43 from "typescript";
|
|
1003
1011
|
|
|
1004
|
-
// bazel-out/
|
|
1012
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
|
|
1005
1013
|
import { Xliff, Xliff2, Xmb } from "@angular/compiler";
|
|
1006
1014
|
import * as path from "path";
|
|
1007
1015
|
function i18nGetExtension(formatName) {
|
|
@@ -1052,10 +1060,10 @@ function getPathNormalizer(basePath) {
|
|
|
1052
1060
|
};
|
|
1053
1061
|
}
|
|
1054
1062
|
|
|
1055
|
-
// bazel-out/
|
|
1063
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
1056
1064
|
import ts11 from "typescript";
|
|
1057
1065
|
|
|
1058
|
-
// bazel-out/
|
|
1066
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
|
|
1059
1067
|
function toNumbers(value) {
|
|
1060
1068
|
const suffixIndex = value.lastIndexOf("-");
|
|
1061
1069
|
return value.slice(0, suffixIndex === -1 ? value.length : suffixIndex).split(".").map((segment) => {
|
|
@@ -1090,7 +1098,7 @@ function compareVersions(v1, v2) {
|
|
|
1090
1098
|
return compareNumbers(toNumbers(v1), toNumbers(v2));
|
|
1091
1099
|
}
|
|
1092
1100
|
|
|
1093
|
-
// bazel-out/
|
|
1101
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
1094
1102
|
var MIN_TS_VERSION = "5.4.0";
|
|
1095
1103
|
var MAX_TS_VERSION = "5.5.0";
|
|
1096
1104
|
var tsVersion = ts11.version;
|
|
@@ -1103,11 +1111,11 @@ function verifySupportedTypeScriptVersion() {
|
|
|
1103
1111
|
checkVersion(tsVersion, MIN_TS_VERSION, MAX_TS_VERSION);
|
|
1104
1112
|
}
|
|
1105
1113
|
|
|
1106
|
-
// bazel-out/
|
|
1114
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
1107
1115
|
import { R3Identifiers as R3Identifiers5 } from "@angular/compiler";
|
|
1108
1116
|
import ts41 from "typescript";
|
|
1109
1117
|
|
|
1110
|
-
// bazel-out/
|
|
1118
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
|
|
1111
1119
|
var CycleAnalyzer = class {
|
|
1112
1120
|
constructor(importGraph) {
|
|
1113
1121
|
this.importGraph = importGraph;
|
|
@@ -1178,7 +1186,7 @@ var Cycle = class {
|
|
|
1178
1186
|
}
|
|
1179
1187
|
};
|
|
1180
1188
|
|
|
1181
|
-
// bazel-out/
|
|
1189
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
|
|
1182
1190
|
import ts12 from "typescript";
|
|
1183
1191
|
var ImportGraph = class {
|
|
1184
1192
|
constructor(checker, perf) {
|
|
@@ -1270,7 +1278,7 @@ var Found = class {
|
|
|
1270
1278
|
}
|
|
1271
1279
|
};
|
|
1272
1280
|
|
|
1273
|
-
// bazel-out/
|
|
1281
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
|
|
1274
1282
|
import ts13 from "typescript";
|
|
1275
1283
|
var FlatIndexGenerator = class {
|
|
1276
1284
|
constructor(entryPoint, relativeFlatIndexPath, moduleName) {
|
|
@@ -1295,7 +1303,7 @@ export * from '${relativeEntryPoint}';
|
|
|
1295
1303
|
}
|
|
1296
1304
|
};
|
|
1297
1305
|
|
|
1298
|
-
// bazel-out/
|
|
1306
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
|
|
1299
1307
|
function findFlatIndexEntryPoint(rootFiles) {
|
|
1300
1308
|
const tsFiles = rootFiles.filter((file) => isNonDeclarationTsPath(file));
|
|
1301
1309
|
let resolvedEntryPoint = null;
|
|
@@ -1311,7 +1319,7 @@ function findFlatIndexEntryPoint(rootFiles) {
|
|
|
1311
1319
|
return resolvedEntryPoint;
|
|
1312
1320
|
}
|
|
1313
1321
|
|
|
1314
|
-
// bazel-out/
|
|
1322
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
|
|
1315
1323
|
import ts14 from "typescript";
|
|
1316
1324
|
function checkForPrivateExports(entryPoint, checker, refGraph) {
|
|
1317
1325
|
const diagnostics = [];
|
|
@@ -1391,7 +1399,7 @@ function getDescriptorOfDeclaration(decl) {
|
|
|
1391
1399
|
}
|
|
1392
1400
|
}
|
|
1393
1401
|
|
|
1394
|
-
// bazel-out/
|
|
1402
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
|
|
1395
1403
|
var ReferenceGraph = class {
|
|
1396
1404
|
constructor() {
|
|
1397
1405
|
this.references = /* @__PURE__ */ new Map();
|
|
@@ -1445,7 +1453,7 @@ var ReferenceGraph = class {
|
|
|
1445
1453
|
}
|
|
1446
1454
|
};
|
|
1447
1455
|
|
|
1448
|
-
// bazel-out/
|
|
1456
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/api.mjs
|
|
1449
1457
|
var NgOriginalFile = Symbol("NgOriginalFile");
|
|
1450
1458
|
var UpdateMode;
|
|
1451
1459
|
(function(UpdateMode2) {
|
|
@@ -1453,13 +1461,13 @@ var UpdateMode;
|
|
|
1453
1461
|
UpdateMode2[UpdateMode2["Incremental"] = 1] = "Incremental";
|
|
1454
1462
|
})(UpdateMode || (UpdateMode = {}));
|
|
1455
1463
|
|
|
1456
|
-
// bazel-out/
|
|
1464
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
|
|
1457
1465
|
import ts16 from "typescript";
|
|
1458
1466
|
|
|
1459
|
-
// bazel-out/
|
|
1467
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
1460
1468
|
import ts15 from "typescript";
|
|
1461
1469
|
|
|
1462
|
-
// bazel-out/
|
|
1470
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/expando.mjs
|
|
1463
1471
|
var NgExtension = Symbol("NgExtension");
|
|
1464
1472
|
function isExtended(sf) {
|
|
1465
1473
|
return sf[NgExtension] !== void 0;
|
|
@@ -1519,13 +1527,13 @@ function retagTsFile(sf) {
|
|
|
1519
1527
|
}
|
|
1520
1528
|
}
|
|
1521
1529
|
|
|
1522
|
-
// bazel-out/
|
|
1530
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/util.mjs
|
|
1523
1531
|
var TS_EXTENSIONS = /\.tsx?$/i;
|
|
1524
1532
|
function makeShimFileName(fileName, suffix) {
|
|
1525
1533
|
return absoluteFrom(fileName.replace(TS_EXTENSIONS, suffix));
|
|
1526
1534
|
}
|
|
1527
1535
|
|
|
1528
|
-
// bazel-out/
|
|
1536
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/adapter.mjs
|
|
1529
1537
|
var ShimAdapter = class {
|
|
1530
1538
|
constructor(delegate, tsRootFiles, topLevelGenerators, perFileGenerators, oldProgram) {
|
|
1531
1539
|
this.delegate = delegate;
|
|
@@ -1620,7 +1628,7 @@ var ShimAdapter = class {
|
|
|
1620
1628
|
}
|
|
1621
1629
|
};
|
|
1622
1630
|
|
|
1623
|
-
// bazel-out/
|
|
1631
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/shims/src/reference_tagger.mjs
|
|
1624
1632
|
var ShimReferenceTagger = class {
|
|
1625
1633
|
constructor(shimExtensions) {
|
|
1626
1634
|
this.tagged = /* @__PURE__ */ new Set();
|
|
@@ -1654,7 +1662,7 @@ var ShimReferenceTagger = class {
|
|
|
1654
1662
|
}
|
|
1655
1663
|
};
|
|
1656
1664
|
|
|
1657
|
-
// bazel-out/
|
|
1665
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program_driver/src/ts_create_program_driver.mjs
|
|
1658
1666
|
var DelegatingCompilerHost = class {
|
|
1659
1667
|
get jsDocParsingMode() {
|
|
1660
1668
|
return this.delegate.jsDocParsingMode;
|
|
@@ -1773,7 +1781,7 @@ var TsCreateProgramDriver = class {
|
|
|
1773
1781
|
}
|
|
1774
1782
|
};
|
|
1775
1783
|
|
|
1776
|
-
// bazel-out/
|
|
1784
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
|
|
1777
1785
|
var FileDependencyGraph = class {
|
|
1778
1786
|
constructor() {
|
|
1779
1787
|
this.nodes = /* @__PURE__ */ new Map();
|
|
@@ -1840,7 +1848,7 @@ function isLogicallyChanged(sf, node, changedTsPaths, deletedTsPaths, changedRes
|
|
|
1840
1848
|
return false;
|
|
1841
1849
|
}
|
|
1842
1850
|
|
|
1843
|
-
// bazel-out/
|
|
1851
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
|
|
1844
1852
|
var IncrementalStateKind;
|
|
1845
1853
|
(function(IncrementalStateKind2) {
|
|
1846
1854
|
IncrementalStateKind2[IncrementalStateKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -1848,7 +1856,7 @@ var IncrementalStateKind;
|
|
|
1848
1856
|
IncrementalStateKind2[IncrementalStateKind2["Analyzed"] = 2] = "Analyzed";
|
|
1849
1857
|
})(IncrementalStateKind || (IncrementalStateKind = {}));
|
|
1850
1858
|
|
|
1851
|
-
// bazel-out/
|
|
1859
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
|
|
1852
1860
|
var PhaseKind;
|
|
1853
1861
|
(function(PhaseKind2) {
|
|
1854
1862
|
PhaseKind2[PhaseKind2["Analysis"] = 0] = "Analysis";
|
|
@@ -2049,7 +2057,7 @@ function toOriginalSourceFile(sf) {
|
|
|
2049
2057
|
}
|
|
2050
2058
|
}
|
|
2051
2059
|
|
|
2052
|
-
// bazel-out/
|
|
2060
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
|
|
2053
2061
|
var TrackedIncrementalBuildStrategy = class {
|
|
2054
2062
|
constructor() {
|
|
2055
2063
|
this.state = null;
|
|
@@ -2085,7 +2093,7 @@ var PatchedProgramIncrementalBuildStrategy = class {
|
|
|
2085
2093
|
};
|
|
2086
2094
|
var SYM_INCREMENTAL_STATE = Symbol("NgIncrementalState");
|
|
2087
2095
|
|
|
2088
|
-
// bazel-out/
|
|
2096
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
|
|
2089
2097
|
var IdentifierKind;
|
|
2090
2098
|
(function(IdentifierKind2) {
|
|
2091
2099
|
IdentifierKind2[IdentifierKind2["Property"] = 0] = "Property";
|
|
@@ -2104,7 +2112,7 @@ var AbsoluteSourceSpan = class {
|
|
|
2104
2112
|
}
|
|
2105
2113
|
};
|
|
2106
2114
|
|
|
2107
|
-
// bazel-out/
|
|
2115
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
|
|
2108
2116
|
var IndexingContext = class {
|
|
2109
2117
|
constructor() {
|
|
2110
2118
|
this.components = /* @__PURE__ */ new Set();
|
|
@@ -2114,10 +2122,10 @@ var IndexingContext = class {
|
|
|
2114
2122
|
}
|
|
2115
2123
|
};
|
|
2116
2124
|
|
|
2117
|
-
// bazel-out/
|
|
2125
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
|
|
2118
2126
|
import { ParseSourceFile } from "@angular/compiler";
|
|
2119
2127
|
|
|
2120
|
-
// bazel-out/
|
|
2128
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
|
|
2121
2129
|
import { ASTWithSource, ImplicitReceiver, PropertyRead, PropertyWrite, RecursiveAstVisitor, TmplAstBoundDeferredTrigger, TmplAstElement, TmplAstRecursiveVisitor, TmplAstReference, TmplAstTemplate, TmplAstVariable } from "@angular/compiler";
|
|
2122
2130
|
var ExpressionVisitor = class extends RecursiveAstVisitor {
|
|
2123
2131
|
constructor(expressionStr, absoluteOffset, boundTemplate, targetToIdentifier) {
|
|
@@ -2412,7 +2420,7 @@ function getTemplateIdentifiers(boundTemplate) {
|
|
|
2412
2420
|
return { identifiers: visitor.identifiers, errors: visitor.errors };
|
|
2413
2421
|
}
|
|
2414
2422
|
|
|
2415
|
-
// bazel-out/
|
|
2423
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
|
|
2416
2424
|
function generateAnalysis(context) {
|
|
2417
2425
|
const analysis = /* @__PURE__ */ new Map();
|
|
2418
2426
|
context.components.forEach(({ declaration, selector, boundTemplate, templateMeta }) => {
|
|
@@ -2448,7 +2456,7 @@ function generateAnalysis(context) {
|
|
|
2448
2456
|
return analysis;
|
|
2449
2457
|
}
|
|
2450
2458
|
|
|
2451
|
-
// bazel-out/
|
|
2459
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.mjs
|
|
2452
2460
|
var NgModuleIndexImpl = class {
|
|
2453
2461
|
constructor(metaReader, localReader) {
|
|
2454
2462
|
this.metaReader = metaReader;
|
|
@@ -2537,7 +2545,7 @@ var NgModuleIndexImpl = class {
|
|
|
2537
2545
|
}
|
|
2538
2546
|
};
|
|
2539
2547
|
|
|
2540
|
-
// bazel-out/
|
|
2548
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
|
|
2541
2549
|
import ts17 from "typescript";
|
|
2542
2550
|
var CSS_PREPROCESSOR_EXT = /(\.scss|\.sass|\.less|\.styl)$/;
|
|
2543
2551
|
var RESOURCE_MARKER = ".$ngresource$";
|
|
@@ -2687,7 +2695,7 @@ function createLookupResolutionHost(adapter) {
|
|
|
2687
2695
|
};
|
|
2688
2696
|
}
|
|
2689
2697
|
|
|
2690
|
-
// bazel-out/
|
|
2698
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
|
|
2691
2699
|
var StandaloneComponentScopeReader = class {
|
|
2692
2700
|
constructor(metaReader, localModuleReader, dtsModuleReader) {
|
|
2693
2701
|
this.metaReader = metaReader;
|
|
@@ -2783,10 +2791,10 @@ var StandaloneComponentScopeReader = class {
|
|
|
2783
2791
|
}
|
|
2784
2792
|
};
|
|
2785
2793
|
|
|
2786
|
-
// bazel-out/
|
|
2794
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
|
|
2787
2795
|
import { CssSelector as CssSelector2, DomElementSchemaRegistry as DomElementSchemaRegistry2, ExternalExpr as ExternalExpr2, WrappedNodeExpr as WrappedNodeExpr2 } from "@angular/compiler";
|
|
2788
2796
|
|
|
2789
|
-
// bazel-out/
|
|
2797
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/diagnostic.mjs
|
|
2790
2798
|
import ts18 from "typescript";
|
|
2791
2799
|
function makeTemplateDiagnostic(templateId, mapping, span, category, code, messageText, relatedMessages) {
|
|
2792
2800
|
var _a;
|
|
@@ -2897,7 +2905,7 @@ function parseTemplateAsSourceFile(fileName, template) {
|
|
|
2897
2905
|
);
|
|
2898
2906
|
}
|
|
2899
2907
|
|
|
2900
|
-
// bazel-out/
|
|
2908
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/diagnostics/src/id.mjs
|
|
2901
2909
|
var TEMPLATE_ID = Symbol("ngTemplateId");
|
|
2902
2910
|
var NEXT_TEMPLATE_ID = Symbol("ngNextTemplateId");
|
|
2903
2911
|
function getTemplateId(clazz) {
|
|
@@ -2914,11 +2922,11 @@ function allocateTemplateId(sf) {
|
|
|
2914
2922
|
return `tcb${sf[NEXT_TEMPLATE_ID]++}`;
|
|
2915
2923
|
}
|
|
2916
2924
|
|
|
2917
|
-
// bazel-out/
|
|
2925
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
2918
2926
|
import { EmptyExpr, ImplicitReceiver as ImplicitReceiver2, PropertyRead as PropertyRead2, PropertyWrite as PropertyWrite2, SafePropertyRead, TmplAstLetDeclaration, TmplAstReference as TmplAstReference2, TmplAstTextAttribute } from "@angular/compiler";
|
|
2919
2927
|
import ts20 from "typescript";
|
|
2920
2928
|
|
|
2921
|
-
// bazel-out/
|
|
2929
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/comments.mjs
|
|
2922
2930
|
import { AbsoluteSourceSpan as AbsoluteSourceSpan2 } from "@angular/compiler";
|
|
2923
2931
|
import ts19 from "typescript";
|
|
2924
2932
|
var parseSpanComment = /^(\d+),(\d+)$/;
|
|
@@ -3049,7 +3057,7 @@ function hasExpressionIdentifier(sourceFile, node, identifier) {
|
|
|
3049
3057
|
}) || false;
|
|
3050
3058
|
}
|
|
3051
3059
|
|
|
3052
|
-
// bazel-out/
|
|
3060
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/completion.mjs
|
|
3053
3061
|
var CompletionEngine = class {
|
|
3054
3062
|
constructor(tcb, data, tcbPath, tcbIsShim) {
|
|
3055
3063
|
this.tcb = tcb;
|
|
@@ -4231,10 +4239,10 @@ var MagicString = class {
|
|
|
4231
4239
|
}
|
|
4232
4240
|
};
|
|
4233
4241
|
|
|
4234
|
-
// bazel-out/
|
|
4242
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
4235
4243
|
import ts33 from "typescript";
|
|
4236
4244
|
|
|
4237
|
-
// bazel-out/
|
|
4245
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/dom.mjs
|
|
4238
4246
|
import { DomElementSchemaRegistry } from "@angular/compiler";
|
|
4239
4247
|
import ts21 from "typescript";
|
|
4240
4248
|
var REGISTRY = new DomElementSchemaRegistry();
|
|
@@ -4287,10 +4295,10 @@ var RegistryDomSchemaChecker = class {
|
|
|
4287
4295
|
}
|
|
4288
4296
|
};
|
|
4289
4297
|
|
|
4290
|
-
// bazel-out/
|
|
4298
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
4291
4299
|
import ts26 from "typescript";
|
|
4292
4300
|
|
|
4293
|
-
// bazel-out/
|
|
4301
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/reference_emit_environment.mjs
|
|
4294
4302
|
import { ExpressionType, ExternalExpr, TypeModifier } from "@angular/compiler";
|
|
4295
4303
|
var ReferenceEmitEnvironment = class {
|
|
4296
4304
|
constructor(importManager, refEmitter, reflector, contextFile) {
|
|
@@ -4321,7 +4329,7 @@ var ReferenceEmitEnvironment = class {
|
|
|
4321
4329
|
}
|
|
4322
4330
|
};
|
|
4323
4331
|
|
|
4324
|
-
// bazel-out/
|
|
4332
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/ts_util.mjs
|
|
4325
4333
|
import ts22 from "typescript";
|
|
4326
4334
|
var SAFE_TO_CAST_WITHOUT_PARENS = /* @__PURE__ */ new Set([
|
|
4327
4335
|
ts22.SyntaxKind.ParenthesizedExpression,
|
|
@@ -4404,15 +4412,15 @@ function tsNumericExpression(value) {
|
|
|
4404
4412
|
return ts22.factory.createNumericLiteral(value);
|
|
4405
4413
|
}
|
|
4406
4414
|
|
|
4407
|
-
// bazel-out/
|
|
4415
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
4408
4416
|
import { ExpressionType as ExpressionType2, R3Identifiers as R3Identifiers2, WrappedNodeExpr } from "@angular/compiler";
|
|
4409
4417
|
import ts25 from "typescript";
|
|
4410
4418
|
|
|
4411
|
-
// bazel-out/
|
|
4419
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
4412
4420
|
import { R3Identifiers } from "@angular/compiler";
|
|
4413
4421
|
import ts24 from "typescript";
|
|
4414
4422
|
|
|
4415
|
-
// bazel-out/
|
|
4423
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_parameter_emitter.mjs
|
|
4416
4424
|
import ts23 from "typescript";
|
|
4417
4425
|
var TypeParameterEmitter = class {
|
|
4418
4426
|
constructor(typeParameters, reflector) {
|
|
@@ -4490,7 +4498,7 @@ var TypeParameterEmitter = class {
|
|
|
4490
4498
|
}
|
|
4491
4499
|
};
|
|
4492
4500
|
|
|
4493
|
-
// bazel-out/
|
|
4501
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/tcb_util.mjs
|
|
4494
4502
|
var TCB_FILE_IMPORT_GRAPH_PREPARE_IDENTIFIERS = [
|
|
4495
4503
|
R3Identifiers.InputSignalBrandWriteType
|
|
4496
4504
|
];
|
|
@@ -4582,7 +4590,7 @@ function checkIfGenericTypeBoundsCanBeEmitted(node, reflector, env) {
|
|
|
4582
4590
|
return emitter.canEmit((ref) => env.canReferenceType(ref));
|
|
4583
4591
|
}
|
|
4584
4592
|
|
|
4585
|
-
// bazel-out/
|
|
4593
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_constructor.mjs
|
|
4586
4594
|
function generateTypeCtorDeclarationFn(env, meta, nodeTypeRef, typeParams) {
|
|
4587
4595
|
const rawTypeArgs = typeParams !== void 0 ? generateGenericArgs(typeParams) : void 0;
|
|
4588
4596
|
const rawType = ts25.factory.createTypeReferenceNode(nodeTypeRef, rawTypeArgs);
|
|
@@ -4705,7 +4713,7 @@ function typeParametersWithDefaultTypes(params) {
|
|
|
4705
4713
|
});
|
|
4706
4714
|
}
|
|
4707
4715
|
|
|
4708
|
-
// bazel-out/
|
|
4716
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/environment.mjs
|
|
4709
4717
|
var Environment = class extends ReferenceEmitEnvironment {
|
|
4710
4718
|
constructor(config, importManager, refEmitter, reflector, contextFile) {
|
|
4711
4719
|
super(importManager, refEmitter, reflector, contextFile);
|
|
@@ -4777,7 +4785,7 @@ var Environment = class extends ReferenceEmitEnvironment {
|
|
|
4777
4785
|
}
|
|
4778
4786
|
};
|
|
4779
4787
|
|
|
4780
|
-
// bazel-out/
|
|
4788
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/oob.mjs
|
|
4781
4789
|
import { AbsoluteSourceSpan as AbsoluteSourceSpan3, TmplAstElement as TmplAstElement2 } from "@angular/compiler";
|
|
4782
4790
|
import ts27 from "typescript";
|
|
4783
4791
|
var OutOfBandDiagnosticRecorderImpl = class {
|
|
@@ -4979,7 +4987,7 @@ function makeInlineDiagnostic(templateId, code, node, messageText, relatedInform
|
|
|
4979
4987
|
};
|
|
4980
4988
|
}
|
|
4981
4989
|
|
|
4982
|
-
// bazel-out/
|
|
4990
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/shim.mjs
|
|
4983
4991
|
import ts28 from "typescript";
|
|
4984
4992
|
var TypeCheckShimGenerator = class {
|
|
4985
4993
|
constructor() {
|
|
@@ -4997,11 +5005,11 @@ var TypeCheckShimGenerator = class {
|
|
|
4997
5005
|
}
|
|
4998
5006
|
};
|
|
4999
5007
|
|
|
5000
|
-
// bazel-out/
|
|
5008
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
5001
5009
|
import { BindingPipe, BindingType, Call as Call2, createCssSelectorFromNode, CssSelector, DYNAMIC_TYPE, ImplicitReceiver as ImplicitReceiver3, ParsedEventType, PropertyRead as PropertyRead4, PropertyWrite as PropertyWrite3, R3Identifiers as R3Identifiers3, SafeCall, SafePropertyRead as SafePropertyRead3, SelectorMatcher, ThisReceiver, TmplAstBoundAttribute, TmplAstBoundText, TmplAstContent, TmplAstDeferredBlock, TmplAstElement as TmplAstElement3, TmplAstForLoopBlock, TmplAstIcu, TmplAstIfBlock, TmplAstIfBlockBranch, TmplAstLetDeclaration as TmplAstLetDeclaration2, TmplAstReference as TmplAstReference3, TmplAstSwitchBlock, TmplAstTemplate as TmplAstTemplate2, TmplAstText, TmplAstTextAttribute as TmplAstTextAttribute2, TmplAstVariable as TmplAstVariable2, TransplantedType } from "@angular/compiler";
|
|
5002
5010
|
import ts31 from "typescript";
|
|
5003
5011
|
|
|
5004
|
-
// bazel-out/
|
|
5012
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/diagnostics.mjs
|
|
5005
5013
|
import { AbsoluteSourceSpan as AbsoluteSourceSpan4 } from "@angular/compiler";
|
|
5006
5014
|
import ts29 from "typescript";
|
|
5007
5015
|
function wrapForDiagnostics(expr) {
|
|
@@ -5057,7 +5065,7 @@ function translateDiagnostic(diagnostic, resolver) {
|
|
|
5057
5065
|
return makeTemplateDiagnostic(sourceLocation.id, templateSourceMapping, span, diagnostic.category, diagnostic.code, diagnostic.messageText);
|
|
5058
5066
|
}
|
|
5059
5067
|
|
|
5060
|
-
// bazel-out/
|
|
5068
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/expression.mjs
|
|
5061
5069
|
import { ASTWithSource as ASTWithSource2, Call, EmptyExpr as EmptyExpr2, PropertyRead as PropertyRead3, SafeKeyedRead, SafePropertyRead as SafePropertyRead2 } from "@angular/compiler";
|
|
5062
5070
|
import ts30 from "typescript";
|
|
5063
5071
|
var NULL_AS_ANY = ts30.factory.createAsExpression(ts30.factory.createNull(), ts30.factory.createKeywordTypeNode(ts30.SyntaxKind.AnyKeyword));
|
|
@@ -5390,7 +5398,7 @@ var VeSafeLhsInferenceBugDetector = _VeSafeLhsInferenceBugDetector;
|
|
|
5390
5398
|
_VeSafeLhsInferenceBugDetector.SINGLETON = new _VeSafeLhsInferenceBugDetector();
|
|
5391
5399
|
})();
|
|
5392
5400
|
|
|
5393
|
-
// bazel-out/
|
|
5401
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_block.mjs
|
|
5394
5402
|
var TcbGenericContextBehavior;
|
|
5395
5403
|
(function(TcbGenericContextBehavior2) {
|
|
5396
5404
|
TcbGenericContextBehavior2[TcbGenericContextBehavior2["UseEmitter"] = 0] = "UseEmitter";
|
|
@@ -6967,7 +6975,7 @@ var TcbForLoopTrackTranslator = class extends TcbExpressionTranslator {
|
|
|
6967
6975
|
}
|
|
6968
6976
|
};
|
|
6969
6977
|
|
|
6970
|
-
// bazel-out/
|
|
6978
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/type_check_file.mjs
|
|
6971
6979
|
import ts32 from "typescript";
|
|
6972
6980
|
var TypeCheckFile = class extends Environment {
|
|
6973
6981
|
constructor(fileName, config, refEmitter, reflector, compilerHost) {
|
|
@@ -7015,7 +7023,7 @@ var TypeCheckFile = class extends Environment {
|
|
|
7015
7023
|
}
|
|
7016
7024
|
};
|
|
7017
7025
|
|
|
7018
|
-
// bazel-out/
|
|
7026
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/context.mjs
|
|
7019
7027
|
var InliningMode;
|
|
7020
7028
|
(function(InliningMode2) {
|
|
7021
7029
|
InliningMode2[InliningMode2["InlineOps"] = 0] = "InlineOps";
|
|
@@ -7267,10 +7275,10 @@ var TypeCtorOp = class {
|
|
|
7267
7275
|
}
|
|
7268
7276
|
};
|
|
7269
7277
|
|
|
7270
|
-
// bazel-out/
|
|
7278
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
|
|
7271
7279
|
import { ParseLocation, ParseSourceSpan } from "@angular/compiler";
|
|
7272
7280
|
|
|
7273
|
-
// bazel-out/
|
|
7281
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/line_mappings.mjs
|
|
7274
7282
|
var LF_CHAR = 10;
|
|
7275
7283
|
var CR_CHAR = 13;
|
|
7276
7284
|
var LINE_SEP_CHAR = 8232;
|
|
@@ -7311,7 +7319,7 @@ function findClosestLineStartPosition(linesMap, position, low = 0, high = linesM
|
|
|
7311
7319
|
return low - 1;
|
|
7312
7320
|
}
|
|
7313
7321
|
|
|
7314
|
-
// bazel-out/
|
|
7322
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/source.mjs
|
|
7315
7323
|
var TemplateSource = class {
|
|
7316
7324
|
constructor(mapping, file) {
|
|
7317
7325
|
this.mapping = mapping;
|
|
@@ -7362,7 +7370,7 @@ var TemplateSourceManager = class {
|
|
|
7362
7370
|
}
|
|
7363
7371
|
};
|
|
7364
7372
|
|
|
7365
|
-
// bazel-out/
|
|
7373
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/template_symbol_builder.mjs
|
|
7366
7374
|
import { AST, ASTWithSource as ASTWithSource3, BindingPipe as BindingPipe2, PropertyRead as PropertyRead5, PropertyWrite as PropertyWrite4, R3Identifiers as R3Identifiers4, SafePropertyRead as SafePropertyRead4, TmplAstBoundAttribute as TmplAstBoundAttribute2, TmplAstBoundEvent, TmplAstElement as TmplAstElement4, TmplAstLetDeclaration as TmplAstLetDeclaration3, TmplAstReference as TmplAstReference4, TmplAstTemplate as TmplAstTemplate3, TmplAstTextAttribute as TmplAstTextAttribute3, TmplAstVariable as TmplAstVariable3 } from "@angular/compiler";
|
|
7367
7375
|
import ts34 from "typescript";
|
|
7368
7376
|
var SymbolBuilder = class {
|
|
@@ -7936,7 +7944,7 @@ function unwrapSignalInputWriteTAccessor(expr) {
|
|
|
7936
7944
|
};
|
|
7937
7945
|
}
|
|
7938
7946
|
|
|
7939
|
-
// bazel-out/
|
|
7947
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/checker.mjs
|
|
7940
7948
|
var REGISTRY2 = new DomElementSchemaRegistry2();
|
|
7941
7949
|
var TemplateTypeCheckerImpl = class {
|
|
7942
7950
|
constructor(originalProgram, programDriver, typeCheckAdapter, config, refEmitter, reflector, compilerHost, priorBuild, metaReader, localMetaReader, ngModuleIndex, componentScopeReader, typeCheckScopeRegistry, perf) {
|
|
@@ -8637,10 +8645,10 @@ var SingleShimTypeCheckingHost = class extends SingleFileTypeCheckingHost {
|
|
|
8637
8645
|
}
|
|
8638
8646
|
};
|
|
8639
8647
|
|
|
8640
|
-
// bazel-out/
|
|
8648
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
|
|
8641
8649
|
import { ASTWithSource as ASTWithSource5, BindingType as BindingType2, Interpolation, PropertyRead as PropertyRead6, TmplAstBoundAttribute as TmplAstBoundAttribute3 } from "@angular/compiler";
|
|
8642
8650
|
|
|
8643
|
-
// bazel-out/
|
|
8651
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/symbol_util.mjs
|
|
8644
8652
|
import ts35 from "typescript";
|
|
8645
8653
|
var SIGNAL_FNS = /* @__PURE__ */ new Set([
|
|
8646
8654
|
"WritableSignal",
|
|
@@ -8660,7 +8668,7 @@ function isSignalSymbol(symbol) {
|
|
|
8660
8668
|
});
|
|
8661
8669
|
}
|
|
8662
8670
|
|
|
8663
|
-
// bazel-out/
|
|
8671
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
|
|
8664
8672
|
import { ASTWithSource as ASTWithSource4, RecursiveAstVisitor as RecursiveAstVisitor2, TmplAstBoundDeferredTrigger as TmplAstBoundDeferredTrigger2 } from "@angular/compiler";
|
|
8665
8673
|
var TemplateCheckWithVisitor = class {
|
|
8666
8674
|
run(ctx, component, template) {
|
|
@@ -8788,7 +8796,7 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor2 {
|
|
|
8788
8796
|
}
|
|
8789
8797
|
};
|
|
8790
8798
|
|
|
8791
|
-
// bazel-out/
|
|
8799
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
|
|
8792
8800
|
var SIGNAL_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["set", "update", "asReadonly"]);
|
|
8793
8801
|
var FUNCTION_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["name", "length", "prototype"]);
|
|
8794
8802
|
var InterpolatedSignalCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -8840,7 +8848,7 @@ var factory = {
|
|
|
8840
8848
|
create: () => new InterpolatedSignalCheck()
|
|
8841
8849
|
};
|
|
8842
8850
|
|
|
8843
|
-
// bazel-out/
|
|
8851
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
|
|
8844
8852
|
import { TmplAstBoundEvent as TmplAstBoundEvent2 } from "@angular/compiler";
|
|
8845
8853
|
var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
|
|
8846
8854
|
constructor() {
|
|
@@ -8866,7 +8874,7 @@ var factory2 = {
|
|
|
8866
8874
|
create: () => new InvalidBananaInBoxCheck()
|
|
8867
8875
|
};
|
|
8868
8876
|
|
|
8869
|
-
// bazel-out/
|
|
8877
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
|
|
8870
8878
|
import { TmplAstTemplate as TmplAstTemplate4 } from "@angular/compiler";
|
|
8871
8879
|
var KNOWN_CONTROL_FLOW_DIRECTIVES = /* @__PURE__ */ new Map([
|
|
8872
8880
|
["ngIf", { directive: "NgIf", builtIn: "@if" }],
|
|
@@ -8911,7 +8919,7 @@ var factory3 = {
|
|
|
8911
8919
|
}
|
|
8912
8920
|
};
|
|
8913
8921
|
|
|
8914
|
-
// bazel-out/
|
|
8922
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
|
|
8915
8923
|
import { TmplAstTemplate as TmplAstTemplate5 } from "@angular/compiler";
|
|
8916
8924
|
var MissingNgForOfLetCheck = class extends TemplateCheckWithVisitor {
|
|
8917
8925
|
constructor() {
|
|
@@ -8944,7 +8952,7 @@ var factory4 = {
|
|
|
8944
8952
|
create: () => new MissingNgForOfLetCheck()
|
|
8945
8953
|
};
|
|
8946
8954
|
|
|
8947
|
-
// bazel-out/
|
|
8955
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
|
|
8948
8956
|
import { Binary } from "@angular/compiler";
|
|
8949
8957
|
import ts36 from "typescript";
|
|
8950
8958
|
var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -8989,7 +8997,7 @@ var factory5 = {
|
|
|
8989
8997
|
}
|
|
8990
8998
|
};
|
|
8991
8999
|
|
|
8992
|
-
// bazel-out/
|
|
9000
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
|
|
8993
9001
|
import { SafeCall as SafeCall2, SafeKeyedRead as SafeKeyedRead2, SafePropertyRead as SafePropertyRead5 } from "@angular/compiler";
|
|
8994
9002
|
import ts37 from "typescript";
|
|
8995
9003
|
var OptionalChainNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -9035,7 +9043,7 @@ var factory6 = {
|
|
|
9035
9043
|
}
|
|
9036
9044
|
};
|
|
9037
9045
|
|
|
9038
|
-
// bazel-out/
|
|
9046
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
|
|
9039
9047
|
import { TmplAstBoundAttribute as TmplAstBoundAttribute4 } from "@angular/compiler";
|
|
9040
9048
|
var STYLE_SUFFIXES = ["px", "%", "em"];
|
|
9041
9049
|
var SuffixNotSupportedCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -9059,7 +9067,7 @@ var factory7 = {
|
|
|
9059
9067
|
create: () => new SuffixNotSupportedCheck()
|
|
9060
9068
|
};
|
|
9061
9069
|
|
|
9062
|
-
// bazel-out/
|
|
9070
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
|
|
9063
9071
|
import { TmplAstTextAttribute as TmplAstTextAttribute4 } from "@angular/compiler";
|
|
9064
9072
|
var TextAttributeNotBindingSpec = class extends TemplateCheckWithVisitor {
|
|
9065
9073
|
constructor() {
|
|
@@ -9098,10 +9106,10 @@ var factory8 = {
|
|
|
9098
9106
|
create: () => new TextAttributeNotBindingSpec()
|
|
9099
9107
|
};
|
|
9100
9108
|
|
|
9101
|
-
// bazel-out/
|
|
9109
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
9102
9110
|
import ts38 from "typescript";
|
|
9103
9111
|
|
|
9104
|
-
// bazel-out/
|
|
9112
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
|
|
9105
9113
|
var DiagnosticCategoryLabel;
|
|
9106
9114
|
(function(DiagnosticCategoryLabel2) {
|
|
9107
9115
|
DiagnosticCategoryLabel2["Warning"] = "warning";
|
|
@@ -9109,7 +9117,7 @@ var DiagnosticCategoryLabel;
|
|
|
9109
9117
|
DiagnosticCategoryLabel2["Suppress"] = "suppress";
|
|
9110
9118
|
})(DiagnosticCategoryLabel || (DiagnosticCategoryLabel = {}));
|
|
9111
9119
|
|
|
9112
|
-
// bazel-out/
|
|
9120
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
9113
9121
|
var ExtendedTemplateCheckerImpl = class {
|
|
9114
9122
|
constructor(templateTypeChecker, typeChecker, templateCheckFactories, options) {
|
|
9115
9123
|
var _a, _b, _c, _d, _e;
|
|
@@ -9162,7 +9170,7 @@ function assertNever(value) {
|
|
|
9162
9170
|
${value}`);
|
|
9163
9171
|
}
|
|
9164
9172
|
|
|
9165
|
-
// bazel-out/
|
|
9173
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
|
|
9166
9174
|
var ALL_DIAGNOSTIC_FACTORIES = [
|
|
9167
9175
|
factory2,
|
|
9168
9176
|
factory5,
|
|
@@ -9178,7 +9186,7 @@ var SUPPORTED_DIAGNOSTIC_NAMES = /* @__PURE__ */ new Set([
|
|
|
9178
9186
|
...ALL_DIAGNOSTIC_FACTORIES.map((factory9) => factory9.name)
|
|
9179
9187
|
]);
|
|
9180
9188
|
|
|
9181
|
-
// bazel-out/
|
|
9189
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/template_semantics/src/template_semantics_checker.mjs
|
|
9182
9190
|
import { ASTWithSource as ASTWithSource6, ImplicitReceiver as ImplicitReceiver4, ParsedEventType as ParsedEventType2, RecursiveAstVisitor as RecursiveAstVisitor3, TmplAstBoundEvent as TmplAstBoundEvent3, TmplAstLetDeclaration as TmplAstLetDeclaration4, TmplAstRecursiveVisitor as TmplAstRecursiveVisitor2, TmplAstVariable as TmplAstVariable4 } from "@angular/compiler";
|
|
9183
9191
|
import ts39 from "typescript";
|
|
9184
9192
|
var TemplateSemanticsCheckerImpl = class {
|
|
@@ -9269,7 +9277,7 @@ function unwrapAstWithSource(ast) {
|
|
|
9269
9277
|
return ast instanceof ASTWithSource6 ? ast.ast : ast;
|
|
9270
9278
|
}
|
|
9271
9279
|
|
|
9272
|
-
// bazel-out/
|
|
9280
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/rules/initializer_api_usage_rule.mjs
|
|
9273
9281
|
import ts40 from "typescript";
|
|
9274
9282
|
var APIS_TO_CHECK = [
|
|
9275
9283
|
INPUT_INITIALIZER_FN,
|
|
@@ -9320,7 +9328,7 @@ var InitializerApiUsageRule = class {
|
|
|
9320
9328
|
}
|
|
9321
9329
|
};
|
|
9322
9330
|
|
|
9323
|
-
// bazel-out/
|
|
9331
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/source_file_validator.mjs
|
|
9324
9332
|
var SourceFileValidator = class {
|
|
9325
9333
|
constructor(reflector, importedSymbolsTracker) {
|
|
9326
9334
|
this.rules = [new InitializerApiUsageRule(reflector, importedSymbolsTracker)];
|
|
@@ -9358,7 +9366,7 @@ var SourceFileValidator = class {
|
|
|
9358
9366
|
}
|
|
9359
9367
|
};
|
|
9360
9368
|
|
|
9361
|
-
// bazel-out/
|
|
9369
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/core_version.mjs
|
|
9362
9370
|
function coreHasSymbol(program, symbol) {
|
|
9363
9371
|
const checker = program.getTypeChecker();
|
|
9364
9372
|
for (const sf of program.getSourceFiles().filter(isMaybeCore)) {
|
|
@@ -9377,7 +9385,7 @@ function isMaybeCore(sf) {
|
|
|
9377
9385
|
return sf.isDeclarationFile && sf.fileName.includes("@angular/core") && sf.fileName.endsWith("index.d.ts");
|
|
9378
9386
|
}
|
|
9379
9387
|
|
|
9380
|
-
// bazel-out/
|
|
9388
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/feature_detection.mjs
|
|
9381
9389
|
import semver from "semver";
|
|
9382
9390
|
function coreVersionSupportsFeature(coreVersion, minVersion) {
|
|
9383
9391
|
if (coreVersion === `0.0.0-${"PLACEHOLDER"}`) {
|
|
@@ -9386,7 +9394,7 @@ function coreVersionSupportsFeature(coreVersion, minVersion) {
|
|
|
9386
9394
|
return semver.satisfies(coreVersion, minVersion);
|
|
9387
9395
|
}
|
|
9388
9396
|
|
|
9389
|
-
// bazel-out/
|
|
9397
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
9390
9398
|
var CompilationTicketKind;
|
|
9391
9399
|
(function(CompilationTicketKind2) {
|
|
9392
9400
|
CompilationTicketKind2[CompilationTicketKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -10185,7 +10193,7 @@ function versionMapFromProgram(program, driver) {
|
|
|
10185
10193
|
return versions;
|
|
10186
10194
|
}
|
|
10187
10195
|
|
|
10188
|
-
// bazel-out/
|
|
10196
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
|
|
10189
10197
|
import ts42 from "typescript";
|
|
10190
10198
|
var DelegatingCompilerHost2 = class {
|
|
10191
10199
|
get jsDocParsingMode() {
|
|
@@ -10324,7 +10332,7 @@ var NgCompilerHost = class extends DelegatingCompilerHost2 {
|
|
|
10324
10332
|
}
|
|
10325
10333
|
};
|
|
10326
10334
|
|
|
10327
|
-
// bazel-out/
|
|
10335
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
10328
10336
|
var NgtscProgram = class {
|
|
10329
10337
|
constructor(rootNames, options, delegateHost, oldProgram) {
|
|
10330
10338
|
this.options = options;
|
|
@@ -10551,15 +10559,15 @@ function mergeEmitResults(emitResults) {
|
|
|
10551
10559
|
return { diagnostics, emitSkipped, emittedFiles };
|
|
10552
10560
|
}
|
|
10553
10561
|
|
|
10554
|
-
// bazel-out/
|
|
10562
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
|
|
10555
10563
|
function createProgram({ rootNames, options, host, oldProgram }) {
|
|
10556
10564
|
return new NgtscProgram(rootNames, options, host, oldProgram);
|
|
10557
10565
|
}
|
|
10558
10566
|
|
|
10559
|
-
// bazel-out/
|
|
10567
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
10560
10568
|
import ts45 from "typescript";
|
|
10561
10569
|
|
|
10562
|
-
// bazel-out/
|
|
10570
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
|
|
10563
10571
|
import ts44 from "typescript";
|
|
10564
10572
|
function createMessageDiagnostic(messageText) {
|
|
10565
10573
|
return {
|
|
@@ -10573,7 +10581,7 @@ function createMessageDiagnostic(messageText) {
|
|
|
10573
10581
|
};
|
|
10574
10582
|
}
|
|
10575
10583
|
|
|
10576
|
-
// bazel-out/
|
|
10584
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
10577
10585
|
var defaultFormatHost = {
|
|
10578
10586
|
getCurrentDirectory: () => ts45.sys.getCurrentDirectory(),
|
|
10579
10587
|
getCanonicalFileName: (fileName) => fileName,
|
|
@@ -10806,4 +10814,4 @@ export {
|
|
|
10806
10814
|
* Use of this source code is governed by an MIT-style license that can be
|
|
10807
10815
|
* found in the LICENSE file at https://angular.io/license
|
|
10808
10816
|
*/
|
|
10809
|
-
//# sourceMappingURL=chunk-
|
|
10817
|
+
//# sourceMappingURL=chunk-I4RVQ5MC.js.map
|