@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.
@@ -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.0-rc.3";
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.0-rc.3",
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.0-rc.3",
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.io/errors
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.io/errors";
15
+ export declare const ERROR_DETAILS_PAGE_BASE_URL = "https://angular.dev/errors";