@angular/compiler-cli 15.0.0-rc.0 → 15.0.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/{chunk-7YKDVBJ5.js → chunk-2J6P344S.js} +31 -31
- package/bundles/{chunk-7YKDVBJ5.js.map → chunk-2J6P344S.js.map} +0 -0
- package/bundles/{chunk-KIQI22GZ.js → chunk-3APJTAXU.js} +73 -73
- package/bundles/{chunk-KIQI22GZ.js.map → chunk-3APJTAXU.js.map} +0 -0
- package/bundles/{chunk-Z57D3OKU.js → chunk-56O2PTWU.js} +7 -7
- package/bundles/{chunk-Z57D3OKU.js.map → chunk-56O2PTWU.js.map} +0 -0
- package/bundles/{chunk-4SINIALN.js → chunk-5FZBUSFV.js} +3 -3
- package/bundles/{chunk-4SINIALN.js.map → chunk-5FZBUSFV.js.map} +0 -0
- package/bundles/{chunk-MEB4YHNS.js → chunk-AENVB2CV.js} +2 -2
- package/bundles/{chunk-MEB4YHNS.js.map → chunk-AENVB2CV.js.map} +0 -0
- package/bundles/{chunk-JSLY52ZU.js → chunk-DGMBQMP3.js} +26 -26
- package/bundles/{chunk-JSLY52ZU.js.map → chunk-DGMBQMP3.js.map} +0 -0
- package/bundles/{chunk-VZ2Q36OK.js → chunk-FTWS7D6F.js} +7 -7
- package/bundles/{chunk-VZ2Q36OK.js.map → chunk-FTWS7D6F.js.map} +0 -0
- package/bundles/{chunk-RC2GY3FU.js → chunk-GRQJXHS2.js} +7 -7
- package/bundles/{chunk-RC2GY3FU.js.map → chunk-GRQJXHS2.js.map} +0 -0
- package/bundles/{chunk-SJL5HBUW.js → chunk-HMWNYAAE.js} +2 -2
- package/bundles/{chunk-SJL5HBUW.js.map → chunk-HMWNYAAE.js.map} +0 -0
- package/bundles/{chunk-YGJACQGV.js → chunk-I6GGIC3W.js} +7 -7
- package/bundles/{chunk-YGJACQGV.js.map → chunk-I6GGIC3W.js.map} +0 -0
- package/bundles/{chunk-DLWNNV6S.js → chunk-MPN6KTTB.js} +40 -40
- package/bundles/{chunk-DLWNNV6S.js.map → chunk-MPN6KTTB.js.map} +0 -0
- package/bundles/{chunk-D55CQOCC.js → chunk-NKS5IOYE.js} +5 -5
- package/bundles/{chunk-D55CQOCC.js.map → chunk-NKS5IOYE.js.map} +0 -0
- package/bundles/{chunk-RMZB2XBA.js → chunk-QVN3ZRPU.js} +98 -98
- package/bundles/{chunk-RMZB2XBA.js.map → chunk-QVN3ZRPU.js.map} +0 -0
- package/bundles/{chunk-GVQAA5D3.js → chunk-R3W3GBPY.js} +71 -71
- package/bundles/{chunk-GVQAA5D3.js.map → chunk-R3W3GBPY.js.map} +0 -0
- package/bundles/{chunk-CTEVZGOM.js → chunk-RCXOJZDO.js} +5 -5
- package/bundles/{chunk-CTEVZGOM.js.map → chunk-RCXOJZDO.js.map} +0 -0
- package/bundles/{chunk-GGLQGQHV.js → chunk-TQAH6R4Z.js} +4 -4
- package/bundles/{chunk-GGLQGQHV.js.map → chunk-TQAH6R4Z.js.map} +0 -0
- package/bundles/index.js +13 -13
- package/bundles/linker/babel/index.js +13 -13
- package/bundles/linker/index.js +5 -5
- package/bundles/ngcc/index.js +13 -13
- package/bundles/ngcc/main-ngcc.js +14 -14
- package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js +14 -14
- 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 +6 -6
- package/bundles/private/tooling.js +3 -3
- package/bundles/src/bin/ng_xi18n.js +11 -11
- package/bundles/src/bin/ngc.js +9 -9
- package/bundles_metadata.json +1 -1
- package/ngcc/src/packages/build_marker.d.ts +1 -1
- package/package.json +2 -2
|
@@ -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_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-5FZBUSFV.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_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/ts_compatibility/src/ts_cross_version_utils.mjs
|
|
7
7
|
import ts from "typescript";
|
|
8
8
|
var IS_AFTER_TS_48 = isAfterVersion(4, 8);
|
|
9
9
|
var updateParameterDeclaration = IS_AFTER_TS_48 ? ts.factory.updateParameterDeclaration : (node, modifiers, dotDotDotToken, name, questionToken, type, initializer) => ts.factory.updateParameterDeclaration(node, ...splitModifiers(modifiers), dotDotDotToken, name, questionToken, type, initializer);
|
|
@@ -90,4 +90,4 @@ export {
|
|
|
90
90
|
* Use of this source code is governed by an MIT-style license that can be
|
|
91
91
|
* found in the LICENSE file at https://angular.io/license
|
|
92
92
|
*/
|
|
93
|
-
//# sourceMappingURL=chunk-
|
|
93
|
+
//# sourceMappingURL=chunk-AENVB2CV.js.map
|
|
File without changes
|
|
@@ -13,9 +13,9 @@ import {
|
|
|
13
13
|
resolve,
|
|
14
14
|
stripExtension,
|
|
15
15
|
toRelativeImport
|
|
16
|
-
} from "./chunk-
|
|
16
|
+
} from "./chunk-GRQJXHS2.js";
|
|
17
17
|
|
|
18
|
-
// bazel-out/
|
|
18
|
+
// bazel-out/darwin_arm64-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;
|
|
@@ -110,7 +110,7 @@ function toUnredirectedSourceFile(sf) {
|
|
|
110
110
|
return redirectInfo.unredirected;
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
// bazel-out/
|
|
113
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/references.mjs
|
|
114
114
|
var Reference = class {
|
|
115
115
|
constructor(node, bestGuessOwningModule = null) {
|
|
116
116
|
this.node = node;
|
|
@@ -173,14 +173,14 @@ var Reference = class {
|
|
|
173
173
|
}
|
|
174
174
|
};
|
|
175
175
|
|
|
176
|
-
// bazel-out/
|
|
176
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
|
|
177
177
|
import { ExternalExpr as ExternalExpr2 } from "@angular/compiler";
|
|
178
178
|
|
|
179
|
-
// bazel-out/
|
|
179
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
180
180
|
import { ExternalExpr, ExternalReference, WrappedNodeExpr } from "@angular/compiler";
|
|
181
181
|
import ts3 from "typescript";
|
|
182
182
|
|
|
183
|
-
// bazel-out/
|
|
183
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_code.mjs
|
|
184
184
|
var ErrorCode;
|
|
185
185
|
(function(ErrorCode2) {
|
|
186
186
|
ErrorCode2[ErrorCode2["DECORATOR_ARG_NOT_LITERAL"] = 1001] = "DECORATOR_ARG_NOT_LITERAL";
|
|
@@ -250,7 +250,7 @@ var ErrorCode;
|
|
|
250
250
|
ErrorCode2[ErrorCode2["SUGGEST_SUBOPTIMAL_TYPE_INFERENCE"] = 10002] = "SUGGEST_SUBOPTIMAL_TYPE_INFERENCE";
|
|
251
251
|
})(ErrorCode || (ErrorCode = {}));
|
|
252
252
|
|
|
253
|
-
// bazel-out/
|
|
253
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/docs.mjs
|
|
254
254
|
var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
255
255
|
ErrorCode.DECORATOR_ARG_NOT_LITERAL,
|
|
256
256
|
ErrorCode.IMPORT_CYCLE_DETECTED,
|
|
@@ -262,10 +262,10 @@ var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
|
262
262
|
ErrorCode.WARN_NGMODULE_ID_UNNECESSARY
|
|
263
263
|
]);
|
|
264
264
|
|
|
265
|
-
// bazel-out/
|
|
265
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
266
266
|
import ts2 from "typescript";
|
|
267
267
|
|
|
268
|
-
// bazel-out/
|
|
268
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/util.mjs
|
|
269
269
|
var ERROR_CODE_MATCHER = /(\u001b\[\d+m ?)TS-99(\d+: ?\u001b\[\d+m)/g;
|
|
270
270
|
function replaceTsWithNgInErrors(errors) {
|
|
271
271
|
return errors.replace(ERROR_CODE_MATCHER, "$1NG$2");
|
|
@@ -274,7 +274,7 @@ function ngErrorCode(code) {
|
|
|
274
274
|
return parseInt("-99" + code);
|
|
275
275
|
}
|
|
276
276
|
|
|
277
|
-
// bazel-out/
|
|
277
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error.mjs
|
|
278
278
|
var FatalDiagnosticError = class {
|
|
279
279
|
constructor(code, node, message, relatedInformation) {
|
|
280
280
|
this.code = code;
|
|
@@ -333,10 +333,10 @@ function isFatalDiagnosticError(err) {
|
|
|
333
333
|
return err._isFatalDiagnosticError === true;
|
|
334
334
|
}
|
|
335
335
|
|
|
336
|
-
// bazel-out/
|
|
336
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/error_details_base_url.mjs
|
|
337
337
|
var ERROR_DETAILS_PAGE_BASE_URL = "https://angular.io/errors";
|
|
338
338
|
|
|
339
|
-
// bazel-out/
|
|
339
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/diagnostics/src/extended_template_diagnostic_name.mjs
|
|
340
340
|
var ExtendedTemplateDiagnosticName;
|
|
341
341
|
(function(ExtendedTemplateDiagnosticName2) {
|
|
342
342
|
ExtendedTemplateDiagnosticName2["INVALID_BANANA_IN_BOX"] = "invalidBananaInBox";
|
|
@@ -348,7 +348,7 @@ var ExtendedTemplateDiagnosticName;
|
|
|
348
348
|
ExtendedTemplateDiagnosticName2["SUFFIX_NOT_SUPPORTED"] = "suffixNotSupported";
|
|
349
349
|
})(ExtendedTemplateDiagnosticName || (ExtendedTemplateDiagnosticName = {}));
|
|
350
350
|
|
|
351
|
-
// bazel-out/
|
|
351
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/find_export.mjs
|
|
352
352
|
function findExportedNameOfNode(target, file, reflector) {
|
|
353
353
|
const exports = reflector.getExportsOfModule(file);
|
|
354
354
|
if (exports === null) {
|
|
@@ -368,7 +368,7 @@ function findExportedNameOfNode(target, file, reflector) {
|
|
|
368
368
|
return foundExportName;
|
|
369
369
|
}
|
|
370
370
|
|
|
371
|
-
// bazel-out/
|
|
371
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/emitter.mjs
|
|
372
372
|
var ImportFlags;
|
|
373
373
|
(function(ImportFlags2) {
|
|
374
374
|
ImportFlags2[ImportFlags2["None"] = 0] = "None";
|
|
@@ -584,7 +584,7 @@ var UnifiedModulesStrategy = class {
|
|
|
584
584
|
}
|
|
585
585
|
};
|
|
586
586
|
|
|
587
|
-
// bazel-out/
|
|
587
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/alias.mjs
|
|
588
588
|
var CHARS_TO_ESCAPE = /[^a-zA-Z0-9/_]/g;
|
|
589
589
|
var UnifiedModulesAliasingHost = class {
|
|
590
590
|
constructor(unifiedModulesHost) {
|
|
@@ -651,7 +651,7 @@ var AliasStrategy = class {
|
|
|
651
651
|
}
|
|
652
652
|
};
|
|
653
653
|
|
|
654
|
-
// bazel-out/
|
|
654
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/util/src/path.mjs
|
|
655
655
|
function relativePathBetween(from, to) {
|
|
656
656
|
const relativePath = stripExtension(relative(dirname(resolve(from)), resolve(to)));
|
|
657
657
|
return relativePath !== "" ? toRelativeImport(relativePath) : null;
|
|
@@ -660,7 +660,7 @@ function normalizeSeparators(path) {
|
|
|
660
660
|
return path.replace(/\\/g, "/");
|
|
661
661
|
}
|
|
662
662
|
|
|
663
|
-
// bazel-out/
|
|
663
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/core.mjs
|
|
664
664
|
var NoopImportRewriter = class {
|
|
665
665
|
shouldImportSymbol(symbol, specifier) {
|
|
666
666
|
return true;
|
|
@@ -718,7 +718,7 @@ function validateAndRewriteCoreSymbol(name) {
|
|
|
718
718
|
return CORE_SUPPORTED_SYMBOLS.get(name);
|
|
719
719
|
}
|
|
720
720
|
|
|
721
|
-
// bazel-out/
|
|
721
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/default.mjs
|
|
722
722
|
import ts4 from "typescript";
|
|
723
723
|
var DefaultImportDeclaration = Symbol("DefaultImportDeclaration");
|
|
724
724
|
function attachDefaultImportDeclaration(expr, importDecl) {
|
|
@@ -763,7 +763,7 @@ var DefaultImportTracker = class {
|
|
|
763
763
|
}
|
|
764
764
|
};
|
|
765
765
|
|
|
766
|
-
// bazel-out/
|
|
766
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/imports/src/resolver.mjs
|
|
767
767
|
var ModuleResolver = class {
|
|
768
768
|
constructor(program, compilerOptions, host, moduleResolutionCache) {
|
|
769
769
|
this.program = program;
|
|
@@ -780,7 +780,7 @@ var ModuleResolver = class {
|
|
|
780
780
|
}
|
|
781
781
|
};
|
|
782
782
|
|
|
783
|
-
// bazel-out/
|
|
783
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/context.mjs
|
|
784
784
|
var Context = class {
|
|
785
785
|
constructor(isStatement) {
|
|
786
786
|
this.isStatement = isStatement;
|
|
@@ -793,7 +793,7 @@ var Context = class {
|
|
|
793
793
|
}
|
|
794
794
|
};
|
|
795
795
|
|
|
796
|
-
// bazel-out/
|
|
796
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
|
|
797
797
|
import * as o from "@angular/compiler";
|
|
798
798
|
var UNARY_OPERATORS = /* @__PURE__ */ new Map([
|
|
799
799
|
[o.UnaryOperator.Minus, "-"],
|
|
@@ -1017,7 +1017,7 @@ function createRange(span) {
|
|
|
1017
1017
|
};
|
|
1018
1018
|
}
|
|
1019
1019
|
|
|
1020
|
-
// bazel-out/
|
|
1020
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager.mjs
|
|
1021
1021
|
import ts5 from "typescript";
|
|
1022
1022
|
var ImportManager = class {
|
|
1023
1023
|
constructor(rewriter = new NoopImportRewriter(), prefix = "i") {
|
|
@@ -1053,7 +1053,7 @@ var ImportManager = class {
|
|
|
1053
1053
|
}
|
|
1054
1054
|
};
|
|
1055
1055
|
|
|
1056
|
-
// bazel-out/
|
|
1056
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
|
|
1057
1057
|
import * as o2 from "@angular/compiler";
|
|
1058
1058
|
import ts6 from "typescript";
|
|
1059
1059
|
function translateType(type, imports) {
|
|
@@ -1224,7 +1224,7 @@ var TypeTranslatorVisitor = class {
|
|
|
1224
1224
|
}
|
|
1225
1225
|
};
|
|
1226
1226
|
|
|
1227
|
-
// bazel-out/
|
|
1227
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
|
|
1228
1228
|
import ts7 from "typescript";
|
|
1229
1229
|
var PureAnnotation;
|
|
1230
1230
|
(function(PureAnnotation2) {
|
|
@@ -1402,7 +1402,7 @@ function attachComments(statement, leadingComments) {
|
|
|
1402
1402
|
}
|
|
1403
1403
|
}
|
|
1404
1404
|
|
|
1405
|
-
// bazel-out/
|
|
1405
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_translator.mjs
|
|
1406
1406
|
function translateExpression(expression, imports, options = {}) {
|
|
1407
1407
|
return expression.visitExpression(new ExpressionTranslatorVisitor(new TypeScriptAstFactory(options.annotateForClosureCompiler === true), imports, options), new Context(false));
|
|
1408
1408
|
}
|
|
@@ -1472,4 +1472,4 @@ export {
|
|
|
1472
1472
|
* Use of this source code is governed by an MIT-style license that can be
|
|
1473
1473
|
* found in the LICENSE file at https://angular.io/license
|
|
1474
1474
|
*/
|
|
1475
|
-
//# sourceMappingURL=chunk-
|
|
1475
|
+
//# sourceMappingURL=chunk-DGMBQMP3.js.map
|
|
File without changes
|
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
import {
|
|
7
7
|
getDecorators,
|
|
8
8
|
getModifiers
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-AENVB2CV.js";
|
|
10
10
|
|
|
11
|
-
// bazel-out/
|
|
11
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
|
|
12
12
|
import ts4 from "typescript";
|
|
13
13
|
|
|
14
|
-
// bazel-out/
|
|
14
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/host.mjs
|
|
15
15
|
import ts from "typescript";
|
|
16
16
|
var Decorator = {
|
|
17
17
|
nodeForError: (decorator) => {
|
|
@@ -46,7 +46,7 @@ function isConcreteDeclaration(decl) {
|
|
|
46
46
|
return decl.kind === 0;
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
// bazel-out/
|
|
49
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/type_to_value.mjs
|
|
50
50
|
import ts2 from "typescript";
|
|
51
51
|
function typeToValue(typeNode, checker) {
|
|
52
52
|
if (typeNode === null) {
|
|
@@ -212,7 +212,7 @@ function extractModuleName(node) {
|
|
|
212
212
|
return node.moduleSpecifier.text;
|
|
213
213
|
}
|
|
214
214
|
|
|
215
|
-
// bazel-out/
|
|
215
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/util.mjs
|
|
216
216
|
import ts3 from "typescript";
|
|
217
217
|
function isNamedClassDeclaration(node) {
|
|
218
218
|
return ts3.isClassDeclaration(node) && isIdentifier(node.name);
|
|
@@ -227,7 +227,7 @@ function isIdentifier(node) {
|
|
|
227
227
|
return node !== void 0 && ts3.isIdentifier(node);
|
|
228
228
|
}
|
|
229
229
|
|
|
230
|
-
// bazel-out/
|
|
230
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/reflection/src/typescript.mjs
|
|
231
231
|
var TypeScriptReflectionHost = class {
|
|
232
232
|
constructor(checker) {
|
|
233
233
|
this.checker = checker;
|
|
@@ -685,4 +685,4 @@ export {
|
|
|
685
685
|
* Use of this source code is governed by an MIT-style license that can be
|
|
686
686
|
* found in the LICENSE file at https://angular.io/license
|
|
687
687
|
*/
|
|
688
|
-
//# sourceMappingURL=chunk-
|
|
688
|
+
//# sourceMappingURL=chunk-FTWS7D6F.js.map
|
|
File without changes
|
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
__require
|
|
8
8
|
} from "./chunk-XYNRD7NE.js";
|
|
9
9
|
|
|
10
|
-
// bazel-out/
|
|
10
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/util.mjs
|
|
11
11
|
var TS_DTS_JS_EXTENSION = /(?:\.d)?\.ts$|\.js$/;
|
|
12
12
|
function normalizeSeparators(path) {
|
|
13
13
|
return path.replace(/\\/g, "/");
|
|
@@ -23,7 +23,7 @@ function getSourceFileOrError(program, fileName) {
|
|
|
23
23
|
return sf;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
// bazel-out/
|
|
26
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/invalid_file_system.mjs
|
|
27
27
|
var InvalidFileSystem = class {
|
|
28
28
|
exists(path) {
|
|
29
29
|
throw makeError();
|
|
@@ -111,7 +111,7 @@ function makeError() {
|
|
|
111
111
|
return new Error("FileSystem has not been configured. Please call `setFileSystem()` before calling this method.");
|
|
112
112
|
}
|
|
113
113
|
|
|
114
|
-
// bazel-out/
|
|
114
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/helpers.mjs
|
|
115
115
|
var fs = new InvalidFileSystem();
|
|
116
116
|
function getFileSystem() {
|
|
117
117
|
return fs;
|
|
@@ -168,7 +168,7 @@ function toRelativeImport(relativePath) {
|
|
|
168
168
|
return isLocalRelativePath(relativePath) ? `./${relativePath}` : relativePath;
|
|
169
169
|
}
|
|
170
170
|
|
|
171
|
-
// bazel-out/
|
|
171
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/compiler_host.mjs
|
|
172
172
|
import * as os from "os";
|
|
173
173
|
import ts from "typescript";
|
|
174
174
|
var NgtscCompilerHost = class {
|
|
@@ -226,7 +226,7 @@ var NgtscCompilerHost = class {
|
|
|
226
226
|
}
|
|
227
227
|
};
|
|
228
228
|
|
|
229
|
-
// bazel-out/
|
|
229
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/logical.mjs
|
|
230
230
|
var LogicalProjectPath = {
|
|
231
231
|
relativePathBetween: function(from, to) {
|
|
232
232
|
const relativePath = relative(dirname(resolve(from)), resolve(to));
|
|
@@ -272,7 +272,7 @@ function isWithinBasePath(base, path) {
|
|
|
272
272
|
return isLocalRelativePath(relative(base, path));
|
|
273
273
|
}
|
|
274
274
|
|
|
275
|
-
// bazel-out/
|
|
275
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/file_system/src/node_js_file_system.mjs
|
|
276
276
|
import * as fs2 from "fs";
|
|
277
277
|
import module from "module";
|
|
278
278
|
import * as p from "path";
|
|
@@ -408,4 +408,4 @@ export {
|
|
|
408
408
|
* Use of this source code is governed by an MIT-style license that can be
|
|
409
409
|
* found in the LICENSE file at https://angular.io/license
|
|
410
410
|
*/
|
|
411
|
-
//# sourceMappingURL=chunk-
|
|
411
|
+
//# sourceMappingURL=chunk-GRQJXHS2.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_arm64-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-HMWNYAAE.js.map
|
|
File without changes
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
import {
|
|
7
7
|
TypeScriptReflectionHost
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-FTWS7D6F.js";
|
|
9
9
|
import {
|
|
10
10
|
combineModifiers,
|
|
11
11
|
createClassDeclaration,
|
|
@@ -17,12 +17,12 @@ import {
|
|
|
17
17
|
getModifiers,
|
|
18
18
|
updateConstructorDeclaration,
|
|
19
19
|
updateParameterDeclaration
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-AENVB2CV.js";
|
|
21
21
|
|
|
22
|
-
// bazel-out/
|
|
22
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/downlevel_decorators_transform/downlevel_decorators_transform.mjs
|
|
23
23
|
import ts2 from "typescript";
|
|
24
24
|
|
|
25
|
-
// bazel-out/
|
|
25
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/downlevel_decorators_transform/patch_alias_reference_resolution.mjs
|
|
26
26
|
import ts from "typescript";
|
|
27
27
|
var patchedReferencedAliasesSymbol = Symbol("patchedReferencedAliases");
|
|
28
28
|
function loadIsReferencedAliasDeclarationPatch(context) {
|
|
@@ -57,7 +57,7 @@ function throwIncompatibleTransformationContextError() {
|
|
|
57
57
|
throw Error("Unable to downlevel Angular decorators due to an incompatible TypeScript version.\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.");
|
|
58
58
|
}
|
|
59
59
|
|
|
60
|
-
// bazel-out/
|
|
60
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/transformers/downlevel_decorators_transform/downlevel_decorators_transform.mjs
|
|
61
61
|
function isAngularDecorator(decorator, isCore) {
|
|
62
62
|
return isCore || decorator.import !== null && decorator.import.from === "@angular/core";
|
|
63
63
|
}
|
|
@@ -373,7 +373,7 @@ function cloneClassElementWithModifiers(node, modifiers) {
|
|
|
373
373
|
return ts2.setOriginalNode(clone, node);
|
|
374
374
|
}
|
|
375
375
|
|
|
376
|
-
// bazel-out/
|
|
376
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/private/tooling.mjs
|
|
377
377
|
var GLOBAL_DEFS_FOR_TERSER = {
|
|
378
378
|
ngDevMode: false,
|
|
379
379
|
ngI18nClosureMode: false
|
|
@@ -400,4 +400,4 @@ export {
|
|
|
400
400
|
* Use of this source code is governed by an MIT-style license that can be
|
|
401
401
|
* found in the LICENSE file at https://angular.io/license
|
|
402
402
|
*/
|
|
403
|
-
//# sourceMappingURL=chunk-
|
|
403
|
+
//# sourceMappingURL=chunk-I6GGIC3W.js.map
|
|
File without changes
|