@angular/compiler-cli 18.0.0-rc.3 → 18.0.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-BVDVZTEE.js → chunk-27KMND5I.js} +3 -3
- package/bundles/{chunk-LCZH35U2.js → chunk-CDSIZK6E.js} +2 -2
- package/bundles/{chunk-UPUMIIZG.js → chunk-IFIN3A3P.js} +3 -3
- package/bundles/{chunk-GDDAH7HI.js → chunk-LDI6GWO5.js} +2 -2
- package/bundles/{chunk-77CB34BX.js → chunk-TPUY2KMQ.js} +2 -2
- package/bundles/{chunk-D7XZVDL2.js → chunk-ZLHOM56K.js} +4 -4
- package/bundles/{chunk-D7XZVDL2.js.map → chunk-ZLHOM56K.js.map} +1 -1
- package/bundles/index.js +5 -5
- package/bundles/linker/babel/index.js +2 -2
- package/bundles/linker/index.js +2 -2
- package/bundles/private/migrations.js +2 -2
- 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/diagnostics/src/docs.d.ts +1 -1
- package/src/ngtsc/diagnostics/src/error_details_base_url.d.ts +1 -1
- /package/bundles/{chunk-BVDVZTEE.js.map → chunk-27KMND5I.js.map} +0 -0
- /package/bundles/{chunk-LCZH35U2.js.map → chunk-CDSIZK6E.js.map} +0 -0
- /package/bundles/{chunk-UPUMIIZG.js.map → chunk-IFIN3A3P.js.map} +0 -0
- /package/bundles/{chunk-GDDAH7HI.js.map → chunk-LDI6GWO5.js.map} +0 -0
- /package/bundles/{chunk-77CB34BX.js.map → chunk-TPUY2KMQ.js.map} +0 -0
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
*/
|
|
8
8
|
import { MaybeForwardRefExpression, outputAst as o, R3DeclareDependencyMetadata, R3DependencyMetadata, R3Reference } from '@angular/compiler';
|
|
9
9
|
import { AstObject, AstValue } from '../../ast/ast_value';
|
|
10
|
-
export declare const PLACEHOLDER_VERSION = "18.0.
|
|
10
|
+
export declare const PLACEHOLDER_VERSION = "18.0.1";
|
|
11
11
|
export declare function wrapReference<TExpression>(wrapped: o.WrappedNodeExpr<TExpression>): R3Reference;
|
|
12
12
|
/**
|
|
13
13
|
* Parses the value of an enum from the AST value's symbol name.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular/compiler-cli",
|
|
3
|
-
"version": "18.0.
|
|
3
|
+
"version": "18.0.1",
|
|
4
4
|
"description": "Angular - the compiler CLI for Node.js",
|
|
5
5
|
"typings": "index.d.ts",
|
|
6
6
|
"bin": {
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"yargs": "^17.2.1"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
|
-
"@angular/compiler": "18.0.
|
|
56
|
+
"@angular/compiler": "18.0.1",
|
|
57
57
|
"typescript": ">=5.4 <5.5"
|
|
58
58
|
},
|
|
59
59
|
"repository": {
|
|
@@ -8,6 +8,6 @@
|
|
|
8
8
|
import { ErrorCode } from './error_code';
|
|
9
9
|
/**
|
|
10
10
|
* Contains a set of error messages that have detailed guides at angular.io.
|
|
11
|
-
* Full list of available error guides can be found at https://angular.
|
|
11
|
+
* Full list of available error guides can be found at https://angular.dev/errors
|
|
12
12
|
*/
|
|
13
13
|
export declare const COMPILER_ERRORS_WITH_GUIDES: Set<ErrorCode>;
|
|
@@ -12,4 +12,4 @@
|
|
|
12
12
|
* - packages/compiler-cli/src/ngtsc/diagnostics/src/error_details_base_url.ts
|
|
13
13
|
* - packages/core/src/error_details_base_url.ts
|
|
14
14
|
*/
|
|
15
|
-
export declare const ERROR_DETAILS_PAGE_BASE_URL = "https://angular.
|
|
15
|
+
export declare const ERROR_DETAILS_PAGE_BASE_URL = "https://angular.dev/errors";
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|