@angular/compiler 14.0.0-next.8 → 14.0.0-next.9

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 v14.0.0-next.8
2
+ * @license Angular v14.0.0-next.9
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v14.0.0-next.8
2
+ * @license Angular v14.0.0-next.9
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -19766,7 +19766,7 @@ function publishFacade(global) {
19766
19766
  * Use of this source code is governed by an MIT-style license that can be
19767
19767
  * found in the LICENSE file at https://angular.io/license
19768
19768
  */
19769
- const VERSION = new Version('14.0.0-next.8');
19769
+ const VERSION = new Version('14.0.0-next.9');
19770
19770
 
19771
19771
  /**
19772
19772
  * @license
@@ -21807,7 +21807,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$6 = '12.0.0';
21807
21807
  function compileDeclareClassMetadata(metadata) {
21808
21808
  const definitionMap = new DefinitionMap();
21809
21809
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$6));
21810
- definitionMap.set('version', literal('14.0.0-next.8'));
21810
+ definitionMap.set('version', literal('14.0.0-next.9'));
21811
21811
  definitionMap.set('ngImport', importExpr(Identifiers.core));
21812
21812
  definitionMap.set('type', metadata.type);
21813
21813
  definitionMap.set('decorators', metadata.decorators);
@@ -21924,7 +21924,7 @@ function compileDeclareDirectiveFromMetadata(meta) {
21924
21924
  function createDirectiveDefinitionMap(meta) {
21925
21925
  const definitionMap = new DefinitionMap();
21926
21926
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
21927
- definitionMap.set('version', literal('14.0.0-next.8'));
21927
+ definitionMap.set('version', literal('14.0.0-next.9'));
21928
21928
  // e.g. `type: MyDirective`
21929
21929
  definitionMap.set('type', meta.internalType);
21930
21930
  // e.g. `selector: 'some-dir'`
@@ -22145,7 +22145,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$4 = '12.0.0';
22145
22145
  function compileDeclareFactoryFunction(meta) {
22146
22146
  const definitionMap = new DefinitionMap();
22147
22147
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
22148
- definitionMap.set('version', literal('14.0.0-next.8'));
22148
+ definitionMap.set('version', literal('14.0.0-next.9'));
22149
22149
  definitionMap.set('ngImport', importExpr(Identifiers.core));
22150
22150
  definitionMap.set('type', meta.internalType);
22151
22151
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -22187,7 +22187,7 @@ function compileDeclareInjectableFromMetadata(meta) {
22187
22187
  function createInjectableDefinitionMap(meta) {
22188
22188
  const definitionMap = new DefinitionMap();
22189
22189
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
22190
- definitionMap.set('version', literal('14.0.0-next.8'));
22190
+ definitionMap.set('version', literal('14.0.0-next.9'));
22191
22191
  definitionMap.set('ngImport', importExpr(Identifiers.core));
22192
22192
  definitionMap.set('type', meta.internalType);
22193
22193
  // Only generate providedIn property if it has a non-null value
@@ -22245,7 +22245,7 @@ function compileDeclareInjectorFromMetadata(meta) {
22245
22245
  function createInjectorDefinitionMap(meta) {
22246
22246
  const definitionMap = new DefinitionMap();
22247
22247
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
22248
- definitionMap.set('version', literal('14.0.0-next.8'));
22248
+ definitionMap.set('version', literal('14.0.0-next.9'));
22249
22249
  definitionMap.set('ngImport', importExpr(Identifiers.core));
22250
22250
  definitionMap.set('type', meta.internalType);
22251
22251
  definitionMap.set('providers', meta.providers);
@@ -22282,7 +22282,7 @@ function compileDeclareNgModuleFromMetadata(meta) {
22282
22282
  function createNgModuleDefinitionMap(meta) {
22283
22283
  const definitionMap = new DefinitionMap();
22284
22284
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
22285
- definitionMap.set('version', literal('14.0.0-next.8'));
22285
+ definitionMap.set('version', literal('14.0.0-next.9'));
22286
22286
  definitionMap.set('ngImport', importExpr(Identifiers.core));
22287
22287
  definitionMap.set('type', meta.internalType);
22288
22288
  // We only generate the keys in the metadata if the arrays contain values.
@@ -22340,7 +22340,7 @@ function compileDeclarePipeFromMetadata(meta) {
22340
22340
  function createPipeDefinitionMap(meta) {
22341
22341
  const definitionMap = new DefinitionMap();
22342
22342
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION));
22343
- definitionMap.set('version', literal('14.0.0-next.8'));
22343
+ definitionMap.set('version', literal('14.0.0-next.9'));
22344
22344
  definitionMap.set('ngImport', importExpr(Identifiers.core));
22345
22345
  // e.g. `type: MyPipe`
22346
22346
  definitionMap.set('type', meta.internalType);