@angular/compiler 13.3.9 → 13.3.10

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.3.9
2
+ * @license Angular v13.3.10
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.3.9
2
+ * @license Angular v13.3.10
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -19783,7 +19783,7 @@ function publishFacade(global) {
19783
19783
  * Use of this source code is governed by an MIT-style license that can be
19784
19784
  * found in the LICENSE file at https://angular.io/license
19785
19785
  */
19786
- const VERSION = new Version('13.3.9');
19786
+ const VERSION = new Version('13.3.10');
19787
19787
 
19788
19788
  /**
19789
19789
  * @license
@@ -21824,7 +21824,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$6 = '12.0.0';
21824
21824
  function compileDeclareClassMetadata(metadata) {
21825
21825
  const definitionMap = new DefinitionMap();
21826
21826
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$6));
21827
- definitionMap.set('version', literal('13.3.9'));
21827
+ definitionMap.set('version', literal('13.3.10'));
21828
21828
  definitionMap.set('ngImport', importExpr(Identifiers.core));
21829
21829
  definitionMap.set('type', metadata.type);
21830
21830
  definitionMap.set('decorators', metadata.decorators);
@@ -21941,7 +21941,7 @@ function compileDeclareDirectiveFromMetadata(meta) {
21941
21941
  function createDirectiveDefinitionMap(meta) {
21942
21942
  const definitionMap = new DefinitionMap();
21943
21943
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
21944
- definitionMap.set('version', literal('13.3.9'));
21944
+ definitionMap.set('version', literal('13.3.10'));
21945
21945
  // e.g. `type: MyDirective`
21946
21946
  definitionMap.set('type', meta.internalType);
21947
21947
  // e.g. `selector: 'some-dir'`
@@ -22162,7 +22162,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$4 = '12.0.0';
22162
22162
  function compileDeclareFactoryFunction(meta) {
22163
22163
  const definitionMap = new DefinitionMap();
22164
22164
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
22165
- definitionMap.set('version', literal('13.3.9'));
22165
+ definitionMap.set('version', literal('13.3.10'));
22166
22166
  definitionMap.set('ngImport', importExpr(Identifiers.core));
22167
22167
  definitionMap.set('type', meta.internalType);
22168
22168
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -22204,7 +22204,7 @@ function compileDeclareInjectableFromMetadata(meta) {
22204
22204
  function createInjectableDefinitionMap(meta) {
22205
22205
  const definitionMap = new DefinitionMap();
22206
22206
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
22207
- definitionMap.set('version', literal('13.3.9'));
22207
+ definitionMap.set('version', literal('13.3.10'));
22208
22208
  definitionMap.set('ngImport', importExpr(Identifiers.core));
22209
22209
  definitionMap.set('type', meta.internalType);
22210
22210
  // Only generate providedIn property if it has a non-null value
@@ -22262,7 +22262,7 @@ function compileDeclareInjectorFromMetadata(meta) {
22262
22262
  function createInjectorDefinitionMap(meta) {
22263
22263
  const definitionMap = new DefinitionMap();
22264
22264
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
22265
- definitionMap.set('version', literal('13.3.9'));
22265
+ definitionMap.set('version', literal('13.3.10'));
22266
22266
  definitionMap.set('ngImport', importExpr(Identifiers.core));
22267
22267
  definitionMap.set('type', meta.internalType);
22268
22268
  definitionMap.set('providers', meta.providers);
@@ -22299,7 +22299,7 @@ function compileDeclareNgModuleFromMetadata(meta) {
22299
22299
  function createNgModuleDefinitionMap(meta) {
22300
22300
  const definitionMap = new DefinitionMap();
22301
22301
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
22302
- definitionMap.set('version', literal('13.3.9'));
22302
+ definitionMap.set('version', literal('13.3.10'));
22303
22303
  definitionMap.set('ngImport', importExpr(Identifiers.core));
22304
22304
  definitionMap.set('type', meta.internalType);
22305
22305
  // We only generate the keys in the metadata if the arrays contain values.
@@ -22357,7 +22357,7 @@ function compileDeclarePipeFromMetadata(meta) {
22357
22357
  function createPipeDefinitionMap(meta) {
22358
22358
  const definitionMap = new DefinitionMap();
22359
22359
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION));
22360
- definitionMap.set('version', literal('13.3.9'));
22360
+ definitionMap.set('version', literal('13.3.10'));
22361
22361
  definitionMap.set('ngImport', importExpr(Identifiers.core));
22362
22362
  // e.g. `type: MyPipe`
22363
22363
  definitionMap.set('type', meta.internalType);