@angular-eslint/bundled-angular-compiler 21.3.1-alpha.0 → 21.3.1-alpha.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.
Files changed (2) hide show
  1. package/dist/index.js +11 -11
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -289,7 +289,7 @@ __export(index_exports, {
289
289
  });
290
290
  module.exports = __toCommonJS(index_exports);
291
291
 
292
- // ../../node_modules/.pnpm/@angular+compiler@21.2.0/node_modules/@angular/compiler/fesm2022/compiler.mjs
292
+ // ../../node_modules/.pnpm/@angular+compiler@21.2.1/node_modules/@angular/compiler/fesm2022/compiler.mjs
293
293
  var _SELECTOR_REGEXP = new RegExp(`(\\:not\\()|(([\\.\\#]?)[-\\w]+)|(?:\\[([-.\\w*\\\\$]+)(?:=(["']?)([^\\]"']*)\\5)?\\])|(\\))|(\\s*,\\s*)`, "g");
294
294
  var CssSelector = class _CssSelector {
295
295
  static {
@@ -30443,7 +30443,7 @@ var MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION = "18.0.0";
30443
30443
  function compileDeclareClassMetadata(metadata) {
30444
30444
  const definitionMap = new DefinitionMap();
30445
30445
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
30446
- definitionMap.set("version", literal("21.2.0"));
30446
+ definitionMap.set("version", literal("21.2.1"));
30447
30447
  definitionMap.set("ngImport", importExpr(Identifiers.core));
30448
30448
  definitionMap.set("type", metadata.type);
30449
30449
  definitionMap.set("decorators", metadata.decorators);
@@ -30462,7 +30462,7 @@ function compileComponentDeclareClassMetadata(metadata, dependencies) {
30462
30462
  callbackReturnDefinitionMap.set("ctorParameters", metadata.ctorParameters ?? literal(null));
30463
30463
  callbackReturnDefinitionMap.set("propDecorators", metadata.propDecorators ?? literal(null));
30464
30464
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
30465
- definitionMap.set("version", literal("21.2.0"));
30465
+ definitionMap.set("version", literal("21.2.1"));
30466
30466
  definitionMap.set("ngImport", importExpr(Identifiers.core));
30467
30467
  definitionMap.set("type", metadata.type);
30468
30468
  definitionMap.set("resolveDeferredDeps", compileComponentMetadataAsyncResolver(dependencies));
@@ -30539,7 +30539,7 @@ function createDirectiveDefinitionMap(meta) {
30539
30539
  const definitionMap = new DefinitionMap();
30540
30540
  const minVersion = getMinimumVersionForPartialOutput(meta);
30541
30541
  definitionMap.set("minVersion", literal(minVersion));
30542
- definitionMap.set("version", literal("21.2.0"));
30542
+ definitionMap.set("version", literal("21.2.1"));
30543
30543
  definitionMap.set("type", meta.type.value);
30544
30544
  if (meta.isStandalone !== void 0) {
30545
30545
  definitionMap.set("isStandalone", literal(meta.isStandalone));
@@ -30895,7 +30895,7 @@ var MINIMUM_PARTIAL_LINKER_VERSION$4 = "12.0.0";
30895
30895
  function compileDeclareFactoryFunction(meta) {
30896
30896
  const definitionMap = new DefinitionMap();
30897
30897
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
30898
- definitionMap.set("version", literal("21.2.0"));
30898
+ definitionMap.set("version", literal("21.2.1"));
30899
30899
  definitionMap.set("ngImport", importExpr(Identifiers.core));
30900
30900
  definitionMap.set("type", meta.type.value);
30901
30901
  definitionMap.set("deps", compileDependencies(meta.deps));
@@ -30922,7 +30922,7 @@ __name(compileDeclareInjectableFromMetadata, "compileDeclareInjectableFromMetada
30922
30922
  function createInjectableDefinitionMap(meta) {
30923
30923
  const definitionMap = new DefinitionMap();
30924
30924
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
30925
- definitionMap.set("version", literal("21.2.0"));
30925
+ definitionMap.set("version", literal("21.2.1"));
30926
30926
  definitionMap.set("ngImport", importExpr(Identifiers.core));
30927
30927
  definitionMap.set("type", meta.type.value);
30928
30928
  if (meta.providedIn !== void 0) {
@@ -30964,7 +30964,7 @@ __name(compileDeclareInjectorFromMetadata, "compileDeclareInjectorFromMetadata")
30964
30964
  function createInjectorDefinitionMap(meta) {
30965
30965
  const definitionMap = new DefinitionMap();
30966
30966
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
30967
- definitionMap.set("version", literal("21.2.0"));
30967
+ definitionMap.set("version", literal("21.2.1"));
30968
30968
  definitionMap.set("ngImport", importExpr(Identifiers.core));
30969
30969
  definitionMap.set("type", meta.type.value);
30970
30970
  definitionMap.set("providers", meta.providers);
@@ -30992,7 +30992,7 @@ function createNgModuleDefinitionMap(meta) {
30992
30992
  throw new Error("Invalid path! Local compilation mode should not get into the partial compilation path");
30993
30993
  }
30994
30994
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
30995
- definitionMap.set("version", literal("21.2.0"));
30995
+ definitionMap.set("version", literal("21.2.1"));
30996
30996
  definitionMap.set("ngImport", importExpr(Identifiers.core));
30997
30997
  definitionMap.set("type", meta.type.value);
30998
30998
  if (meta.bootstrap.length > 0) {
@@ -31031,7 +31031,7 @@ __name(compileDeclarePipeFromMetadata, "compileDeclarePipeFromMetadata");
31031
31031
  function createPipeDefinitionMap(meta) {
31032
31032
  const definitionMap = new DefinitionMap();
31033
31033
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION));
31034
- definitionMap.set("version", literal("21.2.0"));
31034
+ definitionMap.set("version", literal("21.2.1"));
31035
31035
  definitionMap.set("ngImport", importExpr(Identifiers.core));
31036
31036
  definitionMap.set("type", meta.type.value);
31037
31037
  if (meta.isStandalone !== void 0) {
@@ -31106,7 +31106,7 @@ function compileHmrUpdateCallback(definitions, constantStatements, meta) {
31106
31106
  return new DeclareFunctionStmt(`${meta.className}_UpdateMetadata`, params, body, null, StmtModifier.Final);
31107
31107
  }
31108
31108
  __name(compileHmrUpdateCallback, "compileHmrUpdateCallback");
31109
- var VERSION = new Version("21.2.0");
31109
+ var VERSION = new Version("21.2.1");
31110
31110
  publishFacade(_global);
31111
31111
  // Annotate the CommonJS export names for ESM import in node:
31112
31112
  0 && (module.exports = {
@@ -31380,7 +31380,7 @@ publishFacade(_global);
31380
31380
 
31381
31381
  @angular/compiler/fesm2022/compiler.mjs:
31382
31382
  (**
31383
- * @license Angular v21.2.0
31383
+ * @license Angular v21.2.1
31384
31384
  * (c) 2010-2026 Google LLC. https://angular.dev/
31385
31385
  * License: MIT
31386
31386
  *)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular-eslint/bundled-angular-compiler",
3
- "version": "21.3.1-alpha.0",
3
+ "version": "21.3.1-alpha.10",
4
4
  "description": "A CJS bundled version of @angular/compiler",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",