@angular/compiler 15.0.0-next.3 → 15.0.0-next.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.0-next.3
2
+ * @license Angular v15.0.0-next.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.0-next.3
2
+ * @license Angular v15.0.0-next.4
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -20008,7 +20008,7 @@ function publishFacade(global) {
20008
20008
  * Use of this source code is governed by an MIT-style license that can be
20009
20009
  * found in the LICENSE file at https://angular.io/license
20010
20010
  */
20011
- const VERSION = new Version('15.0.0-next.3');
20011
+ const VERSION = new Version('15.0.0-next.4');
20012
20012
 
20013
20013
  /**
20014
20014
  * @license
@@ -20018,10 +20018,9 @@ const VERSION = new Version('15.0.0-next.3');
20018
20018
  * found in the LICENSE file at https://angular.io/license
20019
20019
  */
20020
20020
  class CompilerConfig {
20021
- constructor({ defaultEncapsulation = ViewEncapsulation.Emulated, useJit = true, jitDevMode = false, missingTranslation = null, preserveWhitespaces, strictInjectionParameters } = {}) {
20021
+ constructor({ defaultEncapsulation = ViewEncapsulation.Emulated, useJit = true, missingTranslation = null, preserveWhitespaces, strictInjectionParameters } = {}) {
20022
20022
  this.defaultEncapsulation = defaultEncapsulation;
20023
20023
  this.useJit = !!useJit;
20024
- this.jitDevMode = !!jitDevMode;
20025
20024
  this.missingTranslation = missingTranslation;
20026
20025
  this.preserveWhitespaces = preserveWhitespacesDefault(noUndefined(preserveWhitespaces));
20027
20026
  this.strictInjectionParameters = strictInjectionParameters === true;
@@ -22041,7 +22040,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$6 = '12.0.0';
22041
22040
  function compileDeclareClassMetadata(metadata) {
22042
22041
  const definitionMap = new DefinitionMap();
22043
22042
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$6));
22044
- definitionMap.set('version', literal('15.0.0-next.3'));
22043
+ definitionMap.set('version', literal('15.0.0-next.4'));
22045
22044
  definitionMap.set('ngImport', importExpr(Identifiers.core));
22046
22045
  definitionMap.set('type', metadata.type);
22047
22046
  definitionMap.set('decorators', metadata.decorators);
@@ -22158,7 +22157,7 @@ function compileDeclareDirectiveFromMetadata(meta) {
22158
22157
  function createDirectiveDefinitionMap(meta) {
22159
22158
  const definitionMap = new DefinitionMap();
22160
22159
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
22161
- definitionMap.set('version', literal('15.0.0-next.3'));
22160
+ definitionMap.set('version', literal('15.0.0-next.4'));
22162
22161
  // e.g. `type: MyDirective`
22163
22162
  definitionMap.set('type', meta.internalType);
22164
22163
  if (meta.isStandalone) {
@@ -22397,7 +22396,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$4 = '12.0.0';
22397
22396
  function compileDeclareFactoryFunction(meta) {
22398
22397
  const definitionMap = new DefinitionMap();
22399
22398
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
22400
- definitionMap.set('version', literal('15.0.0-next.3'));
22399
+ definitionMap.set('version', literal('15.0.0-next.4'));
22401
22400
  definitionMap.set('ngImport', importExpr(Identifiers.core));
22402
22401
  definitionMap.set('type', meta.internalType);
22403
22402
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -22439,7 +22438,7 @@ function compileDeclareInjectableFromMetadata(meta) {
22439
22438
  function createInjectableDefinitionMap(meta) {
22440
22439
  const definitionMap = new DefinitionMap();
22441
22440
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
22442
- definitionMap.set('version', literal('15.0.0-next.3'));
22441
+ definitionMap.set('version', literal('15.0.0-next.4'));
22443
22442
  definitionMap.set('ngImport', importExpr(Identifiers.core));
22444
22443
  definitionMap.set('type', meta.internalType);
22445
22444
  // Only generate providedIn property if it has a non-null value
@@ -22497,7 +22496,7 @@ function compileDeclareInjectorFromMetadata(meta) {
22497
22496
  function createInjectorDefinitionMap(meta) {
22498
22497
  const definitionMap = new DefinitionMap();
22499
22498
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
22500
- definitionMap.set('version', literal('15.0.0-next.3'));
22499
+ definitionMap.set('version', literal('15.0.0-next.4'));
22501
22500
  definitionMap.set('ngImport', importExpr(Identifiers.core));
22502
22501
  definitionMap.set('type', meta.internalType);
22503
22502
  definitionMap.set('providers', meta.providers);
@@ -22534,7 +22533,7 @@ function compileDeclareNgModuleFromMetadata(meta) {
22534
22533
  function createNgModuleDefinitionMap(meta) {
22535
22534
  const definitionMap = new DefinitionMap();
22536
22535
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
22537
- definitionMap.set('version', literal('15.0.0-next.3'));
22536
+ definitionMap.set('version', literal('15.0.0-next.4'));
22538
22537
  definitionMap.set('ngImport', importExpr(Identifiers.core));
22539
22538
  definitionMap.set('type', meta.internalType);
22540
22539
  // We only generate the keys in the metadata if the arrays contain values.
@@ -22592,7 +22591,7 @@ function compileDeclarePipeFromMetadata(meta) {
22592
22591
  function createPipeDefinitionMap(meta) {
22593
22592
  const definitionMap = new DefinitionMap();
22594
22593
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION));
22595
- definitionMap.set('version', literal('15.0.0-next.3'));
22594
+ definitionMap.set('version', literal('15.0.0-next.4'));
22596
22595
  definitionMap.set('ngImport', importExpr(Identifiers.core));
22597
22596
  // e.g. `type: MyPipe`
22598
22597
  definitionMap.set('type', meta.internalType);