@angular/compiler-cli 22.0.0-next.2 → 22.0.0-next.3
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-2KXHLD7K.js → chunk-5EGV6MZF.js} +4 -3
- package/bundles/chunk-5EGV6MZF.js.map +6 -0
- package/bundles/{chunk-M42SPZWZ.js → chunk-EAE5KCUR.js} +5 -4
- package/bundles/chunk-EAE5KCUR.js.map +6 -0
- package/bundles/{chunk-FLWAEX6T.js → chunk-HFKTR5QY.js} +4 -3
- package/bundles/chunk-HFKTR5QY.js.map +6 -0
- package/bundles/{chunk-CSUVPNMK.js → chunk-I6T4FEIP.js} +1 -0
- package/bundles/chunk-I6T4FEIP.js.map +6 -0
- package/bundles/{chunk-G7GFT6BU.js → chunk-IEBNHER4.js} +1 -0
- package/bundles/chunk-IEBNHER4.js.map +6 -0
- package/bundles/{chunk-XYYEESKY.js → chunk-KWAGEHJJ.js} +2 -1
- package/bundles/chunk-KWAGEHJJ.js.map +6 -0
- package/bundles/{chunk-RA2TLETR.js → chunk-NPMPTFII.js} +4 -3
- package/bundles/chunk-NPMPTFII.js.map +6 -0
- package/bundles/{chunk-6HOSNZU5.js → chunk-SEJGUMO2.js} +1 -0
- package/bundles/chunk-SEJGUMO2.js.map +6 -0
- package/bundles/{chunk-CEBE44Q5.js → chunk-UTWH365F.js} +1 -0
- package/bundles/chunk-UTWH365F.js.map +6 -0
- package/bundles/{chunk-NUARCIAS.js → chunk-UUQRZWDP.js} +2 -1
- package/bundles/chunk-UUQRZWDP.js.map +6 -0
- package/bundles/{chunk-OBSXELUC.js → chunk-XSRMZ57L.js} +3 -2
- package/bundles/chunk-XSRMZ57L.js.map +6 -0
- package/bundles/{chunk-HYJ2H3FU.js → chunk-Y5V7YWTG.js} +1 -0
- package/bundles/chunk-Y5V7YWTG.js.map +6 -0
- package/bundles/index.js +11 -10
- package/bundles/index.js.map +6 -0
- package/bundles/linker/babel/index.js +7 -6
- package/bundles/linker/babel/index.js.map +6 -0
- package/bundles/linker/index.js +5 -4
- package/bundles/linker/index.js.map +6 -0
- package/bundles/private/hybrid_analysis.js +6 -5
- package/bundles/private/hybrid_analysis.js.map +6 -0
- package/bundles/private/localize.js +6 -5
- package/bundles/private/localize.js.map +6 -0
- package/bundles/private/migrations.js +8 -7
- package/bundles/private/migrations.js.map +6 -0
- package/bundles/private/testing.js +7 -6
- package/bundles/private/testing.js.map +6 -0
- package/bundles/private/tooling.js +7 -6
- package/bundles/private/tooling.js.map +6 -0
- package/bundles/src/bin/ng_xi18n.js +10 -9
- package/bundles/src/bin/ng_xi18n.js.map +6 -0
- package/bundles/src/bin/ngc.js +10 -9
- package/bundles/src/bin/ngc.js.map +6 -0
- package/linker/src/file_linker/partial_linkers/util.d.ts +1 -1
- package/package.json +2 -2
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
import {
|
|
6
6
|
Context,
|
|
7
7
|
ExpressionTranslatorVisitor
|
|
8
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-I6T4FEIP.js";
|
|
9
9
|
import {
|
|
10
10
|
LogicalProjectPath,
|
|
11
11
|
absoluteFrom,
|
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
resolve,
|
|
17
17
|
stripExtension,
|
|
18
18
|
toRelativeImport
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-UTWH365F.js";
|
|
20
20
|
|
|
21
21
|
// packages/compiler-cli/src/ngtsc/diagnostics/src/error_code.js
|
|
22
22
|
var ErrorCode;
|
|
@@ -229,7 +229,7 @@ var COMPILER_ERRORS_WITH_GUIDES = /* @__PURE__ */ new Set([
|
|
|
229
229
|
import { VERSION } from "@angular/compiler";
|
|
230
230
|
var DOC_PAGE_BASE_URL = (() => {
|
|
231
231
|
const full = VERSION.full;
|
|
232
|
-
const isPreRelease = full.includes("-next") || full.includes("-rc") || full === "22.0.0-next.
|
|
232
|
+
const isPreRelease = full.includes("-next") || full.includes("-rc") || full === "22.0.0-next.3";
|
|
233
233
|
const prefix = isPreRelease ? "next" : `v${VERSION.major}`;
|
|
234
234
|
return `https://${prefix}.angular.dev`;
|
|
235
235
|
})();
|
|
@@ -11979,3 +11979,4 @@ export {
|
|
|
11979
11979
|
* Use of this source code is governed by an MIT-style license that can be
|
|
11980
11980
|
* found in the LICENSE file at https://angular.dev/license
|
|
11981
11981
|
*/
|
|
11982
|
+
//# sourceMappingURL=chunk-5EGV6MZF.js.map
|