@angular/compiler 15.0.0-next.2 → 15.0.0-next.4

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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v15.0.0-next.2
2
+ * @license Angular v15.0.0-next.4
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
package/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v15.0.0-next.2
2
+ * @license Angular v15.0.0-next.4
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -651,14 +651,12 @@ export declare function compilePipeFromMetadata(metadata: R3PipeMetadata): R3Com
651
651
  export declare class CompilerConfig {
652
652
  defaultEncapsulation: ViewEncapsulation | null;
653
653
  useJit: boolean;
654
- jitDevMode: boolean;
655
654
  missingTranslation: MissingTranslationStrategy | null;
656
655
  preserveWhitespaces: boolean;
657
656
  strictInjectionParameters: boolean;
658
- constructor({ defaultEncapsulation, useJit, jitDevMode, missingTranslation, preserveWhitespaces, strictInjectionParameters }?: {
657
+ constructor({ defaultEncapsulation, useJit, missingTranslation, preserveWhitespaces, strictInjectionParameters }?: {
659
658
  defaultEncapsulation?: ViewEncapsulation;
660
659
  useJit?: boolean;
661
- jitDevMode?: boolean;
662
660
  missingTranslation?: MissingTranslationStrategy | null;
663
661
  preserveWhitespaces?: boolean;
664
662
  strictInjectionParameters?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/compiler",
3
- "version": "15.0.0-next.2",
3
+ "version": "15.0.0-next.4",
4
4
  "description": "Angular - the compiler library",
5
5
  "author": "angular",
6
6
  "license": "MIT",
@@ -11,7 +11,7 @@
11
11
  "tslib": "^2.3.0"
12
12
  },
13
13
  "peerDependencies": {
14
- "@angular/core": "15.0.0-next.2"
14
+ "@angular/core": "15.0.0-next.4"
15
15
  },
16
16
  "peerDependenciesMeta": {
17
17
  "@angular/core": {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v15.0.0-next.2
2
+ * @license Angular v15.0.0-next.4
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */