@angular/compiler-cli 16.0.0-next.1 → 16.0.0-next.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-N6MSUQVH.js → chunk-54RHUHYB.js} +5 -5
- package/bundles/{chunk-JEQIMWEA.js → chunk-7Y2QVZL6.js} +31 -31
- package/bundles/{chunk-JKV3J53A.js → chunk-BVXD7IJL.js} +9 -38
- package/bundles/chunk-BVXD7IJL.js.map +6 -0
- package/bundles/{chunk-TBUSSXUA.js → chunk-EC5K6QPP.js} +7 -7
- package/bundles/{chunk-QQGJEWBQ.js → chunk-EDWIBG7R.js} +6 -6
- package/bundles/{chunk-EKTJ7622.js → chunk-GYHDNUIK.js} +7 -7
- package/bundles/{chunk-Q2TY6LB3.js → chunk-JCJ2GTDZ.js} +5 -5
- package/bundles/{chunk-TK3GHMT6.js → chunk-K2A5WD7L.js} +21 -21
- package/bundles/{chunk-IE2WWKOE.js → chunk-KA5NKHL6.js} +101 -100
- package/bundles/{chunk-IE2WWKOE.js.map → chunk-KA5NKHL6.js.map} +1 -1
- package/bundles/{chunk-6PDKXFWN.js → chunk-LLHKY5PL.js} +8 -8
- package/bundles/{chunk-LYJKWJUC.js → chunk-SBDNBITT.js} +3 -3
- package/bundles/{chunk-XS6XKZQP.js → chunk-W6DWPJBG.js} +77 -77
- package/bundles/index.js +13 -13
- package/bundles/linker/babel/index.js +13 -13
- package/bundles/linker/index.js +5 -5
- 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 +4 -4
- package/bundles/src/bin/ng_xi18n.js +11 -11
- package/bundles/src/bin/ngc.js +9 -9
- package/bundles_metadata.json +1 -1
- package/package.json +2 -2
- package/src/transformers/downlevel_decorators_transform/downlevel_decorators_transform.d.ts +6 -8
- package/bundles/chunk-JKV3J53A.js.map +0 -6
- /package/bundles/{chunk-N6MSUQVH.js.map → chunk-54RHUHYB.js.map} +0 -0
- /package/bundles/{chunk-JEQIMWEA.js.map → chunk-7Y2QVZL6.js.map} +0 -0
- /package/bundles/{chunk-TBUSSXUA.js.map → chunk-EC5K6QPP.js.map} +0 -0
- /package/bundles/{chunk-QQGJEWBQ.js.map → chunk-EDWIBG7R.js.map} +0 -0
- /package/bundles/{chunk-EKTJ7622.js.map → chunk-GYHDNUIK.js.map} +0 -0
- /package/bundles/{chunk-Q2TY6LB3.js.map → chunk-JCJ2GTDZ.js.map} +0 -0
- /package/bundles/{chunk-TK3GHMT6.js.map → chunk-K2A5WD7L.js.map} +0 -0
- /package/bundles/{chunk-6PDKXFWN.js.map → chunk-LLHKY5PL.js.map} +0 -0
- /package/bundles/{chunk-LYJKWJUC.js.map → chunk-SBDNBITT.js.map} +0 -0
- /package/bundles/{chunk-XS6XKZQP.js.map → chunk-W6DWPJBG.js.map} +0 -0
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
|
|
5
5
|
import {
|
|
6
6
|
NoopImportRewriter
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-K2A5WD7L.js";
|
|
8
8
|
|
|
9
|
-
// bazel-out/
|
|
9
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/context.mjs
|
|
10
10
|
var Context = class {
|
|
11
11
|
constructor(isStatement) {
|
|
12
12
|
this.isStatement = isStatement;
|
|
@@ -19,7 +19,7 @@ var Context = class {
|
|
|
19
19
|
}
|
|
20
20
|
};
|
|
21
21
|
|
|
22
|
-
// bazel-out/
|
|
22
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/translator.mjs
|
|
23
23
|
import * as o from "@angular/compiler";
|
|
24
24
|
var UNARY_OPERATORS = /* @__PURE__ */ new Map([
|
|
25
25
|
[o.UnaryOperator.Minus, "-"],
|
|
@@ -251,7 +251,7 @@ function createRange(span) {
|
|
|
251
251
|
};
|
|
252
252
|
}
|
|
253
253
|
|
|
254
|
-
// bazel-out/
|
|
254
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/import_manager.mjs
|
|
255
255
|
import ts from "typescript";
|
|
256
256
|
var ImportManager = class {
|
|
257
257
|
constructor(rewriter = new NoopImportRewriter(), prefix = "i") {
|
|
@@ -287,7 +287,7 @@ var ImportManager = class {
|
|
|
287
287
|
}
|
|
288
288
|
};
|
|
289
289
|
|
|
290
|
-
// bazel-out/
|
|
290
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/type_translator.mjs
|
|
291
291
|
import * as o2 from "@angular/compiler";
|
|
292
292
|
import ts2 from "typescript";
|
|
293
293
|
function translateType(type, imports) {
|
|
@@ -463,7 +463,7 @@ var TypeTranslatorVisitor = class {
|
|
|
463
463
|
}
|
|
464
464
|
};
|
|
465
465
|
|
|
466
|
-
// bazel-out/
|
|
466
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_ast_factory.mjs
|
|
467
467
|
import ts3 from "typescript";
|
|
468
468
|
var PureAnnotation;
|
|
469
469
|
(function(PureAnnotation2) {
|
|
@@ -646,7 +646,7 @@ function attachComments(statement, leadingComments) {
|
|
|
646
646
|
}
|
|
647
647
|
}
|
|
648
648
|
|
|
649
|
-
// bazel-out/
|
|
649
|
+
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/translator/src/typescript_translator.mjs
|
|
650
650
|
function translateExpression(expression, imports, options = {}) {
|
|
651
651
|
return expression.visitExpression(new ExpressionTranslatorVisitor(new TypeScriptAstFactory(options.annotateForClosureCompiler === true), imports, options), new Context(false));
|
|
652
652
|
}
|
|
@@ -669,4 +669,4 @@ export {
|
|
|
669
669
|
* Use of this source code is governed by an MIT-style license that can be
|
|
670
670
|
* found in the LICENSE file at https://angular.io/license
|
|
671
671
|
*/
|
|
672
|
-
//# sourceMappingURL=chunk-
|
|
672
|
+
//# sourceMappingURL=chunk-LLHKY5PL.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
|