@angular-eslint/bundled-angular-compiler 18.4.2 → 18.4.3-alpha.1

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.
Files changed (2) hide show
  1. package/dist/index.js +10 -10
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  /**
4
- * @license Angular v18.2.12
4
+ * @license Angular v18.2.13
5
5
  * (c) 2010-2024 Google LLC. https://angular.io/
6
6
  * License: MIT
7
7
  */
@@ -29698,7 +29698,7 @@ function publishFacade(global) {
29698
29698
  * @description
29699
29699
  * Entry point for all public APIs of the compiler package.
29700
29700
  */
29701
- const VERSION = new Version('18.2.12');
29701
+ const VERSION = new Version('18.2.13');
29702
29702
 
29703
29703
  class CompilerConfig {
29704
29704
  constructor({ defaultEncapsulation = exports.ViewEncapsulation.Emulated, preserveWhitespaces, strictInjectionParameters, } = {}) {
@@ -31349,7 +31349,7 @@ const MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION = '18.0.0';
31349
31349
  function compileDeclareClassMetadata(metadata) {
31350
31350
  const definitionMap = new DefinitionMap();
31351
31351
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
31352
- definitionMap.set('version', literal('18.2.12'));
31352
+ definitionMap.set('version', literal('18.2.13'));
31353
31353
  definitionMap.set('ngImport', importExpr(Identifiers.core));
31354
31354
  definitionMap.set('type', metadata.type);
31355
31355
  definitionMap.set('decorators', metadata.decorators);
@@ -31367,7 +31367,7 @@ function compileComponentDeclareClassMetadata(metadata, dependencies) {
31367
31367
  callbackReturnDefinitionMap.set('ctorParameters', metadata.ctorParameters ?? literal(null));
31368
31368
  callbackReturnDefinitionMap.set('propDecorators', metadata.propDecorators ?? literal(null));
31369
31369
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
31370
- definitionMap.set('version', literal('18.2.12'));
31370
+ definitionMap.set('version', literal('18.2.13'));
31371
31371
  definitionMap.set('ngImport', importExpr(Identifiers.core));
31372
31372
  definitionMap.set('type', metadata.type);
31373
31373
  definitionMap.set('resolveDeferredDeps', compileComponentMetadataAsyncResolver(dependencies));
@@ -31462,7 +31462,7 @@ function createDirectiveDefinitionMap(meta) {
31462
31462
  const definitionMap = new DefinitionMap();
31463
31463
  const minVersion = getMinimumVersionForPartialOutput(meta);
31464
31464
  definitionMap.set('minVersion', literal(minVersion));
31465
- definitionMap.set('version', literal('18.2.12'));
31465
+ definitionMap.set('version', literal('18.2.13'));
31466
31466
  // e.g. `type: MyDirective`
31467
31467
  definitionMap.set('type', meta.type.value);
31468
31468
  if (meta.isStandalone) {
@@ -31881,7 +31881,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$4 = '12.0.0';
31881
31881
  function compileDeclareFactoryFunction(meta) {
31882
31882
  const definitionMap = new DefinitionMap();
31883
31883
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
31884
- definitionMap.set('version', literal('18.2.12'));
31884
+ definitionMap.set('version', literal('18.2.13'));
31885
31885
  definitionMap.set('ngImport', importExpr(Identifiers.core));
31886
31886
  definitionMap.set('type', meta.type.value);
31887
31887
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -31916,7 +31916,7 @@ function compileDeclareInjectableFromMetadata(meta) {
31916
31916
  function createInjectableDefinitionMap(meta) {
31917
31917
  const definitionMap = new DefinitionMap();
31918
31918
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
31919
- definitionMap.set('version', literal('18.2.12'));
31919
+ definitionMap.set('version', literal('18.2.13'));
31920
31920
  definitionMap.set('ngImport', importExpr(Identifiers.core));
31921
31921
  definitionMap.set('type', meta.type.value);
31922
31922
  // Only generate providedIn property if it has a non-null value
@@ -31967,7 +31967,7 @@ function compileDeclareInjectorFromMetadata(meta) {
31967
31967
  function createInjectorDefinitionMap(meta) {
31968
31968
  const definitionMap = new DefinitionMap();
31969
31969
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
31970
- definitionMap.set('version', literal('18.2.12'));
31970
+ definitionMap.set('version', literal('18.2.13'));
31971
31971
  definitionMap.set('ngImport', importExpr(Identifiers.core));
31972
31972
  definitionMap.set('type', meta.type.value);
31973
31973
  definitionMap.set('providers', meta.providers);
@@ -32000,7 +32000,7 @@ function createNgModuleDefinitionMap(meta) {
32000
32000
  throw new Error('Invalid path! Local compilation mode should not get into the partial compilation path');
32001
32001
  }
32002
32002
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
32003
- definitionMap.set('version', literal('18.2.12'));
32003
+ definitionMap.set('version', literal('18.2.13'));
32004
32004
  definitionMap.set('ngImport', importExpr(Identifiers.core));
32005
32005
  definitionMap.set('type', meta.type.value);
32006
32006
  // We only generate the keys in the metadata if the arrays contain values.
@@ -32051,7 +32051,7 @@ function compileDeclarePipeFromMetadata(meta) {
32051
32051
  function createPipeDefinitionMap(meta) {
32052
32052
  const definitionMap = new DefinitionMap();
32053
32053
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION));
32054
- definitionMap.set('version', literal('18.2.12'));
32054
+ definitionMap.set('version', literal('18.2.13'));
32055
32055
  definitionMap.set('ngImport', importExpr(Identifiers.core));
32056
32056
  // e.g. `type: MyPipe`
32057
32057
  definitionMap.set('type', meta.type.value);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular-eslint/bundled-angular-compiler",
3
- "version": "18.4.2",
3
+ "version": "18.4.3-alpha.1",
4
4
  "description": "A CJS bundled version of @angular/compiler",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",