@angular/compiler 15.0.3 → 15.0.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.3
2
+ * @license Angular v15.0.4
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 v15.0.3
2
+ * @license Angular v15.0.4
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -20328,7 +20328,7 @@ function publishFacade(global) {
20328
20328
  * Use of this source code is governed by an MIT-style license that can be
20329
20329
  * found in the LICENSE file at https://angular.io/license
20330
20330
  */
20331
- const VERSION = new Version('15.0.3');
20331
+ const VERSION = new Version('15.0.4');
20332
20332
 
20333
20333
  /**
20334
20334
  * @license
@@ -22360,7 +22360,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$6 = '12.0.0';
22360
22360
  function compileDeclareClassMetadata(metadata) {
22361
22361
  const definitionMap = new DefinitionMap();
22362
22362
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$6));
22363
- definitionMap.set('version', literal('15.0.3'));
22363
+ definitionMap.set('version', literal('15.0.4'));
22364
22364
  definitionMap.set('ngImport', importExpr(Identifiers.core));
22365
22365
  definitionMap.set('type', metadata.type);
22366
22366
  definitionMap.set('decorators', metadata.decorators);
@@ -22477,7 +22477,7 @@ function compileDeclareDirectiveFromMetadata(meta) {
22477
22477
  function createDirectiveDefinitionMap(meta) {
22478
22478
  const definitionMap = new DefinitionMap();
22479
22479
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
22480
- definitionMap.set('version', literal('15.0.3'));
22480
+ definitionMap.set('version', literal('15.0.4'));
22481
22481
  // e.g. `type: MyDirective`
22482
22482
  definitionMap.set('type', meta.internalType);
22483
22483
  if (meta.isStandalone) {
@@ -22716,7 +22716,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$4 = '12.0.0';
22716
22716
  function compileDeclareFactoryFunction(meta) {
22717
22717
  const definitionMap = new DefinitionMap();
22718
22718
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
22719
- definitionMap.set('version', literal('15.0.3'));
22719
+ definitionMap.set('version', literal('15.0.4'));
22720
22720
  definitionMap.set('ngImport', importExpr(Identifiers.core));
22721
22721
  definitionMap.set('type', meta.internalType);
22722
22722
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -22758,7 +22758,7 @@ function compileDeclareInjectableFromMetadata(meta) {
22758
22758
  function createInjectableDefinitionMap(meta) {
22759
22759
  const definitionMap = new DefinitionMap();
22760
22760
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
22761
- definitionMap.set('version', literal('15.0.3'));
22761
+ definitionMap.set('version', literal('15.0.4'));
22762
22762
  definitionMap.set('ngImport', importExpr(Identifiers.core));
22763
22763
  definitionMap.set('type', meta.internalType);
22764
22764
  // Only generate providedIn property if it has a non-null value
@@ -22816,7 +22816,7 @@ function compileDeclareInjectorFromMetadata(meta) {
22816
22816
  function createInjectorDefinitionMap(meta) {
22817
22817
  const definitionMap = new DefinitionMap();
22818
22818
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
22819
- definitionMap.set('version', literal('15.0.3'));
22819
+ definitionMap.set('version', literal('15.0.4'));
22820
22820
  definitionMap.set('ngImport', importExpr(Identifiers.core));
22821
22821
  definitionMap.set('type', meta.internalType);
22822
22822
  definitionMap.set('providers', meta.providers);
@@ -22853,7 +22853,7 @@ function compileDeclareNgModuleFromMetadata(meta) {
22853
22853
  function createNgModuleDefinitionMap(meta) {
22854
22854
  const definitionMap = new DefinitionMap();
22855
22855
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
22856
- definitionMap.set('version', literal('15.0.3'));
22856
+ definitionMap.set('version', literal('15.0.4'));
22857
22857
  definitionMap.set('ngImport', importExpr(Identifiers.core));
22858
22858
  definitionMap.set('type', meta.internalType);
22859
22859
  // We only generate the keys in the metadata if the arrays contain values.
@@ -22911,7 +22911,7 @@ function compileDeclarePipeFromMetadata(meta) {
22911
22911
  function createPipeDefinitionMap(meta) {
22912
22912
  const definitionMap = new DefinitionMap();
22913
22913
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION));
22914
- definitionMap.set('version', literal('15.0.3'));
22914
+ definitionMap.set('version', literal('15.0.4'));
22915
22915
  definitionMap.set('ngImport', importExpr(Identifiers.core));
22916
22916
  // e.g. `type: MyPipe`
22917
22917
  definitionMap.set('type', meta.internalType);