@angular/compiler-cli 15.0.0-next.1 → 15.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-E7NQQTT7.js → chunk-4SINIALN.js} +3 -3
- package/bundles/{chunk-E7NQQTT7.js.map → chunk-4SINIALN.js.map} +0 -0
- package/bundles/{chunk-XDX5RDY5.js → chunk-7D7JVHLL.js} +7 -7
- package/bundles/{chunk-XDX5RDY5.js.map → chunk-7D7JVHLL.js.map} +0 -0
- package/bundles/{chunk-NJU6754X.js → chunk-AU6X5ZMU.js} +98 -98
- package/bundles/{chunk-NJU6754X.js.map → chunk-AU6X5ZMU.js.map} +1 -1
- package/bundles/{chunk-FHVSPC32.js → chunk-CNBHG67Y.js} +31 -31
- package/bundles/{chunk-FHVSPC32.js.map → chunk-CNBHG67Y.js.map} +0 -0
- package/bundles/{chunk-2HPI44CB.js → chunk-CTEVZGOM.js} +5 -5
- package/bundles/{chunk-2HPI44CB.js.map → chunk-CTEVZGOM.js.map} +0 -0
- package/bundles/{chunk-7YHMCUJT.js → chunk-E6XS3AOK.js} +2 -2
- package/bundles/{chunk-7YHMCUJT.js.map → chunk-E6XS3AOK.js.map} +0 -0
- package/bundles/{chunk-HTGNPCKD.js → chunk-FJDJLKGN.js} +5 -5
- package/bundles/{chunk-HTGNPCKD.js.map → chunk-FJDJLKGN.js.map} +0 -0
- package/bundles/{chunk-I6QQYDN3.js → chunk-IRLRUIPK.js} +71 -71
- package/bundles/{chunk-I6QQYDN3.js.map → chunk-IRLRUIPK.js.map} +0 -0
- package/bundles/{chunk-FM6NPN5V.js → chunk-N2MCMY3J.js} +4 -4
- package/bundles/{chunk-FM6NPN5V.js.map → chunk-N2MCMY3J.js.map} +0 -0
- package/bundles/{chunk-NX4VAKY6.js → chunk-P4TN5NTV.js} +40 -40
- package/bundles/{chunk-NX4VAKY6.js.map → chunk-P4TN5NTV.js.map} +0 -0
- package/bundles/{chunk-UZLFREET.js → chunk-QUO5TIT7.js} +7 -7
- package/bundles/{chunk-UZLFREET.js.map → chunk-QUO5TIT7.js.map} +0 -0
- package/bundles/{chunk-TOKOIIBI.js → chunk-S4JINNFN.js} +7 -7
- package/bundles/{chunk-TOKOIIBI.js.map → chunk-S4JINNFN.js.map} +0 -0
- package/bundles/{chunk-R3C7RFJ4.js → chunk-SJL5HBUW.js} +2 -2
- package/bundles/{chunk-R3C7RFJ4.js.map → chunk-SJL5HBUW.js.map} +0 -0
- package/bundles/{chunk-TTNGBVW6.js → chunk-SP2LQH24.js} +71 -71
- package/bundles/{chunk-TTNGBVW6.js.map → chunk-SP2LQH24.js.map} +0 -0
- package/bundles/{chunk-TF2TR2WS.js → chunk-TQSHBFSH.js} +26 -26
- package/bundles/{chunk-TF2TR2WS.js.map → chunk-TQSHBFSH.js.map} +0 -0
- package/bundles/{chunk-CYVTLM4Z.js → chunk-Z57D3OKU.js} +7 -7
- package/bundles/{chunk-CYVTLM4Z.js.map → chunk-Z57D3OKU.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-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 = "\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-4SINIALN.js.map
|
|
File without changes
|
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
import {
|
|
7
7
|
getDecorators,
|
|
8
8
|
getModifiers
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-E6XS3AOK.js";
|
|
10
10
|
|
|
11
|
-
// bazel-out/
|
|
11
|
+
// bazel-out/darwin-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-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-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-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-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-7D7JVHLL.js.map
|
|
File without changes
|