@angular/compiler-cli 18.2.1 → 18.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-B4ZOGV3N.js +1 -1
- package/bundles/{chunk-NOUP24WG.js → chunk-C5NJ4RJW.js} +2 -2
- package/bundles/{chunk-ZHJO7SMX.js → chunk-GWDW5CWS.js} +2 -2
- package/bundles/{chunk-5I46MBAD.js → chunk-J46GT65M.js} +10 -8
- package/bundles/chunk-J46GT65M.js.map +6 -0
- package/bundles/{chunk-56IXZIL6.js → chunk-T7RBRO42.js} +10 -5
- package/bundles/chunk-T7RBRO42.js.map +6 -0
- package/bundles/{chunk-4GMJ67OV.js → chunk-XQOVJNXK.js} +2 -2
- package/bundles/index.js +5 -5
- package/bundles/private/migrations.js +1 -1
- package/bundles/private/tooling.js +3 -3
- package/bundles/src/bin/ng_xi18n.js +4 -4
- package/bundles/src/bin/ngc.js +4 -4
- package/bundles_metadata.json +1 -1
- package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
- package/package.json +2 -2
- package/src/ngtsc/annotations/component/src/handler.d.ts +2 -1
- package/src/ngtsc/annotations/component/src/resources.d.ts +1 -0
- package/src/ngtsc/core/api/src/public_options.d.ts +7 -0
- package/bundles/chunk-56IXZIL6.js.map +0 -6
- package/bundles/chunk-5I46MBAD.js.map +0 -6
- /package/bundles/{chunk-NOUP24WG.js.map → chunk-C5NJ4RJW.js.map} +0 -0
- /package/bundles/{chunk-ZHJO7SMX.js.map → chunk-GWDW5CWS.js.map} +0 -0
- /package/bundles/{chunk-4GMJ67OV.js.map → chunk-XQOVJNXK.js.map} +0 -0
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
import {
|
|
6
6
|
angularJitApplicationTransform
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-GWDW5CWS.js";
|
|
8
8
|
|
|
9
9
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/private/tooling.mjs
|
|
10
10
|
var GLOBAL_DEFS_FOR_TERSER = {
|
|
@@ -31,4 +31,4 @@ export {
|
|
|
31
31
|
* Use of this source code is governed by an MIT-style license that can be
|
|
32
32
|
* found in the LICENSE file at https://angular.io/license
|
|
33
33
|
*/
|
|
34
|
-
//# sourceMappingURL=chunk-
|
|
34
|
+
//# sourceMappingURL=chunk-XQOVJNXK.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-XQOVJNXK.js";
|
|
10
10
|
import {
|
|
11
11
|
DEFAULT_ERROR_CODE,
|
|
12
12
|
DecoratorType,
|
|
@@ -33,16 +33,16 @@ import {
|
|
|
33
33
|
isTsDiagnostic,
|
|
34
34
|
performCompilation,
|
|
35
35
|
readConfiguration
|
|
36
|
-
} from "./chunk-
|
|
36
|
+
} from "./chunk-J46GT65M.js";
|
|
37
37
|
import {
|
|
38
38
|
angularJitApplicationTransform,
|
|
39
39
|
getDownlevelDecoratorsTransform,
|
|
40
40
|
getInitializerApiJitTransform
|
|
41
|
-
} from "./chunk-
|
|
41
|
+
} from "./chunk-GWDW5CWS.js";
|
|
42
42
|
import {
|
|
43
43
|
OptimizeFor,
|
|
44
44
|
TsCreateProgramDriver
|
|
45
|
-
} from "./chunk-
|
|
45
|
+
} from "./chunk-T7RBRO42.js";
|
|
46
46
|
import {
|
|
47
47
|
isLocalCompilationDiagnostics
|
|
48
48
|
} from "./chunk-5DVL3S3Z.js";
|
|
@@ -79,7 +79,7 @@ import "./chunk-XI2RTGAL.js";
|
|
|
79
79
|
|
|
80
80
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/version.mjs
|
|
81
81
|
import { Version } from "@angular/compiler";
|
|
82
|
-
var VERSION = new Version("18.2.
|
|
82
|
+
var VERSION = new Version("18.2.2");
|
|
83
83
|
|
|
84
84
|
// bazel-out/darwin_arm64-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs
|
|
85
85
|
var NgTscPlugin = class {
|
|
@@ -6,9 +6,9 @@ import {
|
|
|
6
6
|
GLOBAL_DEFS_FOR_TERSER,
|
|
7
7
|
GLOBAL_DEFS_FOR_TERSER_WITH_AOT,
|
|
8
8
|
constructorParametersDownlevelTransform
|
|
9
|
-
} from "../chunk-
|
|
10
|
-
import "../chunk-
|
|
11
|
-
import "../chunk-
|
|
9
|
+
} from "../chunk-XQOVJNXK.js";
|
|
10
|
+
import "../chunk-GWDW5CWS.js";
|
|
11
|
+
import "../chunk-T7RBRO42.js";
|
|
12
12
|
import "../chunk-5DVL3S3Z.js";
|
|
13
13
|
import "../chunk-THQF5ZZE.js";
|
|
14
14
|
import "../chunk-XNL3EK5H.js";
|
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
import {
|
|
7
7
|
main,
|
|
8
8
|
readCommandLineAndConfiguration
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-C5NJ4RJW.js";
|
|
10
10
|
import {
|
|
11
11
|
EmitFlags
|
|
12
|
-
} from "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
14
|
-
import "../../chunk-
|
|
12
|
+
} from "../../chunk-J46GT65M.js";
|
|
13
|
+
import "../../chunk-GWDW5CWS.js";
|
|
14
|
+
import "../../chunk-T7RBRO42.js";
|
|
15
15
|
import "../../chunk-5DVL3S3Z.js";
|
|
16
16
|
import "../../chunk-THQF5ZZE.js";
|
|
17
17
|
import {
|
package/bundles/src/bin/ngc.js
CHANGED
|
@@ -5,10 +5,10 @@
|
|
|
5
5
|
|
|
6
6
|
import {
|
|
7
7
|
main
|
|
8
|
-
} from "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
10
|
-
import "../../chunk-
|
|
11
|
-
import "../../chunk-
|
|
8
|
+
} from "../../chunk-C5NJ4RJW.js";
|
|
9
|
+
import "../../chunk-J46GT65M.js";
|
|
10
|
+
import "../../chunk-GWDW5CWS.js";
|
|
11
|
+
import "../../chunk-T7RBRO42.js";
|
|
12
12
|
import "../../chunk-5DVL3S3Z.js";
|
|
13
13
|
import "../../chunk-THQF5ZZE.js";
|
|
14
14
|
import {
|