@angular/compiler-cli 19.0.1 → 19.1.0-next.0
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-YM2C5U4V.js → chunk-DHTI5OKE.js} +2 -2
- package/bundles/chunk-P6YTDBL7.js +1 -1
- package/bundles/{chunk-TKRX6CUF.js → chunk-W3RHSPCT.js} +2 -2
- package/bundles/index.js +2 -2
- package/bundles/src/bin/ng_xi18n.js +2 -2
- package/bundles/src/bin/ngc.js +2 -2
- package/bundles_metadata.json +1 -1
- package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
- package/package.json +3 -3
- /package/bundles/{chunk-YM2C5U4V.js.map → chunk-DHTI5OKE.js.map} +0 -0
- /package/bundles/{chunk-TKRX6CUF.js.map → chunk-W3RHSPCT.js.map} +0 -0
|
@@ -1163,7 +1163,7 @@ function compareVersions(v1, v2) {
|
|
|
1163
1163
|
|
|
1164
1164
|
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/typescript_support.mjs
|
|
1165
1165
|
var MIN_TS_VERSION = "5.5.0";
|
|
1166
|
-
var MAX_TS_VERSION = "5.
|
|
1166
|
+
var MAX_TS_VERSION = "5.8.0";
|
|
1167
1167
|
var tsVersion = ts12.version;
|
|
1168
1168
|
function checkVersion(version, minVersion, maxVersion) {
|
|
1169
1169
|
if (compareVersions(version, minVersion) < 0 || compareVersions(version, maxVersion) >= 0) {
|
|
@@ -5031,4 +5031,4 @@ export {
|
|
|
5031
5031
|
* Use of this source code is governed by an MIT-style license that can be
|
|
5032
5032
|
* found in the LICENSE file at https://angular.dev/license
|
|
5033
5033
|
*/
|
|
5034
|
-
//# sourceMappingURL=chunk-
|
|
5034
|
+
//# sourceMappingURL=chunk-DHTI5OKE.js.map
|
|
@@ -311,7 +311,7 @@ import { compileDirectiveFromMetadata, makeBindingParser, ParseLocation, ParseSo
|
|
|
311
311
|
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/linker/src/file_linker/partial_linkers/util.mjs
|
|
312
312
|
import { createMayBeForwardRefExpression, outputAst as o2 } from "@angular/compiler";
|
|
313
313
|
import semver from "semver";
|
|
314
|
-
var PLACEHOLDER_VERSION = "19.0.
|
|
314
|
+
var PLACEHOLDER_VERSION = "19.1.0-next.0";
|
|
315
315
|
function wrapReference(wrapped) {
|
|
316
316
|
return { value: wrapped, type: wrapped };
|
|
317
317
|
}
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
formatDiagnostics,
|
|
13
13
|
performCompilation,
|
|
14
14
|
readConfiguration
|
|
15
|
-
} from "./chunk-
|
|
15
|
+
} from "./chunk-DHTI5OKE.js";
|
|
16
16
|
|
|
17
17
|
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/main.mjs
|
|
18
18
|
import ts2 from "typescript";
|
|
@@ -363,4 +363,4 @@ export {
|
|
|
363
363
|
* Use of this source code is governed by an MIT-style license that can be
|
|
364
364
|
* found in the LICENSE file at https://angular.dev/license
|
|
365
365
|
*/
|
|
366
|
-
//# sourceMappingURL=chunk-
|
|
366
|
+
//# sourceMappingURL=chunk-W3RHSPCT.js.map
|
package/bundles/index.js
CHANGED
|
@@ -33,7 +33,7 @@ import {
|
|
|
33
33
|
isTsDiagnostic,
|
|
34
34
|
performCompilation,
|
|
35
35
|
readConfiguration
|
|
36
|
-
} from "./chunk-
|
|
36
|
+
} from "./chunk-DHTI5OKE.js";
|
|
37
37
|
import {
|
|
38
38
|
angularJitApplicationTransform,
|
|
39
39
|
getDownlevelDecoratorsTransform,
|
|
@@ -80,7 +80,7 @@ import "./chunk-KPQ72R34.js";
|
|
|
80
80
|
|
|
81
81
|
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version.mjs
|
|
82
82
|
import { Version } from "@angular/compiler";
|
|
83
|
-
var VERSION = new Version("19.0.
|
|
83
|
+
var VERSION = new Version("19.1.0-next.0");
|
|
84
84
|
|
|
85
85
|
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs
|
|
86
86
|
var NgTscPlugin = class {
|
|
@@ -6,10 +6,10 @@
|
|
|
6
6
|
import {
|
|
7
7
|
main,
|
|
8
8
|
readCommandLineAndConfiguration
|
|
9
|
-
} from "../../chunk-
|
|
9
|
+
} from "../../chunk-W3RHSPCT.js";
|
|
10
10
|
import {
|
|
11
11
|
EmitFlags
|
|
12
|
-
} from "../../chunk-
|
|
12
|
+
} from "../../chunk-DHTI5OKE.js";
|
|
13
13
|
import "../../chunk-NFCGJ6UU.js";
|
|
14
14
|
import "../../chunk-ZEPJHGBL.js";
|
|
15
15
|
import "../../chunk-NC4E5UYB.js";
|
package/bundles/src/bin/ngc.js
CHANGED
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
|
|
6
6
|
import {
|
|
7
7
|
main
|
|
8
|
-
} from "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
8
|
+
} from "../../chunk-W3RHSPCT.js";
|
|
9
|
+
import "../../chunk-DHTI5OKE.js";
|
|
10
10
|
import "../../chunk-NFCGJ6UU.js";
|
|
11
11
|
import "../../chunk-ZEPJHGBL.js";
|
|
12
12
|
import "../../chunk-NC4E5UYB.js";
|