@angular/compiler-cli 15.2.0 → 15.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-2PLRZDNU.js +2 -2
- package/bundles/{chunk-2OF2AI57.js → chunk-AYNYESJJ.js} +2 -2
- package/bundles/{chunk-P6SWFK2U.js → chunk-E6XIZDH3.js} +2 -2
- package/bundles/{chunk-MLCT4AWL.js → chunk-EYXJKNSD.js} +3 -3
- package/bundles/{chunk-J3L7WZP3.js → chunk-PT6IDEJZ.js} +5 -34
- package/bundles/chunk-PT6IDEJZ.js.map +6 -0
- package/bundles/{chunk-PKSKJEUS.js → chunk-VVIQFUX6.js} +14 -5
- package/bundles/{chunk-PKSKJEUS.js.map → chunk-VVIQFUX6.js.map} +1 -1
- package/bundles/{chunk-NXCQCU6C.js → chunk-ZEOG7UFV.js} +3 -3
- package/bundles/index.js +4 -4
- package/bundles/ngcc/index.js +4 -4
- package/bundles/ngcc/main-ngcc.js +4 -4
- package/bundles/ngcc/src/execution/cluster/ngcc_cluster_worker.js +3 -3
- package/bundles/private/migrations.js +1 -1
- package/bundles/private/tooling.js +1 -1
- package/bundles/src/bin/ng_xi18n.js +3 -3
- package/bundles/src/bin/ngc.js +3 -3
- package/bundles_metadata.json +1 -1
- package/ngcc/src/packages/build_marker.d.ts +1 -1
- package/package.json +2 -2
- package/src/ngtsc/annotations/component/src/resources.d.ts +1 -1
- package/src/transformers/downlevel_decorators_transform/downlevel_decorators_transform.d.ts +6 -8
- package/bundles/chunk-J3L7WZP3.js.map +0 -6
- /package/bundles/{chunk-2OF2AI57.js.map → chunk-AYNYESJJ.js.map} +0 -0
- /package/bundles/{chunk-P6SWFK2U.js.map → chunk-E6XIZDH3.js.map} +0 -0
- /package/bundles/{chunk-MLCT4AWL.js.map → chunk-EYXJKNSD.js.map} +0 -0
- /package/bundles/{chunk-NXCQCU6C.js.map → chunk-ZEOG7UFV.js.map} +0 -0
|
@@ -7,7 +7,7 @@ import {
|
|
|
7
7
|
ImportGraph,
|
|
8
8
|
isShim,
|
|
9
9
|
readConfiguration
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-AYNYESJJ.js";
|
|
11
11
|
import {
|
|
12
12
|
CompilationMode,
|
|
13
13
|
ComponentDecoratorHandler,
|
|
@@ -32,7 +32,7 @@ import {
|
|
|
32
32
|
TypeCheckScopeRegistry,
|
|
33
33
|
forwardRefResolver,
|
|
34
34
|
readBaseClass
|
|
35
|
-
} from "./chunk-
|
|
35
|
+
} from "./chunk-VVIQFUX6.js";
|
|
36
36
|
import {
|
|
37
37
|
ClassMemberKind,
|
|
38
38
|
KnownDeclaration,
|
|
@@ -5262,4 +5262,4 @@ export {
|
|
|
5262
5262
|
* Use of this source code is governed by an MIT-style license that can be
|
|
5263
5263
|
* found in the LICENSE file at https://angular.io/license
|
|
5264
5264
|
*/
|
|
5265
|
-
//# sourceMappingURL=chunk-
|
|
5265
|
+
//# sourceMappingURL=chunk-ZEOG7UFV.js.map
|
package/bundles/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
GLOBAL_DEFS_FOR_TERSER,
|
|
7
7
|
GLOBAL_DEFS_FOR_TERSER_WITH_AOT,
|
|
8
8
|
constructorParametersDownlevelTransform
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-PT6IDEJZ.js";
|
|
10
10
|
import {
|
|
11
11
|
DEFAULT_ERROR_CODE,
|
|
12
12
|
EmitFlags,
|
|
@@ -29,10 +29,10 @@ import {
|
|
|
29
29
|
performCompilation,
|
|
30
30
|
readConfiguration,
|
|
31
31
|
untagAllTsFiles
|
|
32
|
-
} from "./chunk-
|
|
32
|
+
} from "./chunk-AYNYESJJ.js";
|
|
33
33
|
import {
|
|
34
34
|
OptimizeFor
|
|
35
|
-
} from "./chunk-
|
|
35
|
+
} from "./chunk-VVIQFUX6.js";
|
|
36
36
|
import "./chunk-O4JLZZWJ.js";
|
|
37
37
|
import {
|
|
38
38
|
ConsoleLogger,
|
|
@@ -69,7 +69,7 @@ import "./chunk-SRFZMXHZ.js";
|
|
|
69
69
|
|
|
70
70
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version.mjs
|
|
71
71
|
import { Version } from "@angular/compiler";
|
|
72
|
-
var VERSION = new Version("15.2.
|
|
72
|
+
var VERSION = new Version("15.2.2");
|
|
73
73
|
|
|
74
74
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs
|
|
75
75
|
var NgTscPlugin = class {
|
package/bundles/ngcc/index.js
CHANGED
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
import {
|
|
6
6
|
mainNgcc
|
|
7
|
-
} from "../chunk-
|
|
7
|
+
} from "../chunk-EYXJKNSD.js";
|
|
8
8
|
import "../chunk-7DUI3BSX.js";
|
|
9
9
|
import {
|
|
10
10
|
clearTsConfigCache
|
|
11
|
-
} from "../chunk-
|
|
12
|
-
import "../chunk-
|
|
13
|
-
import "../chunk-
|
|
11
|
+
} from "../chunk-ZEOG7UFV.js";
|
|
12
|
+
import "../chunk-AYNYESJJ.js";
|
|
13
|
+
import "../chunk-VVIQFUX6.js";
|
|
14
14
|
import "../chunk-O4JLZZWJ.js";
|
|
15
15
|
import {
|
|
16
16
|
ConsoleLogger,
|
|
@@ -8,11 +8,11 @@ import {
|
|
|
8
8
|
} from "../chunk-YRDMG3GM.js";
|
|
9
9
|
import {
|
|
10
10
|
mainNgcc
|
|
11
|
-
} from "../chunk-
|
|
11
|
+
} from "../chunk-EYXJKNSD.js";
|
|
12
12
|
import "../chunk-7DUI3BSX.js";
|
|
13
|
-
import "../chunk-
|
|
14
|
-
import "../chunk-
|
|
15
|
-
import "../chunk-
|
|
13
|
+
import "../chunk-ZEOG7UFV.js";
|
|
14
|
+
import "../chunk-AYNYESJJ.js";
|
|
15
|
+
import "../chunk-VVIQFUX6.js";
|
|
16
16
|
import "../chunk-O4JLZZWJ.js";
|
|
17
17
|
import "../chunk-SBDNBITT.js";
|
|
18
18
|
import "../chunk-6ZJFIQBG.js";
|
|
@@ -12,9 +12,9 @@ import {
|
|
|
12
12
|
getSharedSetup,
|
|
13
13
|
sendMessageToMaster,
|
|
14
14
|
stringifyTask
|
|
15
|
-
} from "../../../../chunk-
|
|
16
|
-
import "../../../../chunk-
|
|
17
|
-
import "../../../../chunk-
|
|
15
|
+
} from "../../../../chunk-ZEOG7UFV.js";
|
|
16
|
+
import "../../../../chunk-AYNYESJJ.js";
|
|
17
|
+
import "../../../../chunk-VVIQFUX6.js";
|
|
18
18
|
import "../../../../chunk-O4JLZZWJ.js";
|
|
19
19
|
import "../../../../chunk-SBDNBITT.js";
|
|
20
20
|
import "../../../../chunk-6ZJFIQBG.js";
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
GLOBAL_DEFS_FOR_TERSER,
|
|
7
7
|
GLOBAL_DEFS_FOR_TERSER_WITH_AOT,
|
|
8
8
|
constructorParametersDownlevelTransform
|
|
9
|
-
} from "../chunk-
|
|
9
|
+
} from "../chunk-PT6IDEJZ.js";
|
|
10
10
|
import "../chunk-O4JLZZWJ.js";
|
|
11
11
|
import "../chunk-ZCBRXUPO.js";
|
|
12
12
|
import "../chunk-EC5K6QPP.js";
|
|
@@ -6,11 +6,11 @@
|
|
|
6
6
|
import {
|
|
7
7
|
main,
|
|
8
8
|
readCommandLineAndConfiguration
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-E6XIZDH3.js";
|
|
10
10
|
import {
|
|
11
11
|
EmitFlags
|
|
12
|
-
} from "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
12
|
+
} from "../../chunk-AYNYESJJ.js";
|
|
13
|
+
import "../../chunk-VVIQFUX6.js";
|
|
14
14
|
import "../../chunk-O4JLZZWJ.js";
|
|
15
15
|
import "../../chunk-QRHWLC7U.js";
|
|
16
16
|
import "../../chunk-ZCBRXUPO.js";
|
package/bundles/src/bin/ngc.js
CHANGED
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
|
|
6
6
|
import {
|
|
7
7
|
main
|
|
8
|
-
} from "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
10
|
-
import "../../chunk-
|
|
8
|
+
} from "../../chunk-E6XIZDH3.js";
|
|
9
|
+
import "../../chunk-AYNYESJJ.js";
|
|
10
|
+
import "../../chunk-VVIQFUX6.js";
|
|
11
11
|
import "../../chunk-O4JLZZWJ.js";
|
|
12
12
|
import "../../chunk-QRHWLC7U.js";
|
|
13
13
|
import "../../chunk-ZCBRXUPO.js";
|