@angular/compiler 14.0.0-next.10 → 14.0.0-next.11

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.10
2
+ * @license Angular v14.0.0-next.11
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.10
2
+ * @license Angular v14.0.0-next.11
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -19772,7 +19772,7 @@ function publishFacade(global) {
19772
19772
  * Use of this source code is governed by an MIT-style license that can be
19773
19773
  * found in the LICENSE file at https://angular.io/license
19774
19774
  */
19775
- const VERSION = new Version('14.0.0-next.10');
19775
+ const VERSION = new Version('14.0.0-next.11');
19776
19776
 
19777
19777
  /**
19778
19778
  * @license
@@ -21813,7 +21813,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$6 = '12.0.0';
21813
21813
  function compileDeclareClassMetadata(metadata) {
21814
21814
  const definitionMap = new DefinitionMap();
21815
21815
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$6));
21816
- definitionMap.set('version', literal('14.0.0-next.10'));
21816
+ definitionMap.set('version', literal('14.0.0-next.11'));
21817
21817
  definitionMap.set('ngImport', importExpr(Identifiers.core));
21818
21818
  definitionMap.set('type', metadata.type);
21819
21819
  definitionMap.set('decorators', metadata.decorators);
@@ -21930,7 +21930,7 @@ function compileDeclareDirectiveFromMetadata(meta) {
21930
21930
  function createDirectiveDefinitionMap(meta) {
21931
21931
  const definitionMap = new DefinitionMap();
21932
21932
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
21933
- definitionMap.set('version', literal('14.0.0-next.10'));
21933
+ definitionMap.set('version', literal('14.0.0-next.11'));
21934
21934
  // e.g. `type: MyDirective`
21935
21935
  definitionMap.set('type', meta.internalType);
21936
21936
  // e.g. `selector: 'some-dir'`
@@ -22151,7 +22151,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$4 = '12.0.0';
22151
22151
  function compileDeclareFactoryFunction(meta) {
22152
22152
  const definitionMap = new DefinitionMap();
22153
22153
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
22154
- definitionMap.set('version', literal('14.0.0-next.10'));
22154
+ definitionMap.set('version', literal('14.0.0-next.11'));
22155
22155
  definitionMap.set('ngImport', importExpr(Identifiers.core));
22156
22156
  definitionMap.set('type', meta.internalType);
22157
22157
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -22193,7 +22193,7 @@ function compileDeclareInjectableFromMetadata(meta) {
22193
22193
  function createInjectableDefinitionMap(meta) {
22194
22194
  const definitionMap = new DefinitionMap();
22195
22195
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
22196
- definitionMap.set('version', literal('14.0.0-next.10'));
22196
+ definitionMap.set('version', literal('14.0.0-next.11'));
22197
22197
  definitionMap.set('ngImport', importExpr(Identifiers.core));
22198
22198
  definitionMap.set('type', meta.internalType);
22199
22199
  // Only generate providedIn property if it has a non-null value
@@ -22251,7 +22251,7 @@ function compileDeclareInjectorFromMetadata(meta) {
22251
22251
  function createInjectorDefinitionMap(meta) {
22252
22252
  const definitionMap = new DefinitionMap();
22253
22253
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
22254
- definitionMap.set('version', literal('14.0.0-next.10'));
22254
+ definitionMap.set('version', literal('14.0.0-next.11'));
22255
22255
  definitionMap.set('ngImport', importExpr(Identifiers.core));
22256
22256
  definitionMap.set('type', meta.internalType);
22257
22257
  definitionMap.set('providers', meta.providers);
@@ -22288,7 +22288,7 @@ function compileDeclareNgModuleFromMetadata(meta) {
22288
22288
  function createNgModuleDefinitionMap(meta) {
22289
22289
  const definitionMap = new DefinitionMap();
22290
22290
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
22291
- definitionMap.set('version', literal('14.0.0-next.10'));
22291
+ definitionMap.set('version', literal('14.0.0-next.11'));
22292
22292
  definitionMap.set('ngImport', importExpr(Identifiers.core));
22293
22293
  definitionMap.set('type', meta.internalType);
22294
22294
  // We only generate the keys in the metadata if the arrays contain values.
@@ -22346,7 +22346,7 @@ function compileDeclarePipeFromMetadata(meta) {
22346
22346
  function createPipeDefinitionMap(meta) {
22347
22347
  const definitionMap = new DefinitionMap();
22348
22348
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION));
22349
- definitionMap.set('version', literal('14.0.0-next.10'));
22349
+ definitionMap.set('version', literal('14.0.0-next.11'));
22350
22350
  definitionMap.set('ngImport', importExpr(Identifiers.core));
22351
22351
  // e.g. `type: MyPipe`
22352
22352
  definitionMap.set('type', meta.internalType);