@angular/compiler-cli 13.2.1 → 13.2.2
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-K2Z44JHH.js → chunk-3WNAIXKA.js} +7 -7
- package/bundles/{chunk-K2Z44JHH.js.map → chunk-3WNAIXKA.js.map} +0 -0
- package/bundles/{chunk-C44PYKVA.js → chunk-5ABOWRRP.js} +57 -57
- package/bundles/{chunk-C44PYKVA.js.map → chunk-5ABOWRRP.js.map} +0 -0
- package/bundles/{chunk-PJPAHVUO.js → chunk-5XSC4B4W.js} +85 -85
- package/bundles/{chunk-PJPAHVUO.js.map → chunk-5XSC4B4W.js.map} +0 -0
- package/bundles/{chunk-XNYP2SFR.js → chunk-6ESPQED7.js} +26 -26
- package/bundles/{chunk-XNYP2SFR.js.map → chunk-6ESPQED7.js.map} +0 -0
- package/bundles/{chunk-O57ZKMWS.js → chunk-B5DWKBQ7.js} +5 -5
- package/bundles/{chunk-O57ZKMWS.js.map → chunk-B5DWKBQ7.js.map} +0 -0
- package/bundles/{chunk-QDWL7SZJ.js → chunk-BPCUCINV.js} +2 -2
- package/bundles/{chunk-QDWL7SZJ.js.map → chunk-BPCUCINV.js.map} +0 -0
- package/bundles/{chunk-GLCRIILX.js → chunk-J6CW3T62.js} +5 -5
- package/bundles/{chunk-GLCRIILX.js.map → chunk-J6CW3T62.js.map} +0 -0
- package/bundles/{chunk-SKBLJA43.js → chunk-JTYUTYS2.js} +3 -3
- package/bundles/{chunk-SKBLJA43.js.map → chunk-JTYUTYS2.js.map} +0 -0
- package/bundles/{chunk-Z2HS4HDG.js → chunk-LL4S3DRM.js} +4 -4
- package/bundles/{chunk-Z2HS4HDG.js.map → chunk-LL4S3DRM.js.map} +0 -0
- package/bundles/{chunk-NRJCXTRC.js → chunk-OSTNYZ2E.js} +40 -40
- package/bundles/{chunk-NRJCXTRC.js.map → chunk-OSTNYZ2E.js.map} +0 -0
- package/bundles/{chunk-FXU7FMZC.js → chunk-QZBA4KSX.js} +7 -7
- package/bundles/{chunk-FXU7FMZC.js.map → chunk-QZBA4KSX.js.map} +0 -0
- package/bundles/{chunk-A5PL3TE6.js → chunk-RNVIUKDY.js} +6 -6
- package/bundles/{chunk-A5PL3TE6.js.map → chunk-RNVIUKDY.js.map} +0 -0
- package/bundles/{chunk-XLVWXQAR.js → chunk-VMLZST3Q.js} +70 -70
- package/bundles/{chunk-XLVWXQAR.js.map → chunk-VMLZST3Q.js.map} +0 -0
- package/bundles/{chunk-ALKVYGAK.js → chunk-VXXCHVAH.js} +31 -31
- package/bundles/{chunk-ALKVYGAK.js.map → chunk-VXXCHVAH.js.map} +0 -0
- package/bundles/{chunk-7PY7XEFH.js → chunk-XXMNTCYN.js} +6 -6
- package/bundles/{chunk-7PY7XEFH.js.map → chunk-XXMNTCYN.js.map} +0 -0
- 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 +12 -12
- package/bundles/ngcc/main-ngcc.js +13 -13
- package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js +13 -13
- package/bundles/ngcc/src/locking/lock_file_with_child_process/ngcc_lock_unlocker.js +4 -4
- 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 +2 -2
- package/bundles/src/bin/ng_xi18n.js +10 -10
- package/bundles/src/bin/ngc.js +8 -8
- package/bundles_metadata.json +1 -1
- package/ngcc/src/packages/build_marker.d.ts +1 -1
- package/package.json +2 -2
|
File without changes
|
|
@@ -13,9 +13,9 @@ import {
|
|
|
13
13
|
resolve,
|
|
14
14
|
stripExtension,
|
|
15
15
|
toRelativeImport
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-QZBA4KSX.js";
|
|
17
17
|
|
|
18
|
-
// bazel-out/
|
|
18
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/typescript.mjs
|
|
19
19
|
import ts from "typescript";
|
|
20
20
|
var TS = /\.tsx?$/i;
|
|
21
21
|
var D_TS = /\.d\.ts$/i;
|
|
@@ -114,7 +114,7 @@ function createExportSpecifier(propertyName, name, isTypeOnly = false) {
|
|
|
114
114
|
return PARSED_TS_VERSION > 4.4 ? ts.createExportSpecifier(isTypeOnly, propertyName, name) : ts.createExportSpecifier(propertyName, name);
|
|
115
115
|
}
|
|
116
116
|
|
|
117
|
-
// bazel-out/
|
|
117
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/references.mjs
|
|
118
118
|
var Reference = class {
|
|
119
119
|
constructor(node, bestGuessOwningModule = null) {
|
|
120
120
|
this.node = node;
|
|
@@ -177,14 +177,14 @@ var Reference = class {
|
|
|
177
177
|
}
|
|
178
178
|
};
|
|
179
179
|
|
|
180
|
-
// bazel-out/
|
|
180
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
|
|
181
181
|
import { ExternalExpr as ExternalExpr2 } from "@angular/compiler";
|
|
182
182
|
|
|
183
|
-
// bazel-out/
|
|
183
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
184
184
|
import { ExternalExpr, ExternalReference, WrappedNodeExpr } from "@angular/compiler";
|
|
185
185
|
import ts3 from "typescript";
|
|
186
186
|
|
|
187
|
-
// bazel-out/
|
|
187
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_code.mjs
|
|
188
188
|
var ErrorCode;
|
|
189
189
|
(function(ErrorCode2) {
|
|
190
190
|
ErrorCode2[ErrorCode2["DECORATOR_ARG_NOT_LITERAL"] = 1001] = "DECORATOR_ARG_NOT_LITERAL";
|
|
@@ -239,7 +239,7 @@ var ErrorCode;
|
|
|
239
239
|
ErrorCode2[ErrorCode2["SUGGEST_SUBOPTIMAL_TYPE_INFERENCE"] = 10002] = "SUGGEST_SUBOPTIMAL_TYPE_INFERENCE";
|
|
240
240
|
})(ErrorCode || (ErrorCode = {}));
|
|
241
241
|
|
|
242
|
-
// bazel-out/
|
|
242
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
|
|
243
243
|
var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
244
244
|
ErrorCode.DECORATOR_ARG_NOT_LITERAL,
|
|
245
245
|
ErrorCode.IMPORT_CYCLE_DETECTED,
|
|
@@ -250,10 +250,10 @@ var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
|
250
250
|
ErrorCode.COMPONENT_INVALID_SHADOW_DOM_SELECTOR
|
|
251
251
|
]);
|
|
252
252
|
|
|
253
|
-
// bazel-out/
|
|
253
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
254
254
|
import ts2 from "typescript";
|
|
255
255
|
|
|
256
|
-
// bazel-out/
|
|
256
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/util.mjs
|
|
257
257
|
var ERROR_CODE_MATCHER = /(\u001b\[\d+m ?)TS-99(\d+: ?\u001b\[\d+m)/g;
|
|
258
258
|
function replaceTsWithNgInErrors(errors) {
|
|
259
259
|
return errors.replace(ERROR_CODE_MATCHER, "$1NG$2");
|
|
@@ -262,7 +262,7 @@ function ngErrorCode(code) {
|
|
|
262
262
|
return parseInt("-99" + code);
|
|
263
263
|
}
|
|
264
264
|
|
|
265
|
-
// bazel-out/
|
|
265
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
266
266
|
var FatalDiagnosticError = class {
|
|
267
267
|
constructor(code, node, message, relatedInformation) {
|
|
268
268
|
this.code = code;
|
|
@@ -310,17 +310,17 @@ function isFatalDiagnosticError(err) {
|
|
|
310
310
|
return err._isFatalDiagnosticError === true;
|
|
311
311
|
}
|
|
312
312
|
|
|
313
|
-
// bazel-out/
|
|
313
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_details_base_url.mjs
|
|
314
314
|
var ERROR_DETAILS_PAGE_BASE_URL = "https://angular.io/errors";
|
|
315
315
|
|
|
316
|
-
// bazel-out/
|
|
316
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
|
|
317
317
|
var ExtendedTemplateDiagnosticName;
|
|
318
318
|
(function(ExtendedTemplateDiagnosticName2) {
|
|
319
319
|
ExtendedTemplateDiagnosticName2["INVALID_BANANA_IN_BOX"] = "invalidBananaInBox";
|
|
320
320
|
ExtendedTemplateDiagnosticName2["NULLISH_COALESCING_NOT_NULLABLE"] = "nullishCoalescingNotNullable";
|
|
321
321
|
})(ExtendedTemplateDiagnosticName || (ExtendedTemplateDiagnosticName = {}));
|
|
322
322
|
|
|
323
|
-
// bazel-out/
|
|
323
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/find_export.mjs
|
|
324
324
|
function findExportedNameOfNode(target, file, reflector) {
|
|
325
325
|
const exports = reflector.getExportsOfModule(file);
|
|
326
326
|
if (exports === null) {
|
|
@@ -340,7 +340,7 @@ function findExportedNameOfNode(target, file, reflector) {
|
|
|
340
340
|
return foundExportName;
|
|
341
341
|
}
|
|
342
342
|
|
|
343
|
-
// bazel-out/
|
|
343
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
344
344
|
var ImportFlags;
|
|
345
345
|
(function(ImportFlags2) {
|
|
346
346
|
ImportFlags2[ImportFlags2["None"] = 0] = "None";
|
|
@@ -556,7 +556,7 @@ var UnifiedModulesStrategy = class {
|
|
|
556
556
|
}
|
|
557
557
|
};
|
|
558
558
|
|
|
559
|
-
// bazel-out/
|
|
559
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
|
|
560
560
|
var CHARS_TO_ESCAPE = /[^a-zA-Z0-9/_]/g;
|
|
561
561
|
var UnifiedModulesAliasingHost = class {
|
|
562
562
|
constructor(unifiedModulesHost) {
|
|
@@ -623,7 +623,7 @@ var AliasStrategy = class {
|
|
|
623
623
|
}
|
|
624
624
|
};
|
|
625
625
|
|
|
626
|
-
// bazel-out/
|
|
626
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/path.mjs
|
|
627
627
|
function relativePathBetween(from, to) {
|
|
628
628
|
const relativePath = stripExtension(relative(dirname(resolve(from)), resolve(to)));
|
|
629
629
|
return relativePath !== "" ? toRelativeImport(relativePath) : null;
|
|
@@ -632,7 +632,7 @@ function normalizeSeparators(path) {
|
|
|
632
632
|
return path.replace(/\\/g, "/");
|
|
633
633
|
}
|
|
634
634
|
|
|
635
|
-
// bazel-out/
|
|
635
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/core.mjs
|
|
636
636
|
var NoopImportRewriter = class {
|
|
637
637
|
shouldImportSymbol(symbol, specifier) {
|
|
638
638
|
return true;
|
|
@@ -690,7 +690,7 @@ function validateAndRewriteCoreSymbol(name) {
|
|
|
690
690
|
return CORE_SUPPORTED_SYMBOLS.get(name);
|
|
691
691
|
}
|
|
692
692
|
|
|
693
|
-
// bazel-out/
|
|
693
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
|
|
694
694
|
import ts4 from "typescript";
|
|
695
695
|
var DefaultImportDeclaration = Symbol("DefaultImportDeclaration");
|
|
696
696
|
function attachDefaultImportDeclaration(expr, importDecl) {
|
|
@@ -735,7 +735,7 @@ var DefaultImportTracker = class {
|
|
|
735
735
|
}
|
|
736
736
|
};
|
|
737
737
|
|
|
738
|
-
// bazel-out/
|
|
738
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/resolver.mjs
|
|
739
739
|
var ModuleResolver = class {
|
|
740
740
|
constructor(program, compilerOptions, host, moduleResolutionCache) {
|
|
741
741
|
this.program = program;
|
|
@@ -752,7 +752,7 @@ var ModuleResolver = class {
|
|
|
752
752
|
}
|
|
753
753
|
};
|
|
754
754
|
|
|
755
|
-
// bazel-out/
|
|
755
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/context.mjs
|
|
756
756
|
var Context = class {
|
|
757
757
|
constructor(isStatement) {
|
|
758
758
|
this.isStatement = isStatement;
|
|
@@ -765,7 +765,7 @@ var Context = class {
|
|
|
765
765
|
}
|
|
766
766
|
};
|
|
767
767
|
|
|
768
|
-
// bazel-out/
|
|
768
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
|
|
769
769
|
import * as o from "@angular/compiler";
|
|
770
770
|
var UNARY_OPERATORS = /* @__PURE__ */ new Map([
|
|
771
771
|
[o.UnaryOperator.Minus, "-"],
|
|
@@ -989,7 +989,7 @@ function createRange(span) {
|
|
|
989
989
|
};
|
|
990
990
|
}
|
|
991
991
|
|
|
992
|
-
// bazel-out/
|
|
992
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager.mjs
|
|
993
993
|
import ts5 from "typescript";
|
|
994
994
|
var ImportManager = class {
|
|
995
995
|
constructor(rewriter = new NoopImportRewriter(), prefix = "i") {
|
|
@@ -1025,7 +1025,7 @@ var ImportManager = class {
|
|
|
1025
1025
|
}
|
|
1026
1026
|
};
|
|
1027
1027
|
|
|
1028
|
-
// bazel-out/
|
|
1028
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
|
|
1029
1029
|
import * as o2 from "@angular/compiler";
|
|
1030
1030
|
import ts6 from "typescript";
|
|
1031
1031
|
function translateType(type, imports) {
|
|
@@ -1196,7 +1196,7 @@ var TypeTranslatorVisitor = class {
|
|
|
1196
1196
|
}
|
|
1197
1197
|
};
|
|
1198
1198
|
|
|
1199
|
-
// bazel-out/
|
|
1199
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
|
|
1200
1200
|
import ts7 from "typescript";
|
|
1201
1201
|
var PureAnnotation;
|
|
1202
1202
|
(function(PureAnnotation2) {
|
|
@@ -1368,7 +1368,7 @@ function attachComments(statement, leadingComments) {
|
|
|
1368
1368
|
}
|
|
1369
1369
|
}
|
|
1370
1370
|
|
|
1371
|
-
// bazel-out/
|
|
1371
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_translator.mjs
|
|
1372
1372
|
function translateExpression(expression, imports, options = {}) {
|
|
1373
1373
|
return expression.visitExpression(new ExpressionTranslatorVisitor(new TypeScriptAstFactory(options.annotateForClosureCompiler === true), imports, options), new Context(false));
|
|
1374
1374
|
}
|
|
@@ -1437,4 +1437,4 @@ export {
|
|
|
1437
1437
|
* Use of this source code is governed by an MIT-style license that can be
|
|
1438
1438
|
* found in the LICENSE file at https://angular.io/license
|
|
1439
1439
|
*/
|
|
1440
|
-
//# sourceMappingURL=chunk-
|
|
1440
|
+
//# sourceMappingURL=chunk-6ESPQED7.js.map
|
|
File without changes
|
|
@@ -14,17 +14,17 @@ import {
|
|
|
14
14
|
formatDiagnostics,
|
|
15
15
|
performCompilation,
|
|
16
16
|
readConfiguration
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-5XSC4B4W.js";
|
|
18
18
|
import {
|
|
19
19
|
__spreadProps,
|
|
20
20
|
__spreadValues
|
|
21
21
|
} from "./chunk-WQ3TNYTD.js";
|
|
22
22
|
|
|
23
|
-
// bazel-out/
|
|
23
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/main.mjs
|
|
24
24
|
import ts2 from "typescript";
|
|
25
25
|
import yargs from "yargs";
|
|
26
26
|
|
|
27
|
-
// bazel-out/
|
|
27
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/perform_watch.mjs
|
|
28
28
|
import * as chokidar from "chokidar";
|
|
29
29
|
import * as path from "path";
|
|
30
30
|
import ts from "typescript";
|
|
@@ -240,7 +240,7 @@ function performWatchCompilation(host) {
|
|
|
240
240
|
}
|
|
241
241
|
}
|
|
242
242
|
|
|
243
|
-
// bazel-out/
|
|
243
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/main.mjs
|
|
244
244
|
function main(args, consoleError = console.error, config, customTransformers, programReuse, modifiedResourceFiles, tsickle) {
|
|
245
245
|
let { project, rootNames, options, errors: configErrors, watch: watch2, emitFlags } = config || readNgcCommandLineAndConfiguration(args);
|
|
246
246
|
if (configErrors.length) {
|
|
@@ -379,4 +379,4 @@ export {
|
|
|
379
379
|
* Use of this source code is governed by an MIT-style license that can be
|
|
380
380
|
* found in the LICENSE file at https://angular.io/license
|
|
381
381
|
*/
|
|
382
|
-
//# sourceMappingURL=chunk-
|
|
382
|
+
//# sourceMappingURL=chunk-B5DWKBQ7.js.map
|
|
File without changes
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
const require = __cjsCompatRequire(import.meta.url);
|
|
4
4
|
const __ESM_IMPORT_META_URL__ = import.meta.url;
|
|
5
5
|
|
|
6
|
-
// bazel-out/
|
|
6
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/locking/lock_file_with_child_process/util.mjs
|
|
7
7
|
function removeLockFile(fs, logger, lockFilePath, pid) {
|
|
8
8
|
try {
|
|
9
9
|
logger.debug(`Attempting to remove lock-file at ${lockFilePath}.`);
|
|
@@ -26,4 +26,4 @@ function removeLockFile(fs, logger, lockFilePath, pid) {
|
|
|
26
26
|
export {
|
|
27
27
|
removeLockFile
|
|
28
28
|
};
|
|
29
|
-
//# sourceMappingURL=chunk-
|
|
29
|
+
//# sourceMappingURL=chunk-BPCUCINV.js.map
|
|
File without changes
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
const require = __cjsCompatRequire(import.meta.url);
|
|
4
4
|
const __ESM_IMPORT_META_URL__ = import.meta.url;
|
|
5
5
|
|
|
6
|
-
// bazel-out/
|
|
6
|
+
// bazel-out/darwin-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";
|
|
@@ -68,7 +68,7 @@ var PerfCheckpoint;
|
|
|
68
68
|
PerfCheckpoint2[PerfCheckpoint2["LAST"] = 9] = "LAST";
|
|
69
69
|
})(PerfCheckpoint || (PerfCheckpoint = {}));
|
|
70
70
|
|
|
71
|
-
// bazel-out/
|
|
71
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/noop.mjs
|
|
72
72
|
var NoopPerfRecorder = class {
|
|
73
73
|
eventCount() {
|
|
74
74
|
}
|
|
@@ -85,7 +85,7 @@ var NoopPerfRecorder = class {
|
|
|
85
85
|
};
|
|
86
86
|
var NOOP_PERF_RECORDER = new NoopPerfRecorder();
|
|
87
87
|
|
|
88
|
-
// bazel-out/
|
|
88
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/clock.mjs
|
|
89
89
|
function mark() {
|
|
90
90
|
return process.hrtime();
|
|
91
91
|
}
|
|
@@ -94,7 +94,7 @@ function timeSinceInMicros(mark2) {
|
|
|
94
94
|
return delta[0] * 1e6 + Math.floor(delta[1] / 1e3);
|
|
95
95
|
}
|
|
96
96
|
|
|
97
|
-
// bazel-out/
|
|
97
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/src/ngtsc/perf/src/recorder.mjs
|
|
98
98
|
var ActivePerfRecorder = class {
|
|
99
99
|
constructor(zeroTime) {
|
|
100
100
|
this.zeroTime = zeroTime;
|
|
@@ -203,4 +203,4 @@ export {
|
|
|
203
203
|
* Use of this source code is governed by an MIT-style license that can be
|
|
204
204
|
* found in the LICENSE file at https://angular.io/license
|
|
205
205
|
*/
|
|
206
|
-
//# sourceMappingURL=chunk-
|
|
206
|
+
//# sourceMappingURL=chunk-J6CW3T62.js.map
|
|
File without changes
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
const require = __cjsCompatRequire(import.meta.url);
|
|
4
4
|
const __ESM_IMPORT_META_URL__ = import.meta.url;
|
|
5
5
|
|
|
6
|
-
// bazel-out/
|
|
6
|
+
// bazel-out/darwin-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-fastbuild/bin/packages/compiler-cli/src/ngtsc/logging/src/console_logger.mjs
|
|
16
16
|
var RESET = "[0m";
|
|
17
17
|
var RED = "[31m";
|
|
18
18
|
var YELLOW = "[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-JTYUTYS2.js.map
|
|
File without changes
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
import {
|
|
7
7
|
ConsoleLogger,
|
|
8
8
|
LogLevel
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-JTYUTYS2.js";
|
|
10
10
|
import {
|
|
11
11
|
NodeJSFileSystem,
|
|
12
12
|
setFileSystem
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-QZBA4KSX.js";
|
|
14
14
|
|
|
15
|
-
// bazel-out/
|
|
15
|
+
// bazel-out/darwin-fastbuild/bin/packages/compiler-cli/ngcc/src/command_line_options.mjs
|
|
16
16
|
import yargs from "yargs";
|
|
17
17
|
function parseCommandLineOptions(args) {
|
|
18
18
|
var _a;
|
|
@@ -113,4 +113,4 @@ export {
|
|
|
113
113
|
* Use of this source code is governed by an MIT-style license that can be
|
|
114
114
|
* found in the LICENSE file at https://angular.io/license
|
|
115
115
|
*/
|
|
116
|
-
//# sourceMappingURL=chunk-
|
|
116
|
+
//# sourceMappingURL=chunk-LL4S3DRM.js.map
|
|
File without changes
|