@angular/compiler-cli 17.3.7 → 17.3.9
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-JVX4FN2F.js → chunk-26Z5EPVF.js} +78 -78
- package/bundles/{chunk-UM6JO3VZ.js → chunk-75YFKYUJ.js} +7 -7
- package/bundles/{chunk-DEDJRZPG.js → chunk-KAFBWQ67.js} +30 -30
- package/bundles/{chunk-EM4I4HTR.js → chunk-LV7FGTGX.js} +111 -111
- package/bundles/{chunk-7IGIAFDK.js → chunk-NDT2FVCM.js} +13 -13
- package/bundles/{chunk-RWHNANUR.js → chunk-NMMGOE7N.js} +43 -43
- package/bundles/{chunk-64JBPJBS.js → chunk-R4KQI5XI.js} +5 -5
- package/bundles/{chunk-LYJKWJUC.js → chunk-SBDNBITT.js} +3 -3
- package/bundles/{chunk-2WQIUGOU.js → chunk-WCD6LVCP.js} +7 -7
- package/bundles/{chunk-XIYC7KSQ.js → chunk-YUMIYLNL.js} +5 -5
- package/bundles/{chunk-IRIANPQU.js → chunk-ZVICXMWS.js} +5 -5
- 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-JVX4FN2F.js.map → chunk-26Z5EPVF.js.map} +0 -0
- /package/bundles/{chunk-UM6JO3VZ.js.map → chunk-75YFKYUJ.js.map} +0 -0
- /package/bundles/{chunk-DEDJRZPG.js.map → chunk-KAFBWQ67.js.map} +0 -0
- /package/bundles/{chunk-EM4I4HTR.js.map → chunk-LV7FGTGX.js.map} +0 -0
- /package/bundles/{chunk-7IGIAFDK.js.map → chunk-NDT2FVCM.js.map} +0 -0
- /package/bundles/{chunk-RWHNANUR.js.map → chunk-NMMGOE7N.js.map} +0 -0
- /package/bundles/{chunk-64JBPJBS.js.map → chunk-R4KQI5XI.js.map} +0 -0
- /package/bundles/{chunk-LYJKWJUC.js.map → chunk-SBDNBITT.js.map} +0 -0
- /package/bundles/{chunk-2WQIUGOU.js.map → chunk-WCD6LVCP.js.map} +0 -0
- /package/bundles/{chunk-XIYC7KSQ.js.map → chunk-YUMIYLNL.js.map} +0 -0
- /package/bundles/{chunk-IRIANPQU.js.map → chunk-ZVICXMWS.js.map} +0 -0
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
tryParseSignalInputMapping,
|
|
11
11
|
tryParseSignalModelMapping,
|
|
12
12
|
tryParseSignalQueryFromInitializer
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-26Z5EPVF.js";
|
|
14
14
|
import {
|
|
15
15
|
ImportManager,
|
|
16
16
|
ImportedSymbolsTracker,
|
|
@@ -18,9 +18,9 @@ import {
|
|
|
18
18
|
isAliasImportDeclaration,
|
|
19
19
|
loadIsReferencedAliasDeclarationPatch,
|
|
20
20
|
reflectClassMember
|
|
21
|
-
} from "./chunk-
|
|
21
|
+
} from "./chunk-NMMGOE7N.js";
|
|
22
22
|
|
|
23
|
-
// bazel-out/
|
|
23
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/jit_transforms/downlevel_decorators_transform.mjs
|
|
24
24
|
import ts from "typescript";
|
|
25
25
|
function isAngularDecorator2(decorator, isCore) {
|
|
26
26
|
return isCore || decorator.import !== null && decorator.import.from === "@angular/core";
|
|
@@ -323,10 +323,10 @@ function cloneClassElementWithModifiers(node, modifiers) {
|
|
|
323
323
|
return ts.setOriginalNode(clone, node);
|
|
324
324
|
}
|
|
325
325
|
|
|
326
|
-
// bazel-out/
|
|
326
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/jit_transforms/initializer_api_transforms/transform.mjs
|
|
327
327
|
import ts4 from "typescript";
|
|
328
328
|
|
|
329
|
-
// bazel-out/
|
|
329
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/jit_transforms/initializer_api_transforms/transform_api.mjs
|
|
330
330
|
import ts2 from "typescript";
|
|
331
331
|
function createSyntheticAngularCoreDecoratorAccess(factory, importManager, ngClassDecorator, sourceFile, decoratorName) {
|
|
332
332
|
const classDecoratorIdentifier = ts2.isIdentifier(ngClassDecorator.identifier) ? ngClassDecorator.identifier : ngClassDecorator.identifier.expression;
|
|
@@ -343,7 +343,7 @@ function castAsAny(factory, expr) {
|
|
|
343
343
|
return factory.createAsExpression(expr, factory.createKeywordTypeNode(ts2.SyntaxKind.AnyKeyword));
|
|
344
344
|
}
|
|
345
345
|
|
|
346
|
-
// bazel-out/
|
|
346
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/jit_transforms/initializer_api_transforms/input_function.mjs
|
|
347
347
|
var signalInputsTransform = (member, host, factory, importTracker, importManager, classDecorator, isCore) => {
|
|
348
348
|
var _a, _b;
|
|
349
349
|
if ((_a = host.getDecoratorsOfDeclaration(member.node)) == null ? void 0 : _a.some((d) => isAngularDecorator(d, "Input", isCore))) {
|
|
@@ -366,7 +366,7 @@ var signalInputsTransform = (member, host, factory, importTracker, importManager
|
|
|
366
366
|
return factory.updatePropertyDeclaration(member.node, [newDecorator, ...(_b = member.node.modifiers) != null ? _b : []], member.name, member.node.questionToken, member.node.type, member.node.initializer);
|
|
367
367
|
};
|
|
368
368
|
|
|
369
|
-
// bazel-out/
|
|
369
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/jit_transforms/initializer_api_transforms/model_function.mjs
|
|
370
370
|
import ts3 from "typescript";
|
|
371
371
|
var signalModelTransform = (member, host, factory, importTracker, importManager, classDecorator, isCore) => {
|
|
372
372
|
var _a, _b;
|
|
@@ -401,7 +401,7 @@ function createDecorator(name, config, classDecorator, factory, sourceFile, impo
|
|
|
401
401
|
return factory.createDecorator(factory.createCallExpression(callTarget, void 0, [config]));
|
|
402
402
|
}
|
|
403
403
|
|
|
404
|
-
// bazel-out/
|
|
404
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/jit_transforms/initializer_api_transforms/output_function.mjs
|
|
405
405
|
var initializerApiOutputTransform = (member, host, factory, importTracker, importManager, classDecorator, isCore) => {
|
|
406
406
|
var _a, _b;
|
|
407
407
|
if ((_a = host.getDecoratorsOfDeclaration(member.node)) == null ? void 0 : _a.some((d) => isAngularDecorator(d, "Output", isCore))) {
|
|
@@ -416,7 +416,7 @@ var initializerApiOutputTransform = (member, host, factory, importTracker, impor
|
|
|
416
416
|
return factory.updatePropertyDeclaration(member.node, [newDecorator, ...(_b = member.node.modifiers) != null ? _b : []], member.node.name, member.node.questionToken, member.node.type, member.node.initializer);
|
|
417
417
|
};
|
|
418
418
|
|
|
419
|
-
// bazel-out/
|
|
419
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/jit_transforms/initializer_api_transforms/query_functions.mjs
|
|
420
420
|
var queryFunctionToDecorator = {
|
|
421
421
|
viewChild: "ViewChild",
|
|
422
422
|
viewChildren: "ViewChildren",
|
|
@@ -450,7 +450,7 @@ var queryFunctionsTransforms = (member, host, factory, importTracker, importMana
|
|
|
450
450
|
return factory.updatePropertyDeclaration(member.node, [newDecorator, ...(_a = member.node.modifiers) != null ? _a : []], member.node.name, member.node.questionToken, member.node.type, member.node.initializer);
|
|
451
451
|
};
|
|
452
452
|
|
|
453
|
-
// bazel-out/
|
|
453
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/jit_transforms/initializer_api_transforms/transform.mjs
|
|
454
454
|
var decoratorsWithInputs = ["Directive", "Component"];
|
|
455
455
|
var propertyTransforms = [
|
|
456
456
|
signalInputsTransform,
|
|
@@ -501,7 +501,7 @@ function createTransformVisitor(ctx, host, importManager, importTracker, isCore)
|
|
|
501
501
|
return visitor;
|
|
502
502
|
}
|
|
503
503
|
|
|
504
|
-
// bazel-out/
|
|
504
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/jit_transforms/index.mjs
|
|
505
505
|
function angularJitApplicationTransform(program, isCore = false) {
|
|
506
506
|
const typeChecker = program.getTypeChecker();
|
|
507
507
|
const reflectionHost = new TypeScriptReflectionHost(typeChecker);
|
|
@@ -523,7 +523,7 @@ function angularJitApplicationTransform(program, isCore = false) {
|
|
|
523
523
|
};
|
|
524
524
|
}
|
|
525
525
|
|
|
526
|
-
// bazel-out/
|
|
526
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/private/tooling.mjs
|
|
527
527
|
var GLOBAL_DEFS_FOR_TERSER = {
|
|
528
528
|
ngDevMode: false,
|
|
529
529
|
ngI18nClosureMode: false
|
|
@@ -551,4 +551,4 @@ export {
|
|
|
551
551
|
* Use of this source code is governed by an MIT-style license that can be
|
|
552
552
|
* found in the LICENSE file at https://angular.io/license
|
|
553
553
|
*/
|
|
554
|
-
//# sourceMappingURL=chunk-
|
|
554
|
+
//# sourceMappingURL=chunk-NDT2FVCM.js.map
|
|
@@ -12,12 +12,12 @@ import {
|
|
|
12
12
|
resolve,
|
|
13
13
|
stripExtension,
|
|
14
14
|
toRelativeImport
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-75YFKYUJ.js";
|
|
16
16
|
|
|
17
|
-
// bazel-out/
|
|
17
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
18
18
|
import ts from "typescript";
|
|
19
19
|
|
|
20
|
-
// bazel-out/
|
|
20
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_code.mjs
|
|
21
21
|
var ErrorCode;
|
|
22
22
|
(function(ErrorCode2) {
|
|
23
23
|
ErrorCode2[ErrorCode2["DECORATOR_ARG_NOT_LITERAL"] = 1001] = "DECORATOR_ARG_NOT_LITERAL";
|
|
@@ -106,7 +106,7 @@ var ErrorCode;
|
|
|
106
106
|
ErrorCode2[ErrorCode2["LOCAL_COMPILATION_UNSUPPORTED_EXPRESSION"] = 11003] = "LOCAL_COMPILATION_UNSUPPORTED_EXPRESSION";
|
|
107
107
|
})(ErrorCode || (ErrorCode = {}));
|
|
108
108
|
|
|
109
|
-
// bazel-out/
|
|
109
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/util.mjs
|
|
110
110
|
var ERROR_CODE_MATCHER = /(\u001b\[\d+m ?)TS-99(\d+: ?\u001b\[\d+m)/g;
|
|
111
111
|
function replaceTsWithNgInErrors(errors) {
|
|
112
112
|
return errors.replace(ERROR_CODE_MATCHER, "$1NG$2");
|
|
@@ -115,7 +115,7 @@ function ngErrorCode(code) {
|
|
|
115
115
|
return parseInt("-99" + code);
|
|
116
116
|
}
|
|
117
117
|
|
|
118
|
-
// bazel-out/
|
|
118
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
119
119
|
var FatalDiagnosticError = class extends Error {
|
|
120
120
|
constructor(code, node, diagnosticMessage, relatedInformation) {
|
|
121
121
|
super(`FatalDiagnosticError: Code: ${code}, Message: ${ts.flattenDiagnosticMessageText(diagnosticMessage, "\n")}`);
|
|
@@ -180,7 +180,7 @@ function isLocalCompilationDiagnostics(diagnostic) {
|
|
|
180
180
|
return diagnostic.code === ngErrorCode(ErrorCode.LOCAL_COMPILATION_UNRESOLVED_CONST) || diagnostic.code === ngErrorCode(ErrorCode.LOCAL_COMPILATION_UNSUPPORTED_EXPRESSION);
|
|
181
181
|
}
|
|
182
182
|
|
|
183
|
-
// bazel-out/
|
|
183
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
|
|
184
184
|
var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
185
185
|
ErrorCode.DECORATOR_ARG_NOT_LITERAL,
|
|
186
186
|
ErrorCode.IMPORT_CYCLE_DETECTED,
|
|
@@ -192,10 +192,10 @@ var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
|
192
192
|
ErrorCode.WARN_NGMODULE_ID_UNNECESSARY
|
|
193
193
|
]);
|
|
194
194
|
|
|
195
|
-
// bazel-out/
|
|
195
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_details_base_url.mjs
|
|
196
196
|
var ERROR_DETAILS_PAGE_BASE_URL = "https://angular.io/errors";
|
|
197
197
|
|
|
198
|
-
// bazel-out/
|
|
198
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
|
|
199
199
|
var ExtendedTemplateDiagnosticName;
|
|
200
200
|
(function(ExtendedTemplateDiagnosticName2) {
|
|
201
201
|
ExtendedTemplateDiagnosticName2["INVALID_BANANA_IN_BOX"] = "invalidBananaInBox";
|
|
@@ -210,10 +210,10 @@ var ExtendedTemplateDiagnosticName;
|
|
|
210
210
|
ExtendedTemplateDiagnosticName2["CONTROL_FLOW_PREVENTING_CONTENT_PROJECTION"] = "controlFlowPreventingContentProjection";
|
|
211
211
|
})(ExtendedTemplateDiagnosticName || (ExtendedTemplateDiagnosticName = {}));
|
|
212
212
|
|
|
213
|
-
// bazel-out/
|
|
213
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
|
|
214
214
|
import ts5 from "typescript";
|
|
215
215
|
|
|
216
|
-
// bazel-out/
|
|
216
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/host.mjs
|
|
217
217
|
import ts2 from "typescript";
|
|
218
218
|
function isDecoratorIdentifier(exp) {
|
|
219
219
|
return ts2.isIdentifier(exp) || ts2.isPropertyAccessExpression(exp) && ts2.isIdentifier(exp.expression) && ts2.isIdentifier(exp.name);
|
|
@@ -236,7 +236,7 @@ var ClassMemberAccessLevel;
|
|
|
236
236
|
})(ClassMemberAccessLevel || (ClassMemberAccessLevel = {}));
|
|
237
237
|
var AmbientImport = {};
|
|
238
238
|
|
|
239
|
-
// bazel-out/
|
|
239
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/type_to_value.mjs
|
|
240
240
|
import ts3 from "typescript";
|
|
241
241
|
function typeToValue(typeNode, checker, isLocalCompilation) {
|
|
242
242
|
var _a, _b;
|
|
@@ -409,7 +409,7 @@ function extractModuleName(node) {
|
|
|
409
409
|
return node.moduleSpecifier.text;
|
|
410
410
|
}
|
|
411
411
|
|
|
412
|
-
// bazel-out/
|
|
412
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/util.mjs
|
|
413
413
|
import ts4 from "typescript";
|
|
414
414
|
function isNamedClassDeclaration(node) {
|
|
415
415
|
return ts4.isClassDeclaration(node) && isIdentifier(node.name);
|
|
@@ -433,7 +433,7 @@ function classMemberAccessLevelToString(level) {
|
|
|
433
433
|
}
|
|
434
434
|
}
|
|
435
435
|
|
|
436
|
-
// bazel-out/
|
|
436
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
|
|
437
437
|
var TypeScriptReflectionHost = class {
|
|
438
438
|
constructor(checker, isLocalCompilation = false) {
|
|
439
439
|
this.checker = checker;
|
|
@@ -921,7 +921,7 @@ function getExportedName(decl, originalId) {
|
|
|
921
921
|
}
|
|
922
922
|
var LocalExportedDeclarations = Symbol("LocalExportedDeclarations");
|
|
923
923
|
|
|
924
|
-
// bazel-out/
|
|
924
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/typescript.mjs
|
|
925
925
|
import ts6 from "typescript";
|
|
926
926
|
var TS = /\.tsx?$/i;
|
|
927
927
|
var D_TS = /\.d\.ts$/i;
|
|
@@ -1022,7 +1022,7 @@ function toUnredirectedSourceFile(sf) {
|
|
|
1022
1022
|
return redirectInfo.unredirected;
|
|
1023
1023
|
}
|
|
1024
1024
|
|
|
1025
|
-
// bazel-out/
|
|
1025
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/references.mjs
|
|
1026
1026
|
var Reference = class {
|
|
1027
1027
|
constructor(node, bestGuessOwningModule = null) {
|
|
1028
1028
|
this.node = node;
|
|
@@ -1091,14 +1091,14 @@ var Reference = class {
|
|
|
1091
1091
|
}
|
|
1092
1092
|
};
|
|
1093
1093
|
|
|
1094
|
-
// bazel-out/
|
|
1094
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
|
|
1095
1095
|
import { ExternalExpr as ExternalExpr2 } from "@angular/compiler";
|
|
1096
1096
|
|
|
1097
|
-
// bazel-out/
|
|
1097
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
1098
1098
|
import { ExternalExpr, ExternalReference, WrappedNodeExpr } from "@angular/compiler";
|
|
1099
1099
|
import ts7 from "typescript";
|
|
1100
1100
|
|
|
1101
|
-
// bazel-out/
|
|
1101
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/find_export.mjs
|
|
1102
1102
|
function findExportedNameOfNode(target, file, reflector) {
|
|
1103
1103
|
const exports = reflector.getExportsOfModule(file);
|
|
1104
1104
|
if (exports === null) {
|
|
@@ -1118,7 +1118,7 @@ function findExportedNameOfNode(target, file, reflector) {
|
|
|
1118
1118
|
return foundExportName;
|
|
1119
1119
|
}
|
|
1120
1120
|
|
|
1121
|
-
// bazel-out/
|
|
1121
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
1122
1122
|
var ImportFlags;
|
|
1123
1123
|
(function(ImportFlags2) {
|
|
1124
1124
|
ImportFlags2[ImportFlags2["None"] = 0] = "None";
|
|
@@ -1347,7 +1347,7 @@ var UnifiedModulesStrategy = class {
|
|
|
1347
1347
|
}
|
|
1348
1348
|
};
|
|
1349
1349
|
|
|
1350
|
-
// bazel-out/
|
|
1350
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
|
|
1351
1351
|
var CHARS_TO_ESCAPE = /[^a-zA-Z0-9/_]/g;
|
|
1352
1352
|
var UnifiedModulesAliasingHost = class {
|
|
1353
1353
|
constructor(unifiedModulesHost) {
|
|
@@ -1414,7 +1414,7 @@ var AliasStrategy = class {
|
|
|
1414
1414
|
}
|
|
1415
1415
|
};
|
|
1416
1416
|
|
|
1417
|
-
// bazel-out/
|
|
1417
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/path.mjs
|
|
1418
1418
|
function relativePathBetween(from, to) {
|
|
1419
1419
|
const relativePath = stripExtension(relative(dirname(resolve(from)), resolve(to)));
|
|
1420
1420
|
return relativePath !== "" ? toRelativeImport(relativePath) : null;
|
|
@@ -1423,7 +1423,7 @@ function normalizeSeparators(path) {
|
|
|
1423
1423
|
return path.replace(/\\/g, "/");
|
|
1424
1424
|
}
|
|
1425
1425
|
|
|
1426
|
-
// bazel-out/
|
|
1426
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/core.mjs
|
|
1427
1427
|
var NoopImportRewriter = class {
|
|
1428
1428
|
rewriteSymbol(symbol, specifier) {
|
|
1429
1429
|
return symbol;
|
|
@@ -1476,7 +1476,7 @@ function validateAndRewriteCoreSymbol(name) {
|
|
|
1476
1476
|
return CORE_SUPPORTED_SYMBOLS.get(name);
|
|
1477
1477
|
}
|
|
1478
1478
|
|
|
1479
|
-
// bazel-out/
|
|
1479
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/patch_alias_reference_resolution.mjs
|
|
1480
1480
|
import ts8 from "typescript";
|
|
1481
1481
|
var patchedReferencedAliasesSymbol = Symbol("patchedReferencedAliases");
|
|
1482
1482
|
function loadIsReferencedAliasDeclarationPatch(context) {
|
|
@@ -1511,7 +1511,7 @@ function throwIncompatibleTransformationContextError() {
|
|
|
1511
1511
|
throw Error("Angular compiler is incompatible with this version of the TypeScript compiler.\n\nIf you recently updated TypeScript and this issue surfaces now, consider downgrading.\n\nPlease report an issue on the Angular repositories when this issue surfaces and you are using a supposedly compatible TypeScript version.");
|
|
1512
1512
|
}
|
|
1513
1513
|
|
|
1514
|
-
// bazel-out/
|
|
1514
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
|
|
1515
1515
|
var DefaultImportDeclaration = Symbol("DefaultImportDeclaration");
|
|
1516
1516
|
function attachDefaultImportDeclaration(expr, importDecl) {
|
|
1517
1517
|
expr[DefaultImportDeclaration] = importDecl;
|
|
@@ -1552,7 +1552,7 @@ var DefaultImportTracker = class {
|
|
|
1552
1552
|
}
|
|
1553
1553
|
};
|
|
1554
1554
|
|
|
1555
|
-
// bazel-out/
|
|
1555
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/deferred_symbol_tracker.mjs
|
|
1556
1556
|
import ts9 from "typescript";
|
|
1557
1557
|
var AssumeEager = "AssumeEager";
|
|
1558
1558
|
var DeferredSymbolTracker = class {
|
|
@@ -1673,7 +1673,7 @@ var DeferredSymbolTracker = class {
|
|
|
1673
1673
|
}
|
|
1674
1674
|
};
|
|
1675
1675
|
|
|
1676
|
-
// bazel-out/
|
|
1676
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/imported_symbols_tracker.mjs
|
|
1677
1677
|
import ts10 from "typescript";
|
|
1678
1678
|
var ImportedSymbolsTracker = class {
|
|
1679
1679
|
constructor() {
|
|
@@ -1732,7 +1732,7 @@ var ImportedSymbolsTracker = class {
|
|
|
1732
1732
|
}
|
|
1733
1733
|
};
|
|
1734
1734
|
|
|
1735
|
-
// bazel-out/
|
|
1735
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/local_compilation_extra_imports_tracker.mjs
|
|
1736
1736
|
import ts11 from "typescript";
|
|
1737
1737
|
var LocalCompilationExtraImportsTracker = class {
|
|
1738
1738
|
constructor(typeChecker) {
|
|
@@ -1779,7 +1779,7 @@ function removeQuotations(s) {
|
|
|
1779
1779
|
return s.substring(1, s.length - 1).trim();
|
|
1780
1780
|
}
|
|
1781
1781
|
|
|
1782
|
-
// bazel-out/
|
|
1782
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/resolver.mjs
|
|
1783
1783
|
var ModuleResolver = class {
|
|
1784
1784
|
constructor(program, compilerOptions, host, moduleResolutionCache) {
|
|
1785
1785
|
this.program = program;
|
|
@@ -1796,10 +1796,10 @@ var ModuleResolver = class {
|
|
|
1796
1796
|
}
|
|
1797
1797
|
};
|
|
1798
1798
|
|
|
1799
|
-
// bazel-out/
|
|
1799
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_manager.mjs
|
|
1800
1800
|
import ts16 from "typescript";
|
|
1801
1801
|
|
|
1802
|
-
// bazel-out/
|
|
1802
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/check_unique_identifier_name.mjs
|
|
1803
1803
|
import ts12 from "typescript";
|
|
1804
1804
|
function createGenerateUniqueIdentifierHelper() {
|
|
1805
1805
|
const generatedIdentifiers = /* @__PURE__ */ new Set();
|
|
@@ -1823,7 +1823,7 @@ function createGenerateUniqueIdentifierHelper() {
|
|
|
1823
1823
|
};
|
|
1824
1824
|
}
|
|
1825
1825
|
|
|
1826
|
-
// bazel-out/
|
|
1826
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_typescript_transform.mjs
|
|
1827
1827
|
import ts13 from "typescript";
|
|
1828
1828
|
function createTsTransformForImportManager(manager, extraStatementsForFiles) {
|
|
1829
1829
|
return (ctx) => {
|
|
@@ -1881,7 +1881,7 @@ function isImportStatement(stmt) {
|
|
|
1881
1881
|
return ts13.isImportDeclaration(stmt) || ts13.isImportEqualsDeclaration(stmt) || ts13.isNamespaceImport(stmt);
|
|
1882
1882
|
}
|
|
1883
1883
|
|
|
1884
|
-
// bazel-out/
|
|
1884
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/reuse_generated_imports.mjs
|
|
1885
1885
|
import ts14 from "typescript";
|
|
1886
1886
|
function attemptToReuseGeneratedImports(tracker, request) {
|
|
1887
1887
|
const requestHash = hashImportRequest(request);
|
|
@@ -1908,7 +1908,7 @@ function hashImportRequest(req) {
|
|
|
1908
1908
|
return `${req.requestedFile.fileName}:${req.exportModuleSpecifier}:${req.exportSymbolName}`;
|
|
1909
1909
|
}
|
|
1910
1910
|
|
|
1911
|
-
// bazel-out/
|
|
1911
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/reuse_source_file_imports.mjs
|
|
1912
1912
|
import ts15 from "typescript";
|
|
1913
1913
|
function attemptToReuseExistingSourceFileImports(tracker, sourceFile, request) {
|
|
1914
1914
|
let candidateImportToBeUpdated = null;
|
|
@@ -1961,7 +1961,7 @@ function attemptToReuseExistingSourceFileImports(tracker, sourceFile, request) {
|
|
|
1961
1961
|
return fileUniqueAlias != null ? fileUniqueAlias : propertyName;
|
|
1962
1962
|
}
|
|
1963
1963
|
|
|
1964
|
-
// bazel-out/
|
|
1964
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager/import_manager.mjs
|
|
1965
1965
|
var presetImportManagerForceNamespaceImports = {
|
|
1966
1966
|
disableOriginalSourceFileReuse: true,
|
|
1967
1967
|
forceGenerateNamespacesForNewImports: true
|
|
@@ -2111,7 +2111,7 @@ function createImportReference(asTypeReference, ref) {
|
|
|
2111
2111
|
}
|
|
2112
2112
|
}
|
|
2113
2113
|
|
|
2114
|
-
// bazel-out/
|
|
2114
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/context.mjs
|
|
2115
2115
|
var Context = class {
|
|
2116
2116
|
constructor(isStatement) {
|
|
2117
2117
|
this.isStatement = isStatement;
|
|
@@ -2124,7 +2124,7 @@ var Context = class {
|
|
|
2124
2124
|
}
|
|
2125
2125
|
};
|
|
2126
2126
|
|
|
2127
|
-
// bazel-out/
|
|
2127
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
|
|
2128
2128
|
import * as o from "@angular/compiler";
|
|
2129
2129
|
var UNARY_OPERATORS = /* @__PURE__ */ new Map([
|
|
2130
2130
|
[o.UnaryOperator.Minus, "-"],
|
|
@@ -2370,7 +2370,7 @@ function createRange(span) {
|
|
|
2370
2370
|
};
|
|
2371
2371
|
}
|
|
2372
2372
|
|
|
2373
|
-
// bazel-out/
|
|
2373
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_emitter.mjs
|
|
2374
2374
|
import ts17 from "typescript";
|
|
2375
2375
|
var INELIGIBLE = {};
|
|
2376
2376
|
function canEmitType(type, canEmit) {
|
|
@@ -2445,11 +2445,11 @@ var TypeEmitter = class {
|
|
|
2445
2445
|
}
|
|
2446
2446
|
};
|
|
2447
2447
|
|
|
2448
|
-
// bazel-out/
|
|
2448
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
|
|
2449
2449
|
import * as o2 from "@angular/compiler";
|
|
2450
2450
|
import ts19 from "typescript";
|
|
2451
2451
|
|
|
2452
|
-
// bazel-out/
|
|
2452
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/ts_util.mjs
|
|
2453
2453
|
import ts18 from "typescript";
|
|
2454
2454
|
function tsNumericExpression(value) {
|
|
2455
2455
|
if (value < 0) {
|
|
@@ -2459,7 +2459,7 @@ function tsNumericExpression(value) {
|
|
|
2459
2459
|
return ts18.factory.createNumericLiteral(value);
|
|
2460
2460
|
}
|
|
2461
2461
|
|
|
2462
|
-
// bazel-out/
|
|
2462
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
|
|
2463
2463
|
function translateType(type, contextFile, reflector, refEmitter, imports) {
|
|
2464
2464
|
return type.visitType(new TypeTranslatorVisitor(imports, contextFile, reflector, refEmitter), new Context(false));
|
|
2465
2465
|
}
|
|
@@ -2676,7 +2676,7 @@ var TypeTranslatorVisitor = class {
|
|
|
2676
2676
|
}
|
|
2677
2677
|
};
|
|
2678
2678
|
|
|
2679
|
-
// bazel-out/
|
|
2679
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
|
|
2680
2680
|
import ts20 from "typescript";
|
|
2681
2681
|
var PureAnnotation;
|
|
2682
2682
|
(function(PureAnnotation2) {
|
|
@@ -2873,7 +2873,7 @@ function attachComments(statement, leadingComments) {
|
|
|
2873
2873
|
}
|
|
2874
2874
|
}
|
|
2875
2875
|
|
|
2876
|
-
// bazel-out/
|
|
2876
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_translator.mjs
|
|
2877
2877
|
function translateExpression(contextFile, expression, imports, options = {}) {
|
|
2878
2878
|
return expression.visitExpression(new ExpressionTranslatorVisitor(new TypeScriptAstFactory(options.annotateForClosureCompiler === true), imports, contextFile, options), new Context(false));
|
|
2879
2879
|
}
|
|
@@ -2970,4 +2970,4 @@ export {
|
|
|
2970
2970
|
* Use of this source code is governed by an MIT-style license that can be
|
|
2971
2971
|
* found in the LICENSE file at https://angular.io/license
|
|
2972
2972
|
*/
|
|
2973
|
-
//# sourceMappingURL=chunk-
|
|
2973
|
+
//# sourceMappingURL=chunk-NMMGOE7N.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/perf/src/api.mjs
|
|
7
7
|
var PerfPhase;
|
|
8
8
|
(function(PerfPhase2) {
|
|
9
9
|
PerfPhase2[PerfPhase2["Unaccounted"] = 0] = "Unaccounted";
|
|
@@ -71,7 +71,7 @@ var PerfCheckpoint;
|
|
|
71
71
|
PerfCheckpoint2[PerfCheckpoint2["LAST"] = 9] = "LAST";
|
|
72
72
|
})(PerfCheckpoint || (PerfCheckpoint = {}));
|
|
73
73
|
|
|
74
|
-
// bazel-out/
|
|
74
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/noop.mjs
|
|
75
75
|
var NoopPerfRecorder = class {
|
|
76
76
|
eventCount() {
|
|
77
77
|
}
|
|
@@ -88,7 +88,7 @@ var NoopPerfRecorder = class {
|
|
|
88
88
|
};
|
|
89
89
|
var NOOP_PERF_RECORDER = new NoopPerfRecorder();
|
|
90
90
|
|
|
91
|
-
// bazel-out/
|
|
91
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/clock.mjs
|
|
92
92
|
function mark() {
|
|
93
93
|
return process.hrtime();
|
|
94
94
|
}
|
|
@@ -97,7 +97,7 @@ function timeSinceInMicros(mark2) {
|
|
|
97
97
|
return delta[0] * 1e6 + Math.floor(delta[1] / 1e3);
|
|
98
98
|
}
|
|
99
99
|
|
|
100
|
-
// bazel-out/
|
|
100
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/recorder.mjs
|
|
101
101
|
var ActivePerfRecorder = class {
|
|
102
102
|
static zeroedToNow() {
|
|
103
103
|
return new ActivePerfRecorder(mark());
|
|
@@ -205,4 +205,4 @@ export {
|
|
|
205
205
|
* Use of this source code is governed by an MIT-style license that can be
|
|
206
206
|
* found in the LICENSE file at https://angular.io/license
|
|
207
207
|
*/
|
|
208
|
-
//# sourceMappingURL=chunk-
|
|
208
|
+
//# sourceMappingURL=chunk-R4KQI5XI.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
|
|
@@ -3,11 +3,11 @@
|
|
|
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/sourcemaps/src/source_file.mjs
|
|
7
7
|
import { decode, encode } from "@jridgewell/sourcemap-codec";
|
|
8
8
|
import mapHelpers from "convert-source-map";
|
|
9
9
|
|
|
10
|
-
// bazel-out/
|
|
10
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/segment_marker.mjs
|
|
11
11
|
function compareSegments(a, b) {
|
|
12
12
|
return a.position - b.position;
|
|
13
13
|
}
|
|
@@ -27,7 +27,7 @@ function offsetSegment(startOfLinePositions, marker, offset) {
|
|
|
27
27
|
return { line, column, position, next: void 0 };
|
|
28
28
|
}
|
|
29
29
|
|
|
30
|
-
// bazel-out/
|
|
30
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file.mjs
|
|
31
31
|
function removeSourceMapComments(contents) {
|
|
32
32
|
return mapHelpers.removeMapFileComments(mapHelpers.removeComments(contents)).replace(/\n\n$/, "\n");
|
|
33
33
|
}
|
|
@@ -278,10 +278,10 @@ var Cache = class {
|
|
|
278
278
|
}
|
|
279
279
|
};
|
|
280
280
|
|
|
281
|
-
// bazel-out/
|
|
281
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file_loader.mjs
|
|
282
282
|
import mapHelpers2 from "convert-source-map";
|
|
283
283
|
|
|
284
|
-
// bazel-out/
|
|
284
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/content_origin.mjs
|
|
285
285
|
var ContentOrigin;
|
|
286
286
|
(function(ContentOrigin2) {
|
|
287
287
|
ContentOrigin2[ContentOrigin2["Provided"] = 0] = "Provided";
|
|
@@ -289,7 +289,7 @@ var ContentOrigin;
|
|
|
289
289
|
ContentOrigin2[ContentOrigin2["FileSystem"] = 2] = "FileSystem";
|
|
290
290
|
})(ContentOrigin || (ContentOrigin = {}));
|
|
291
291
|
|
|
292
|
-
// bazel-out/
|
|
292
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/sourcemaps/src/source_file_loader.mjs
|
|
293
293
|
var SCHEME_MATCHER = /^([a-z][a-z0-9.-]*):\/\//i;
|
|
294
294
|
var SourceFileLoader = class {
|
|
295
295
|
constructor(fs, logger, schemeMap) {
|
|
@@ -416,4 +416,4 @@ export {
|
|
|
416
416
|
* Use of this source code is governed by an MIT-style license that can be
|
|
417
417
|
* found in the LICENSE file at https://angular.io/license
|
|
418
418
|
*/
|
|
419
|
-
//# sourceMappingURL=chunk-
|
|
419
|
+
//# sourceMappingURL=chunk-WCD6LVCP.js.map
|
|
@@ -3,14 +3,14 @@
|
|
|
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/typecheck/api/checker.mjs
|
|
7
7
|
var OptimizeFor;
|
|
8
8
|
(function(OptimizeFor2) {
|
|
9
9
|
OptimizeFor2[OptimizeFor2["SingleFile"] = 0] = "SingleFile";
|
|
10
10
|
OptimizeFor2[OptimizeFor2["WholeProgram"] = 1] = "WholeProgram";
|
|
11
11
|
})(OptimizeFor || (OptimizeFor = {}));
|
|
12
12
|
|
|
13
|
-
// bazel-out/
|
|
13
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/scope.mjs
|
|
14
14
|
var PotentialImportKind;
|
|
15
15
|
(function(PotentialImportKind2) {
|
|
16
16
|
PotentialImportKind2[PotentialImportKind2["NgModule"] = 0] = "NgModule";
|
|
@@ -22,14 +22,14 @@ var PotentialImportMode;
|
|
|
22
22
|
PotentialImportMode2[PotentialImportMode2["ForceDirect"] = 1] = "ForceDirect";
|
|
23
23
|
})(PotentialImportMode || (PotentialImportMode = {}));
|
|
24
24
|
|
|
25
|
-
// bazel-out/
|
|
25
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/completion.mjs
|
|
26
26
|
var CompletionKind;
|
|
27
27
|
(function(CompletionKind2) {
|
|
28
28
|
CompletionKind2[CompletionKind2["Reference"] = 0] = "Reference";
|
|
29
29
|
CompletionKind2[CompletionKind2["Variable"] = 1] = "Variable";
|
|
30
30
|
})(CompletionKind || (CompletionKind = {}));
|
|
31
31
|
|
|
32
|
-
// bazel-out/
|
|
32
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/typecheck/api/symbols.mjs
|
|
33
33
|
var SymbolKind;
|
|
34
34
|
(function(SymbolKind2) {
|
|
35
35
|
SymbolKind2[SymbolKind2["Input"] = 0] = "Input";
|
|
@@ -59,4 +59,4 @@ export {
|
|
|
59
59
|
* Use of this source code is governed by an MIT-style license that can be
|
|
60
60
|
* found in the LICENSE file at https://angular.io/license
|
|
61
61
|
*/
|
|
62
|
-
//# sourceMappingURL=chunk-
|
|
62
|
+
//# sourceMappingURL=chunk-YUMIYLNL.js.map
|
|
@@ -12,13 +12,13 @@ import {
|
|
|
12
12
|
formatDiagnostics,
|
|
13
13
|
performCompilation,
|
|
14
14
|
readConfiguration
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-LV7FGTGX.js";
|
|
16
16
|
|
|
17
|
-
// bazel-out/
|
|
17
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/main.mjs
|
|
18
18
|
import ts2 from "typescript";
|
|
19
19
|
import yargs from "yargs";
|
|
20
20
|
|
|
21
|
-
// bazel-out/
|
|
21
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/perform_watch.mjs
|
|
22
22
|
import * as chokidar from "chokidar";
|
|
23
23
|
import * as path from "path";
|
|
24
24
|
import ts from "typescript";
|
|
@@ -234,7 +234,7 @@ function performWatchCompilation(host) {
|
|
|
234
234
|
}
|
|
235
235
|
}
|
|
236
236
|
|
|
237
|
-
// bazel-out/
|
|
237
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/main.mjs
|
|
238
238
|
function main(args, consoleError = console.error, config, customTransformers, programReuse, modifiedResourceFiles) {
|
|
239
239
|
let { project, rootNames, options, errors: configErrors, watch: watch2, emitFlags } = config || readNgcCommandLineAndConfiguration(args);
|
|
240
240
|
if (configErrors.length) {
|
|
@@ -342,4 +342,4 @@ export {
|
|
|
342
342
|
* Use of this source code is governed by an MIT-style license that can be
|
|
343
343
|
* found in the LICENSE file at https://angular.io/license
|
|
344
344
|
*/
|
|
345
|
-
//# sourceMappingURL=chunk-
|
|
345
|
+
//# sourceMappingURL=chunk-ZVICXMWS.js.map
|