@angular/compiler 19.0.1 → 19.1.0-next.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 v19.0.1
2
+ * @license Angular v19.1.0-next.0
3
3
  * (c) 2010-2024 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -30885,7 +30885,7 @@ function publishFacade(global) {
30885
30885
  * @description
30886
30886
  * Entry point for all public APIs of the compiler package.
30887
30887
  */
30888
- const VERSION = new Version('19.0.1');
30888
+ const VERSION = new Version('19.1.0-next.0');
30889
30889
 
30890
30890
  class CompilerConfig {
30891
30891
  defaultEncapsulation;
@@ -32729,7 +32729,7 @@ const MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION = '18.0.0';
32729
32729
  function compileDeclareClassMetadata(metadata) {
32730
32730
  const definitionMap = new DefinitionMap();
32731
32731
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
32732
- definitionMap.set('version', literal('19.0.1'));
32732
+ definitionMap.set('version', literal('19.1.0-next.0'));
32733
32733
  definitionMap.set('ngImport', importExpr(Identifiers.core));
32734
32734
  definitionMap.set('type', metadata.type);
32735
32735
  definitionMap.set('decorators', metadata.decorators);
@@ -32747,7 +32747,7 @@ function compileComponentDeclareClassMetadata(metadata, dependencies) {
32747
32747
  callbackReturnDefinitionMap.set('ctorParameters', metadata.ctorParameters ?? literal(null));
32748
32748
  callbackReturnDefinitionMap.set('propDecorators', metadata.propDecorators ?? literal(null));
32749
32749
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
32750
- definitionMap.set('version', literal('19.0.1'));
32750
+ definitionMap.set('version', literal('19.1.0-next.0'));
32751
32751
  definitionMap.set('ngImport', importExpr(Identifiers.core));
32752
32752
  definitionMap.set('type', metadata.type);
32753
32753
  definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies));
@@ -32842,7 +32842,7 @@ function createDirectiveDefinitionMap(meta) {
32842
32842
  const definitionMap = new DefinitionMap();
32843
32843
  const minVersion = getMinimumVersionForPartialOutput(meta);
32844
32844
  definitionMap.set('minVersion', literal(minVersion));
32845
- definitionMap.set('version', literal('19.0.1'));
32845
+ definitionMap.set('version', literal('19.1.0-next.0'));
32846
32846
  // e.g. `type: MyDirective`
32847
32847
  definitionMap.set('type', meta.type.value);
32848
32848
  if (meta.isStandalone !== undefined) {
@@ -33261,7 +33261,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$4 = '12.0.0';
33261
33261
  function compileDeclareFactoryFunction(meta) {
33262
33262
  const definitionMap = new DefinitionMap();
33263
33263
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
33264
- definitionMap.set('version', literal('19.0.1'));
33264
+ definitionMap.set('version', literal('19.1.0-next.0'));
33265
33265
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33266
33266
  definitionMap.set('type', meta.type.value);
33267
33267
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -33296,7 +33296,7 @@ function compileDeclareInjectableFromMetadata(meta) {
33296
33296
  function createInjectableDefinitionMap(meta) {
33297
33297
  const definitionMap = new DefinitionMap();
33298
33298
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
33299
- definitionMap.set('version', literal('19.0.1'));
33299
+ definitionMap.set('version', literal('19.1.0-next.0'));
33300
33300
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33301
33301
  definitionMap.set('type', meta.type.value);
33302
33302
  // Only generate providedIn property if it has a non-null value
@@ -33347,7 +33347,7 @@ function compileDeclareInjectorFromMetadata(meta) {
33347
33347
  function createInjectorDefinitionMap(meta) {
33348
33348
  const definitionMap = new DefinitionMap();
33349
33349
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
33350
- definitionMap.set('version', literal('19.0.1'));
33350
+ definitionMap.set('version', literal('19.1.0-next.0'));
33351
33351
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33352
33352
  definitionMap.set('type', meta.type.value);
33353
33353
  definitionMap.set('providers', meta.providers);
@@ -33380,7 +33380,7 @@ function createNgModuleDefinitionMap(meta) {
33380
33380
  throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
33381
33381
  }
33382
33382
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
33383
- definitionMap.set('version', literal('19.0.1'));
33383
+ definitionMap.set('version', literal('19.1.0-next.0'));
33384
33384
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33385
33385
  definitionMap.set('type', meta.type.value);
33386
33386
  // We only generate the keys in the metadata if the arrays contain values.
@@ -33431,7 +33431,7 @@ function compileDeclarePipeFromMetadata(meta) {
33431
33431
  function createPipeDefinitionMap(meta) {
33432
33432
  const definitionMap = new DefinitionMap();
33433
33433
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION));
33434
- definitionMap.set('version', literal('19.0.1'));
33434
+ definitionMap.set('version', literal('19.1.0-next.0'));
33435
33435
  definitionMap.set('ngImport', importExpr(Identifiers.core));
33436
33436
  // e.g. `type: MyPipe`
33437
33437
  definitionMap.set('type', meta.type.value);