@angular/compiler-cli 18.2.6 → 18.2.8
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-FMA7PJT3.js → chunk-3Z25BX6N.js} +7 -7
- package/bundles/{chunk-YKXBB7OE.js → chunk-4SUEWMZ4.js} +125 -123
- package/bundles/{chunk-YKXBB7OE.js.map → chunk-4SUEWMZ4.js.map} +2 -2
- package/bundles/{chunk-CLSFNMVL.js → chunk-LCIRWBXN.js} +6 -6
- package/bundles/chunk-LCIRWBXN.js.map +6 -0
- package/bundles/{chunk-GQAUWPLB.js → chunk-PGXXZYOH.js} +45 -45
- package/bundles/{chunk-GQAUWPLB.js.map → chunk-PGXXZYOH.js.map} +1 -1
- package/bundles/{chunk-EH5E5HQO.js → chunk-RT2QTF73.js} +3 -3
- package/bundles/{chunk-Q64SYHGH.js → chunk-THT4R5NT.js} +83 -80
- package/bundles/chunk-THT4R5NT.js.map +6 -0
- package/bundles/{chunk-D22ZRS2P.js → chunk-TQ4YLGQO.js} +12 -12
- package/bundles/{chunk-IUYXMFZP.js → chunk-TZKDTSOJ.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-3LOPACP2.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 +3 -3
- package/bundles/chunk-CLSFNMVL.js.map +0 -6
- package/bundles/chunk-Q64SYHGH.js.map +0 -6
- /package/bundles/{chunk-FMA7PJT3.js.map → chunk-3Z25BX6N.js.map} +0 -0
- /package/bundles/{chunk-EH5E5HQO.js.map → chunk-RT2QTF73.js.map} +0 -0
- /package/bundles/{chunk-D22ZRS2P.js.map → chunk-TQ4YLGQO.js.map} +0 -0
- /package/bundles/{chunk-IUYXMFZP.js.map → chunk-TZKDTSOJ.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-3LOPACP2.js.map → chunk-Z5GU2OTU.js.map} +0 -0
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
import {
|
|
6
6
|
angularJitApplicationTransform
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-TQ4YLGQO.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-4SUEWMZ4.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;
|
|
@@ -400,7 +400,7 @@ var ClassExtractor = class {
|
|
|
400
400
|
extractClassMember(memberDeclaration) {
|
|
401
401
|
if (this.isMethod(memberDeclaration)) {
|
|
402
402
|
return this.extractMethod(memberDeclaration);
|
|
403
|
-
} else if (this.isProperty(memberDeclaration)) {
|
|
403
|
+
} else if (this.isProperty(memberDeclaration) && !this.hasPrivateComputedProperty(memberDeclaration)) {
|
|
404
404
|
return this.extractClassProperty(memberDeclaration);
|
|
405
405
|
} else if (ts5.isAccessor(memberDeclaration)) {
|
|
406
406
|
return this.extractGetterSetter(memberDeclaration);
|
|
@@ -560,6 +560,9 @@ var ClassExtractor = class {
|
|
|
560
560
|
const modifiers = (_a = this.declaration.modifiers) != null ? _a : [];
|
|
561
561
|
return modifiers.some((mod) => mod.kind === ts5.SyntaxKind.AbstractKeyword);
|
|
562
562
|
}
|
|
563
|
+
hasPrivateComputedProperty(property) {
|
|
564
|
+
return ts5.isComputedPropertyName(property.name) && property.name.expression.getText().startsWith("\u0275");
|
|
565
|
+
}
|
|
563
566
|
};
|
|
564
567
|
var DirectiveExtractor = class extends ClassExtractor {
|
|
565
568
|
constructor(declaration, reference, metadata, checker) {
|
|
@@ -653,7 +656,7 @@ function extractInterface(declaration, typeChecker) {
|
|
|
653
656
|
return extractor.extract();
|
|
654
657
|
}
|
|
655
658
|
|
|
656
|
-
// bazel-out/
|
|
659
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/constant_extractor.mjs
|
|
657
660
|
import ts6 from "typescript";
|
|
658
661
|
var LITERAL_AS_ENUM_TAG = "object-literal-as-enum";
|
|
659
662
|
function extractConstant(declaration, typeChecker) {
|
|
@@ -711,7 +714,7 @@ function extractLiteralPropertiesAsEnumMembers(declaration) {
|
|
|
711
714
|
});
|
|
712
715
|
}
|
|
713
716
|
|
|
714
|
-
// bazel-out/
|
|
717
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/decorator_extractor.mjs
|
|
715
718
|
import ts7 from "typescript";
|
|
716
719
|
function extractorDecorator(declaration, typeChecker) {
|
|
717
720
|
const documentedNode = getDecoratorJsDocNode(declaration);
|
|
@@ -784,7 +787,7 @@ function getDecoratorJsDocNode(declaration) {
|
|
|
784
787
|
return callSignature;
|
|
785
788
|
}
|
|
786
789
|
|
|
787
|
-
// bazel-out/
|
|
790
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/enum_extractor.mjs
|
|
788
791
|
import ts8 from "typescript";
|
|
789
792
|
function extractEnum(declaration, typeChecker) {
|
|
790
793
|
return {
|
|
@@ -815,7 +818,7 @@ function getEnumMemberValue(memberNode) {
|
|
|
815
818
|
return (_a = literal == null ? void 0 : literal.getText()) != null ? _a : "";
|
|
816
819
|
}
|
|
817
820
|
|
|
818
|
-
// bazel-out/
|
|
821
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/initializer_api_function_extractor.mjs
|
|
819
822
|
import ts9 from "typescript";
|
|
820
823
|
var initializerApiTag = "initializerApiFunction";
|
|
821
824
|
function isInitializerApiFunction(node, typeChecker) {
|
|
@@ -924,7 +927,7 @@ function extractFunctionWithOverloads(name, type, typeChecker) {
|
|
|
924
927
|
};
|
|
925
928
|
}
|
|
926
929
|
|
|
927
|
-
// bazel-out/
|
|
930
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/type_alias_extractor.mjs
|
|
928
931
|
function extractTypeAlias(declaration) {
|
|
929
932
|
return {
|
|
930
933
|
name: declaration.name.getText(),
|
|
@@ -936,7 +939,7 @@ function extractTypeAlias(declaration) {
|
|
|
936
939
|
};
|
|
937
940
|
}
|
|
938
941
|
|
|
939
|
-
// bazel-out/
|
|
942
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/import_extractor.mjs
|
|
940
943
|
import ts10 from "typescript";
|
|
941
944
|
function getImportedSymbols(sourceFile) {
|
|
942
945
|
const importSpecifiers = /* @__PURE__ */ new Map();
|
|
@@ -961,7 +964,7 @@ function getImportedSymbols(sourceFile) {
|
|
|
961
964
|
return importSpecifiers;
|
|
962
965
|
}
|
|
963
966
|
|
|
964
|
-
// bazel-out/
|
|
967
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/docs/src/extractor.mjs
|
|
965
968
|
var DocsExtractor = class {
|
|
966
969
|
constructor(typeChecker, metadataReader) {
|
|
967
970
|
this.typeChecker = typeChecker;
|
|
@@ -1047,11 +1050,11 @@ function getRelativeFilePath(sourceFile, rootDir) {
|
|
|
1047
1050
|
return relativePath;
|
|
1048
1051
|
}
|
|
1049
1052
|
|
|
1050
|
-
// bazel-out/
|
|
1053
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
1051
1054
|
import { HtmlParser, MessageBundle } from "@angular/compiler";
|
|
1052
1055
|
import ts25 from "typescript";
|
|
1053
1056
|
|
|
1054
|
-
// bazel-out/
|
|
1057
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/i18n.mjs
|
|
1055
1058
|
import { Xliff, Xliff2, Xmb } from "@angular/compiler";
|
|
1056
1059
|
import * as path from "path";
|
|
1057
1060
|
function i18nGetExtension(formatName) {
|
|
@@ -1104,10 +1107,10 @@ function getPathNormalizer(basePath) {
|
|
|
1104
1107
|
};
|
|
1105
1108
|
}
|
|
1106
1109
|
|
|
1107
|
-
// bazel-out/
|
|
1110
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
1108
1111
|
import ts12 from "typescript";
|
|
1109
1112
|
|
|
1110
|
-
// bazel-out/
|
|
1113
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version_helpers.mjs
|
|
1111
1114
|
function toNumbers(value) {
|
|
1112
1115
|
const suffixIndex = value.lastIndexOf("-");
|
|
1113
1116
|
return value.slice(0, suffixIndex === -1 ? value.length : suffixIndex).split(".").map((segment) => {
|
|
@@ -1142,7 +1145,7 @@ function compareVersions(v1, v2) {
|
|
|
1142
1145
|
return compareNumbers(toNumbers(v1), toNumbers(v2));
|
|
1143
1146
|
}
|
|
1144
1147
|
|
|
1145
|
-
// bazel-out/
|
|
1148
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
1146
1149
|
var MIN_TS_VERSION = "5.4.0";
|
|
1147
1150
|
var MAX_TS_VERSION = "5.6.0";
|
|
1148
1151
|
var tsVersion = ts12.version;
|
|
@@ -1155,11 +1158,11 @@ function verifySupportedTypeScriptVersion() {
|
|
|
1155
1158
|
checkVersion(tsVersion, MIN_TS_VERSION, MAX_TS_VERSION);
|
|
1156
1159
|
}
|
|
1157
1160
|
|
|
1158
|
-
// bazel-out/
|
|
1161
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
1159
1162
|
import { R3Identifiers } from "@angular/compiler";
|
|
1160
1163
|
import ts23 from "typescript";
|
|
1161
1164
|
|
|
1162
|
-
// bazel-out/
|
|
1165
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/analyzer.mjs
|
|
1163
1166
|
var CycleAnalyzer = class {
|
|
1164
1167
|
constructor(importGraph) {
|
|
1165
1168
|
this.importGraph = importGraph;
|
|
@@ -1230,7 +1233,7 @@ var Cycle = class {
|
|
|
1230
1233
|
}
|
|
1231
1234
|
};
|
|
1232
1235
|
|
|
1233
|
-
// bazel-out/
|
|
1236
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/cycles/src/imports.mjs
|
|
1234
1237
|
import ts13 from "typescript";
|
|
1235
1238
|
var ImportGraph = class {
|
|
1236
1239
|
constructor(checker, perf) {
|
|
@@ -1322,7 +1325,7 @@ var Found = class {
|
|
|
1322
1325
|
}
|
|
1323
1326
|
};
|
|
1324
1327
|
|
|
1325
|
-
// bazel-out/
|
|
1328
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/generator.mjs
|
|
1326
1329
|
import ts14 from "typescript";
|
|
1327
1330
|
var FlatIndexGenerator = class {
|
|
1328
1331
|
constructor(entryPoint, relativeFlatIndexPath, moduleName) {
|
|
@@ -1347,7 +1350,7 @@ export * from '${relativeEntryPoint}';
|
|
|
1347
1350
|
}
|
|
1348
1351
|
};
|
|
1349
1352
|
|
|
1350
|
-
// bazel-out/
|
|
1353
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/logic.mjs
|
|
1351
1354
|
function findFlatIndexEntryPoint(rootFiles) {
|
|
1352
1355
|
const tsFiles = rootFiles.filter((file) => isNonDeclarationTsPath(file));
|
|
1353
1356
|
let resolvedEntryPoint = null;
|
|
@@ -1363,7 +1366,7 @@ function findFlatIndexEntryPoint(rootFiles) {
|
|
|
1363
1366
|
return resolvedEntryPoint;
|
|
1364
1367
|
}
|
|
1365
1368
|
|
|
1366
|
-
// bazel-out/
|
|
1369
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/private_export_checker.mjs
|
|
1367
1370
|
import ts15 from "typescript";
|
|
1368
1371
|
function checkForPrivateExports(entryPoint, checker, refGraph) {
|
|
1369
1372
|
const diagnostics = [];
|
|
@@ -1443,7 +1446,7 @@ function getDescriptorOfDeclaration(decl) {
|
|
|
1443
1446
|
}
|
|
1444
1447
|
}
|
|
1445
1448
|
|
|
1446
|
-
// bazel-out/
|
|
1449
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/entry_point/src/reference_graph.mjs
|
|
1447
1450
|
var ReferenceGraph = class {
|
|
1448
1451
|
constructor() {
|
|
1449
1452
|
this.references = /* @__PURE__ */ new Map();
|
|
@@ -1497,7 +1500,7 @@ var ReferenceGraph = class {
|
|
|
1497
1500
|
}
|
|
1498
1501
|
};
|
|
1499
1502
|
|
|
1500
|
-
// bazel-out/
|
|
1503
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/dependency_tracking.mjs
|
|
1501
1504
|
var FileDependencyGraph = class {
|
|
1502
1505
|
constructor() {
|
|
1503
1506
|
this.nodes = /* @__PURE__ */ new Map();
|
|
@@ -1564,7 +1567,7 @@ function isLogicallyChanged(sf, node, changedTsPaths, deletedTsPaths, changedRes
|
|
|
1564
1567
|
return false;
|
|
1565
1568
|
}
|
|
1566
1569
|
|
|
1567
|
-
// bazel-out/
|
|
1570
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/state.mjs
|
|
1568
1571
|
var IncrementalStateKind;
|
|
1569
1572
|
(function(IncrementalStateKind2) {
|
|
1570
1573
|
IncrementalStateKind2[IncrementalStateKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -1572,7 +1575,7 @@ var IncrementalStateKind;
|
|
|
1572
1575
|
IncrementalStateKind2[IncrementalStateKind2["Analyzed"] = 2] = "Analyzed";
|
|
1573
1576
|
})(IncrementalStateKind || (IncrementalStateKind = {}));
|
|
1574
1577
|
|
|
1575
|
-
// bazel-out/
|
|
1578
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/incremental.mjs
|
|
1576
1579
|
var PhaseKind;
|
|
1577
1580
|
(function(PhaseKind2) {
|
|
1578
1581
|
PhaseKind2[PhaseKind2["Analysis"] = 0] = "Analysis";
|
|
@@ -1773,7 +1776,7 @@ function toOriginalSourceFile(sf) {
|
|
|
1773
1776
|
}
|
|
1774
1777
|
}
|
|
1775
1778
|
|
|
1776
|
-
// bazel-out/
|
|
1779
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/incremental/src/strategy.mjs
|
|
1777
1780
|
var TrackedIncrementalBuildStrategy = class {
|
|
1778
1781
|
constructor() {
|
|
1779
1782
|
this.state = null;
|
|
@@ -1809,7 +1812,7 @@ var PatchedProgramIncrementalBuildStrategy = class {
|
|
|
1809
1812
|
};
|
|
1810
1813
|
var SYM_INCREMENTAL_STATE = Symbol("NgIncrementalState");
|
|
1811
1814
|
|
|
1812
|
-
// bazel-out/
|
|
1815
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/api.mjs
|
|
1813
1816
|
var IdentifierKind;
|
|
1814
1817
|
(function(IdentifierKind2) {
|
|
1815
1818
|
IdentifierKind2[IdentifierKind2["Property"] = 0] = "Property";
|
|
@@ -1828,7 +1831,7 @@ var AbsoluteSourceSpan = class {
|
|
|
1828
1831
|
}
|
|
1829
1832
|
};
|
|
1830
1833
|
|
|
1831
|
-
// bazel-out/
|
|
1834
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/context.mjs
|
|
1832
1835
|
var IndexingContext = class {
|
|
1833
1836
|
constructor() {
|
|
1834
1837
|
this.components = /* @__PURE__ */ new Set();
|
|
@@ -1838,10 +1841,10 @@ var IndexingContext = class {
|
|
|
1838
1841
|
}
|
|
1839
1842
|
};
|
|
1840
1843
|
|
|
1841
|
-
// bazel-out/
|
|
1844
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
|
|
1842
1845
|
import { ParseSourceFile } from "@angular/compiler";
|
|
1843
1846
|
|
|
1844
|
-
// bazel-out/
|
|
1847
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/template.mjs
|
|
1845
1848
|
import { ASTWithSource, ImplicitReceiver, PropertyRead, PropertyWrite, RecursiveAstVisitor, TmplAstBoundDeferredTrigger, TmplAstElement, TmplAstRecursiveVisitor, TmplAstReference, TmplAstTemplate, TmplAstVariable } from "@angular/compiler";
|
|
1846
1849
|
var ExpressionVisitor = class extends RecursiveAstVisitor {
|
|
1847
1850
|
constructor(expressionStr, absoluteOffset, boundTemplate, targetToIdentifier) {
|
|
@@ -2136,7 +2139,7 @@ function getTemplateIdentifiers(boundTemplate) {
|
|
|
2136
2139
|
return { identifiers: visitor.identifiers, errors: visitor.errors };
|
|
2137
2140
|
}
|
|
2138
2141
|
|
|
2139
|
-
// bazel-out/
|
|
2142
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/indexer/src/transform.mjs
|
|
2140
2143
|
function generateAnalysis(context) {
|
|
2141
2144
|
const analysis = /* @__PURE__ */ new Map();
|
|
2142
2145
|
context.components.forEach(({ declaration, selector, boundTemplate, templateMeta }) => {
|
|
@@ -2172,7 +2175,7 @@ function generateAnalysis(context) {
|
|
|
2172
2175
|
return analysis;
|
|
2173
2176
|
}
|
|
2174
2177
|
|
|
2175
|
-
// bazel-out/
|
|
2178
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/metadata/src/ng_module_index.mjs
|
|
2176
2179
|
var NgModuleIndexImpl = class {
|
|
2177
2180
|
constructor(metaReader, localReader) {
|
|
2178
2181
|
this.metaReader = metaReader;
|
|
@@ -2261,7 +2264,7 @@ var NgModuleIndexImpl = class {
|
|
|
2261
2264
|
}
|
|
2262
2265
|
};
|
|
2263
2266
|
|
|
2264
|
-
// bazel-out/
|
|
2267
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/resource/src/loader.mjs
|
|
2265
2268
|
import ts16 from "typescript";
|
|
2266
2269
|
var CSS_PREPROCESSOR_EXT = /(\.scss|\.sass|\.less|\.styl)$/;
|
|
2267
2270
|
var RESOURCE_MARKER = ".$ngresource$";
|
|
@@ -2411,7 +2414,7 @@ function createLookupResolutionHost(adapter) {
|
|
|
2411
2414
|
};
|
|
2412
2415
|
}
|
|
2413
2416
|
|
|
2414
|
-
// bazel-out/
|
|
2417
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/scope/src/standalone.mjs
|
|
2415
2418
|
var StandaloneComponentScopeReader = class {
|
|
2416
2419
|
constructor(metaReader, localModuleReader, dtsModuleReader) {
|
|
2417
2420
|
this.metaReader = metaReader;
|
|
@@ -2507,10 +2510,10 @@ var StandaloneComponentScopeReader = class {
|
|
|
2507
2510
|
}
|
|
2508
2511
|
};
|
|
2509
2512
|
|
|
2510
|
-
// bazel-out/
|
|
2513
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
|
|
2511
2514
|
import { ASTWithSource as ASTWithSource3, BindingType, Interpolation, PropertyRead as PropertyRead2, TmplAstBoundAttribute } from "@angular/compiler";
|
|
2512
2515
|
|
|
2513
|
-
// bazel-out/
|
|
2516
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/src/symbol_util.mjs
|
|
2514
2517
|
import ts17 from "typescript";
|
|
2515
2518
|
var SIGNAL_FNS = /* @__PURE__ */ new Set([
|
|
2516
2519
|
"WritableSignal",
|
|
@@ -2530,7 +2533,7 @@ function isSignalSymbol(symbol) {
|
|
|
2530
2533
|
});
|
|
2531
2534
|
}
|
|
2532
2535
|
|
|
2533
|
-
// bazel-out/
|
|
2536
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/api/api.mjs
|
|
2534
2537
|
import { ASTWithSource as ASTWithSource2, RecursiveAstVisitor as RecursiveAstVisitor2, TmplAstBoundDeferredTrigger as TmplAstBoundDeferredTrigger2 } from "@angular/compiler";
|
|
2535
2538
|
var TemplateCheckWithVisitor = class {
|
|
2536
2539
|
constructor() {
|
|
@@ -2666,7 +2669,7 @@ var TemplateVisitor2 = class extends RecursiveAstVisitor2 {
|
|
|
2666
2669
|
}
|
|
2667
2670
|
};
|
|
2668
2671
|
|
|
2669
|
-
// bazel-out/
|
|
2672
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/interpolated_signal_not_invoked/index.mjs
|
|
2670
2673
|
var SIGNAL_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["set", "update", "asReadonly"]);
|
|
2671
2674
|
var FUNCTION_INSTANCE_PROPERTIES = /* @__PURE__ */ new Set(["name", "length", "prototype"]);
|
|
2672
2675
|
var InterpolatedSignalCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -2718,7 +2721,7 @@ var factory = {
|
|
|
2718
2721
|
create: () => new InterpolatedSignalCheck()
|
|
2719
2722
|
};
|
|
2720
2723
|
|
|
2721
|
-
// bazel-out/
|
|
2724
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/invalid_banana_in_box/index.mjs
|
|
2722
2725
|
import { TmplAstBoundEvent } from "@angular/compiler";
|
|
2723
2726
|
var InvalidBananaInBoxCheck = class extends TemplateCheckWithVisitor {
|
|
2724
2727
|
constructor() {
|
|
@@ -2744,7 +2747,7 @@ var factory2 = {
|
|
|
2744
2747
|
create: () => new InvalidBananaInBoxCheck()
|
|
2745
2748
|
};
|
|
2746
2749
|
|
|
2747
|
-
// bazel-out/
|
|
2750
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_control_flow_directive/index.mjs
|
|
2748
2751
|
import { TmplAstTemplate as TmplAstTemplate2 } from "@angular/compiler";
|
|
2749
2752
|
var KNOWN_CONTROL_FLOW_DIRECTIVES = /* @__PURE__ */ new Map([
|
|
2750
2753
|
["ngIf", { directive: "NgIf", builtIn: "@if" }],
|
|
@@ -2789,7 +2792,7 @@ var factory3 = {
|
|
|
2789
2792
|
}
|
|
2790
2793
|
};
|
|
2791
2794
|
|
|
2792
|
-
// bazel-out/
|
|
2795
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/missing_ngforof_let/index.mjs
|
|
2793
2796
|
import { TmplAstTemplate as TmplAstTemplate3 } from "@angular/compiler";
|
|
2794
2797
|
var MissingNgForOfLetCheck = class extends TemplateCheckWithVisitor {
|
|
2795
2798
|
constructor() {
|
|
@@ -2822,7 +2825,7 @@ var factory4 = {
|
|
|
2822
2825
|
create: () => new MissingNgForOfLetCheck()
|
|
2823
2826
|
};
|
|
2824
2827
|
|
|
2825
|
-
// bazel-out/
|
|
2828
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/nullish_coalescing_not_nullable/index.mjs
|
|
2826
2829
|
import { Binary } from "@angular/compiler";
|
|
2827
2830
|
import ts18 from "typescript";
|
|
2828
2831
|
var NullishCoalescingNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -2868,7 +2871,7 @@ var factory5 = {
|
|
|
2868
2871
|
}
|
|
2869
2872
|
};
|
|
2870
2873
|
|
|
2871
|
-
// bazel-out/
|
|
2874
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/optional_chain_not_nullable/index.mjs
|
|
2872
2875
|
import { SafeCall, SafeKeyedRead, SafePropertyRead } from "@angular/compiler";
|
|
2873
2876
|
import ts19 from "typescript";
|
|
2874
2877
|
var OptionalChainNotNullableCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -2915,7 +2918,7 @@ var factory6 = {
|
|
|
2915
2918
|
}
|
|
2916
2919
|
};
|
|
2917
2920
|
|
|
2918
|
-
// bazel-out/
|
|
2921
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/suffix_not_supported/index.mjs
|
|
2919
2922
|
import { TmplAstBoundAttribute as TmplAstBoundAttribute2 } from "@angular/compiler";
|
|
2920
2923
|
var STYLE_SUFFIXES = ["px", "%", "em"];
|
|
2921
2924
|
var SuffixNotSupportedCheck = class extends TemplateCheckWithVisitor {
|
|
@@ -2939,7 +2942,7 @@ var factory7 = {
|
|
|
2939
2942
|
create: () => new SuffixNotSupportedCheck()
|
|
2940
2943
|
};
|
|
2941
2944
|
|
|
2942
|
-
// bazel-out/
|
|
2945
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/text_attribute_not_binding/index.mjs
|
|
2943
2946
|
import { TmplAstTextAttribute } from "@angular/compiler";
|
|
2944
2947
|
var TextAttributeNotBindingSpec = class extends TemplateCheckWithVisitor {
|
|
2945
2948
|
constructor() {
|
|
@@ -2978,7 +2981,7 @@ var factory8 = {
|
|
|
2978
2981
|
create: () => new TextAttributeNotBindingSpec()
|
|
2979
2982
|
};
|
|
2980
2983
|
|
|
2981
|
-
// bazel-out/
|
|
2984
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/uninvoked_function_in_event_binding/index.mjs
|
|
2982
2985
|
import { ASTWithSource as ASTWithSource4, Call, Chain, Conditional, ParsedEventType, PropertyRead as PropertyRead3, SafeCall as SafeCall2, SafePropertyRead as SafePropertyRead2, TmplAstBoundEvent as TmplAstBoundEvent2 } from "@angular/compiler";
|
|
2983
2986
|
var UninvokedFunctionInEventBindingSpec = class extends TemplateCheckWithVisitor {
|
|
2984
2987
|
constructor() {
|
|
@@ -3030,7 +3033,7 @@ var factory9 = {
|
|
|
3030
3033
|
create: () => new UninvokedFunctionInEventBindingSpec()
|
|
3031
3034
|
};
|
|
3032
3035
|
|
|
3033
|
-
// bazel-out/
|
|
3036
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/checks/unused_let_declaration/index.mjs
|
|
3034
3037
|
import { AST, ASTWithSource as ASTWithSource5, TmplAstLetDeclaration } from "@angular/compiler";
|
|
3035
3038
|
var UnusedLetDeclarationCheck = class extends TemplateCheckWithVisitor {
|
|
3036
3039
|
constructor() {
|
|
@@ -3075,10 +3078,10 @@ var factory10 = {
|
|
|
3075
3078
|
create: () => new UnusedLetDeclarationCheck()
|
|
3076
3079
|
};
|
|
3077
3080
|
|
|
3078
|
-
// bazel-out/
|
|
3081
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
3079
3082
|
import ts20 from "typescript";
|
|
3080
3083
|
|
|
3081
|
-
// bazel-out/
|
|
3084
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/api/src/public_options.mjs
|
|
3082
3085
|
var DiagnosticCategoryLabel;
|
|
3083
3086
|
(function(DiagnosticCategoryLabel2) {
|
|
3084
3087
|
DiagnosticCategoryLabel2["Warning"] = "warning";
|
|
@@ -3086,7 +3089,7 @@ var DiagnosticCategoryLabel;
|
|
|
3086
3089
|
DiagnosticCategoryLabel2["Suppress"] = "suppress";
|
|
3087
3090
|
})(DiagnosticCategoryLabel || (DiagnosticCategoryLabel = {}));
|
|
3088
3091
|
|
|
3089
|
-
// bazel-out/
|
|
3092
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/src/extended_template_checker.mjs
|
|
3090
3093
|
var ExtendedTemplateCheckerImpl = class {
|
|
3091
3094
|
constructor(templateTypeChecker, typeChecker, templateCheckFactories, options) {
|
|
3092
3095
|
var _a, _b, _c, _d, _e;
|
|
@@ -3139,7 +3142,7 @@ function assertNever(value) {
|
|
|
3139
3142
|
${value}`);
|
|
3140
3143
|
}
|
|
3141
3144
|
|
|
3142
|
-
// bazel-out/
|
|
3145
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/extended/index.mjs
|
|
3143
3146
|
var ALL_DIAGNOSTIC_FACTORIES = [
|
|
3144
3147
|
factory2,
|
|
3145
3148
|
factory5,
|
|
@@ -3157,7 +3160,7 @@ var SUPPORTED_DIAGNOSTIC_NAMES = /* @__PURE__ */ new Set([
|
|
|
3157
3160
|
...ALL_DIAGNOSTIC_FACTORIES.map((factory11) => factory11.name)
|
|
3158
3161
|
]);
|
|
3159
3162
|
|
|
3160
|
-
// bazel-out/
|
|
3163
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/template_semantics/src/template_semantics_checker.mjs
|
|
3161
3164
|
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";
|
|
3162
3165
|
import ts21 from "typescript";
|
|
3163
3166
|
var TemplateSemanticsCheckerImpl = class {
|
|
@@ -3248,7 +3251,7 @@ function unwrapAstWithSource(ast) {
|
|
|
3248
3251
|
return ast instanceof ASTWithSource6 ? ast.ast : ast;
|
|
3249
3252
|
}
|
|
3250
3253
|
|
|
3251
|
-
// bazel-out/
|
|
3254
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/rules/initializer_api_usage_rule.mjs
|
|
3252
3255
|
import ts22 from "typescript";
|
|
3253
3256
|
var APIS_TO_CHECK = [
|
|
3254
3257
|
INPUT_INITIALIZER_FN,
|
|
@@ -3299,7 +3302,7 @@ var InitializerApiUsageRule = class {
|
|
|
3299
3302
|
}
|
|
3300
3303
|
};
|
|
3301
3304
|
|
|
3302
|
-
// bazel-out/
|
|
3305
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/validation/src/source_file_validator.mjs
|
|
3303
3306
|
var SourceFileValidator = class {
|
|
3304
3307
|
constructor(reflector, importedSymbolsTracker) {
|
|
3305
3308
|
this.rules = [new InitializerApiUsageRule(reflector, importedSymbolsTracker)];
|
|
@@ -3337,7 +3340,7 @@ var SourceFileValidator = class {
|
|
|
3337
3340
|
}
|
|
3338
3341
|
};
|
|
3339
3342
|
|
|
3340
|
-
// bazel-out/
|
|
3343
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/core_version.mjs
|
|
3341
3344
|
function coreHasSymbol(program, symbol) {
|
|
3342
3345
|
const checker = program.getTypeChecker();
|
|
3343
3346
|
for (const sf of program.getSourceFiles().filter(isMaybeCore)) {
|
|
@@ -3356,7 +3359,7 @@ function isMaybeCore(sf) {
|
|
|
3356
3359
|
return sf.isDeclarationFile && sf.fileName.includes("@angular/core") && sf.fileName.endsWith("index.d.ts");
|
|
3357
3360
|
}
|
|
3358
3361
|
|
|
3359
|
-
// bazel-out/
|
|
3362
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/feature_detection.mjs
|
|
3360
3363
|
import semver from "semver";
|
|
3361
3364
|
function coreVersionSupportsFeature(coreVersion, minVersion) {
|
|
3362
3365
|
if (coreVersion === `0.0.0-${"PLACEHOLDER"}`) {
|
|
@@ -3365,7 +3368,7 @@ function coreVersionSupportsFeature(coreVersion, minVersion) {
|
|
|
3365
3368
|
return semver.satisfies(coreVersion, minVersion);
|
|
3366
3369
|
}
|
|
3367
3370
|
|
|
3368
|
-
// bazel-out/
|
|
3371
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/compiler.mjs
|
|
3369
3372
|
var CompilationTicketKind;
|
|
3370
3373
|
(function(CompilationTicketKind2) {
|
|
3371
3374
|
CompilationTicketKind2[CompilationTicketKind2["Fresh"] = 0] = "Fresh";
|
|
@@ -4188,7 +4191,7 @@ function versionMapFromProgram(program, driver) {
|
|
|
4188
4191
|
return versions;
|
|
4189
4192
|
}
|
|
4190
4193
|
|
|
4191
|
-
// bazel-out/
|
|
4194
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/core/src/host.mjs
|
|
4192
4195
|
import ts24 from "typescript";
|
|
4193
4196
|
var DelegatingCompilerHost = class {
|
|
4194
4197
|
get jsDocParsingMode() {
|
|
@@ -4327,7 +4330,7 @@ var NgCompilerHost = class extends DelegatingCompilerHost {
|
|
|
4327
4330
|
}
|
|
4328
4331
|
};
|
|
4329
4332
|
|
|
4330
|
-
// bazel-out/
|
|
4333
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/program.mjs
|
|
4331
4334
|
var NgtscProgram = class {
|
|
4332
4335
|
constructor(rootNames, options, delegateHost, oldProgram) {
|
|
4333
4336
|
this.options = options;
|
|
@@ -4553,15 +4556,15 @@ function mergeEmitResults(emitResults) {
|
|
|
4553
4556
|
return { diagnostics, emitSkipped, emittedFiles };
|
|
4554
4557
|
}
|
|
4555
4558
|
|
|
4556
|
-
// bazel-out/
|
|
4559
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/program.mjs
|
|
4557
4560
|
function createProgram({ rootNames, options, host, oldProgram }) {
|
|
4558
4561
|
return new NgtscProgram(rootNames, options, host, oldProgram);
|
|
4559
4562
|
}
|
|
4560
4563
|
|
|
4561
|
-
// bazel-out/
|
|
4564
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
4562
4565
|
import ts27 from "typescript";
|
|
4563
4566
|
|
|
4564
|
-
// bazel-out/
|
|
4567
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/transformers/util.mjs
|
|
4565
4568
|
import ts26 from "typescript";
|
|
4566
4569
|
function createMessageDiagnostic(messageText) {
|
|
4567
4570
|
return {
|
|
@@ -4575,7 +4578,7 @@ function createMessageDiagnostic(messageText) {
|
|
|
4575
4578
|
};
|
|
4576
4579
|
}
|
|
4577
4580
|
|
|
4578
|
-
// bazel-out/
|
|
4581
|
+
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/perform_compile.mjs
|
|
4579
4582
|
var defaultFormatHost = {
|
|
4580
4583
|
getCurrentDirectory: () => ts27.sys.getCurrentDirectory(),
|
|
4581
4584
|
getCanonicalFileName: (fileName) => fileName,
|
|
@@ -4806,4 +4809,4 @@ export {
|
|
|
4806
4809
|
* Use of this source code is governed by an MIT-style license that can be
|
|
4807
4810
|
* found in the LICENSE file at https://angular.dev/license
|
|
4808
4811
|
*/
|
|
4809
|
-
//# sourceMappingURL=chunk-
|
|
4812
|
+
//# sourceMappingURL=chunk-THT4R5NT.js.map
|