@angular/compiler 13.2.6 → 13.3.0-rc.0

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 v13.2.6
2
+ * @license Angular v13.3.0-rc.0
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 v13.2.6
2
+ * @license Angular v13.3.0-rc.0
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -19774,7 +19774,7 @@ function publishFacade(global) {
19774
19774
  * Use of this source code is governed by an MIT-style license that can be
19775
19775
  * found in the LICENSE file at https://angular.io/license
19776
19776
  */
19777
- const VERSION = new Version('13.2.6');
19777
+ const VERSION = new Version('13.3.0-rc.0');
19778
19778
 
19779
19779
  /**
19780
19780
  * @license
@@ -21815,7 +21815,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$6 = '12.0.0';
21815
21815
  function compileDeclareClassMetadata(metadata) {
21816
21816
  const definitionMap = new DefinitionMap();
21817
21817
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$6));
21818
- definitionMap.set('version', literal('13.2.6'));
21818
+ definitionMap.set('version', literal('13.3.0-rc.0'));
21819
21819
  definitionMap.set('ngImport', importExpr(Identifiers.core));
21820
21820
  definitionMap.set('type', metadata.type);
21821
21821
  definitionMap.set('decorators', metadata.decorators);
@@ -21932,7 +21932,7 @@ function compileDeclareDirectiveFromMetadata(meta) {
21932
21932
  function createDirectiveDefinitionMap(meta) {
21933
21933
  const definitionMap = new DefinitionMap();
21934
21934
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
21935
- definitionMap.set('version', literal('13.2.6'));
21935
+ definitionMap.set('version', literal('13.3.0-rc.0'));
21936
21936
  // e.g. `type: MyDirective`
21937
21937
  definitionMap.set('type', meta.internalType);
21938
21938
  // e.g. `selector: 'some-dir'`
@@ -22153,7 +22153,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$4 = '12.0.0';
22153
22153
  function compileDeclareFactoryFunction(meta) {
22154
22154
  const definitionMap = new DefinitionMap();
22155
22155
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
22156
- definitionMap.set('version', literal('13.2.6'));
22156
+ definitionMap.set('version', literal('13.3.0-rc.0'));
22157
22157
  definitionMap.set('ngImport', importExpr(Identifiers.core));
22158
22158
  definitionMap.set('type', meta.internalType);
22159
22159
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -22195,7 +22195,7 @@ function compileDeclareInjectableFromMetadata(meta) {
22195
22195
  function createInjectableDefinitionMap(meta) {
22196
22196
  const definitionMap = new DefinitionMap();
22197
22197
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
22198
- definitionMap.set('version', literal('13.2.6'));
22198
+ definitionMap.set('version', literal('13.3.0-rc.0'));
22199
22199
  definitionMap.set('ngImport', importExpr(Identifiers.core));
22200
22200
  definitionMap.set('type', meta.internalType);
22201
22201
  // Only generate providedIn property if it has a non-null value
@@ -22253,7 +22253,7 @@ function compileDeclareInjectorFromMetadata(meta) {
22253
22253
  function createInjectorDefinitionMap(meta) {
22254
22254
  const definitionMap = new DefinitionMap();
22255
22255
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
22256
- definitionMap.set('version', literal('13.2.6'));
22256
+ definitionMap.set('version', literal('13.3.0-rc.0'));
22257
22257
  definitionMap.set('ngImport', importExpr(Identifiers.core));
22258
22258
  definitionMap.set('type', meta.internalType);
22259
22259
  definitionMap.set('providers', meta.providers);
@@ -22290,7 +22290,7 @@ function compileDeclareNgModuleFromMetadata(meta) {
22290
22290
  function createNgModuleDefinitionMap(meta) {
22291
22291
  const definitionMap = new DefinitionMap();
22292
22292
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
22293
- definitionMap.set('version', literal('13.2.6'));
22293
+ definitionMap.set('version', literal('13.3.0-rc.0'));
22294
22294
  definitionMap.set('ngImport', importExpr(Identifiers.core));
22295
22295
  definitionMap.set('type', meta.internalType);
22296
22296
  // We only generate the keys in the metadata if the arrays contain values.
@@ -22348,7 +22348,7 @@ function compileDeclarePipeFromMetadata(meta) {
22348
22348
  function createPipeDefinitionMap(meta) {
22349
22349
  const definitionMap = new DefinitionMap();
22350
22350
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION));
22351
- definitionMap.set('version', literal('13.2.6'));
22351
+ definitionMap.set('version', literal('13.3.0-rc.0'));
22352
22352
  definitionMap.set('ngImport', importExpr(Identifiers.core));
22353
22353
  // e.g. `type: MyPipe`
22354
22354
  definitionMap.set('type', meta.internalType);