@angular/compiler-cli 16.0.0-rc.0 → 16.0.0-rc.1
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-SIHBKSBW.js +2 -2
- package/bundles/index.js +1 -1
- package/package.json +2 -2
|
@@ -841,7 +841,7 @@ var declarationFunctions = [
|
|
|
841
841
|
];
|
|
842
842
|
function createLinkerMap(environment, sourceUrl, code) {
|
|
843
843
|
const linkers = /* @__PURE__ */ new Map();
|
|
844
|
-
const LATEST_VERSION_RANGE = getRange("<=", "16.0.0-rc.
|
|
844
|
+
const LATEST_VERSION_RANGE = getRange("<=", "16.0.0-rc.1");
|
|
845
845
|
linkers.set(\u0275\u0275ngDeclareDirective, [
|
|
846
846
|
{ range: LATEST_VERSION_RANGE, linker: new PartialDirectiveLinkerVersion1(sourceUrl, code) }
|
|
847
847
|
]);
|
|
@@ -888,7 +888,7 @@ var PartialLinkerSelector = class {
|
|
|
888
888
|
throw new Error(`Unknown partial declaration function ${functionName}.`);
|
|
889
889
|
}
|
|
890
890
|
const linkerRanges = this.linkers.get(functionName);
|
|
891
|
-
if (version === "16.0.0-rc.
|
|
891
|
+
if (version === "16.0.0-rc.1") {
|
|
892
892
|
return linkerRanges[linkerRanges.length - 1].linker;
|
|
893
893
|
}
|
|
894
894
|
const declarationRange = getRange(">=", minVersion);
|
package/bundles/index.js
CHANGED
|
@@ -69,7 +69,7 @@ import "./chunk-SRFZMXHZ.js";
|
|
|
69
69
|
|
|
70
70
|
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/version.mjs
|
|
71
71
|
import { Version } from "@angular/compiler";
|
|
72
|
-
var VERSION = new Version("16.0.0-rc.
|
|
72
|
+
var VERSION = new Version("16.0.0-rc.1");
|
|
73
73
|
|
|
74
74
|
// bazel-out/k8-fastbuild/bin/packages/compiler-cli/src/ngtsc/tsc_plugin.mjs
|
|
75
75
|
var NgTscPlugin = class {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular/compiler-cli",
|
|
3
|
-
"version": "16.0.0-rc.
|
|
3
|
+
"version": "16.0.0-rc.1",
|
|
4
4
|
"description": "Angular - the compiler CLI for Node.js",
|
|
5
5
|
"typings": "index.d.ts",
|
|
6
6
|
"bin": {
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"yargs": "^17.2.1"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
|
-
"@angular/compiler": "16.0.0-rc.
|
|
55
|
+
"@angular/compiler": "16.0.0-rc.1",
|
|
56
56
|
"typescript": ">=4.9.3 <5.1"
|
|
57
57
|
},
|
|
58
58
|
"repository": {
|