@angular-eslint/bundled-angular-compiler 21.4.1-alpha.3 → 21.4.1-alpha.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.
Files changed (2) hide show
  1. package/dist/index.js +11 -11
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -291,7 +291,7 @@ __export(index_exports, {
291
291
  });
292
292
  module.exports = __toCommonJS(index_exports);
293
293
 
294
- // ../../node_modules/.pnpm/@angular+compiler@21.2.11/node_modules/@angular/compiler/fesm2022/compiler.mjs
294
+ // ../../node_modules/.pnpm/@angular+compiler@21.2.12/node_modules/@angular/compiler/fesm2022/compiler.mjs
295
295
  var _SELECTOR_REGEXP = new RegExp(`(\\:not\\()|(([\\.\\#]?)[-\\w]+)|(?:\\[([-.\\w*\\\\$]+)(?:=(["']?)([^\\]"']*)\\5)?\\])|(\\))|(\\s*,\\s*)`, "g");
296
296
  var CssSelector = class _CssSelector {
297
297
  static {
@@ -30524,7 +30524,7 @@ var MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION = "18.0.0";
30524
30524
  function compileDeclareClassMetadata(metadata) {
30525
30525
  const definitionMap = new DefinitionMap();
30526
30526
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
30527
- definitionMap.set("version", literal("21.2.11"));
30527
+ definitionMap.set("version", literal("21.2.12"));
30528
30528
  definitionMap.set("ngImport", importExpr(Identifiers.core));
30529
30529
  definitionMap.set("type", metadata.type);
30530
30530
  definitionMap.set("decorators", metadata.decorators);
@@ -30543,7 +30543,7 @@ function compileComponentDeclareClassMetadata(metadata, dependencies) {
30543
30543
  callbackReturnDefinitionMap.set("ctorParameters", metadata.ctorParameters ?? literal(null));
30544
30544
  callbackReturnDefinitionMap.set("propDecorators", metadata.propDecorators ?? literal(null));
30545
30545
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
30546
- definitionMap.set("version", literal("21.2.11"));
30546
+ definitionMap.set("version", literal("21.2.12"));
30547
30547
  definitionMap.set("ngImport", importExpr(Identifiers.core));
30548
30548
  definitionMap.set("type", metadata.type);
30549
30549
  definitionMap.set("resolveDeferredDeps", compileComponentMetadataAsyncResolver(dependencies));
@@ -30620,7 +30620,7 @@ function createDirectiveDefinitionMap(meta) {
30620
30620
  const definitionMap = new DefinitionMap();
30621
30621
  const minVersion = getMinimumVersionForPartialOutput(meta);
30622
30622
  definitionMap.set("minVersion", literal(minVersion));
30623
- definitionMap.set("version", literal("21.2.11"));
30623
+ definitionMap.set("version", literal("21.2.12"));
30624
30624
  definitionMap.set("type", meta.type.value);
30625
30625
  if (meta.isStandalone !== void 0) {
30626
30626
  definitionMap.set("isStandalone", literal(meta.isStandalone));
@@ -30976,7 +30976,7 @@ var MINIMUM_PARTIAL_LINKER_VERSION$4 = "12.0.0";
30976
30976
  function compileDeclareFactoryFunction(meta) {
30977
30977
  const definitionMap = new DefinitionMap();
30978
30978
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
30979
- definitionMap.set("version", literal("21.2.11"));
30979
+ definitionMap.set("version", literal("21.2.12"));
30980
30980
  definitionMap.set("ngImport", importExpr(Identifiers.core));
30981
30981
  definitionMap.set("type", meta.type.value);
30982
30982
  definitionMap.set("deps", compileDependencies(meta.deps));
@@ -31003,7 +31003,7 @@ __name(compileDeclareInjectableFromMetadata, "compileDeclareInjectableFromMetada
31003
31003
  function createInjectableDefinitionMap(meta) {
31004
31004
  const definitionMap = new DefinitionMap();
31005
31005
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
31006
- definitionMap.set("version", literal("21.2.11"));
31006
+ definitionMap.set("version", literal("21.2.12"));
31007
31007
  definitionMap.set("ngImport", importExpr(Identifiers.core));
31008
31008
  definitionMap.set("type", meta.type.value);
31009
31009
  if (meta.providedIn !== void 0) {
@@ -31045,7 +31045,7 @@ __name(compileDeclareInjectorFromMetadata, "compileDeclareInjectorFromMetadata")
31045
31045
  function createInjectorDefinitionMap(meta) {
31046
31046
  const definitionMap = new DefinitionMap();
31047
31047
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
31048
- definitionMap.set("version", literal("21.2.11"));
31048
+ definitionMap.set("version", literal("21.2.12"));
31049
31049
  definitionMap.set("ngImport", importExpr(Identifiers.core));
31050
31050
  definitionMap.set("type", meta.type.value);
31051
31051
  definitionMap.set("providers", meta.providers);
@@ -31073,7 +31073,7 @@ function createNgModuleDefinitionMap(meta) {
31073
31073
  throw new Error("Invalid path! Local compilation mode should not get into the partial compilation path");
31074
31074
  }
31075
31075
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
31076
- definitionMap.set("version", literal("21.2.11"));
31076
+ definitionMap.set("version", literal("21.2.12"));
31077
31077
  definitionMap.set("ngImport", importExpr(Identifiers.core));
31078
31078
  definitionMap.set("type", meta.type.value);
31079
31079
  if (meta.bootstrap.length > 0) {
@@ -31112,7 +31112,7 @@ __name(compileDeclarePipeFromMetadata, "compileDeclarePipeFromMetadata");
31112
31112
  function createPipeDefinitionMap(meta) {
31113
31113
  const definitionMap = new DefinitionMap();
31114
31114
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION));
31115
- definitionMap.set("version", literal("21.2.11"));
31115
+ definitionMap.set("version", literal("21.2.12"));
31116
31116
  definitionMap.set("ngImport", importExpr(Identifiers.core));
31117
31117
  definitionMap.set("type", meta.type.value);
31118
31118
  if (meta.isStandalone !== void 0) {
@@ -31192,7 +31192,7 @@ var MatchSource;
31192
31192
  MatchSource2[MatchSource2["Selector"] = 0] = "Selector";
31193
31193
  MatchSource2[MatchSource2["HostDirective"] = 1] = "HostDirective";
31194
31194
  })(MatchSource || (MatchSource = {}));
31195
- var VERSION = new Version("21.2.11");
31195
+ var VERSION = new Version("21.2.12");
31196
31196
  publishFacade(_global);
31197
31197
  // Annotate the CommonJS export names for ESM import in node:
31198
31198
  0 && (module.exports = {
@@ -31468,7 +31468,7 @@ publishFacade(_global);
31468
31468
 
31469
31469
  @angular/compiler/fesm2022/compiler.mjs:
31470
31470
  (**
31471
- * @license Angular v21.2.11
31471
+ * @license Angular v21.2.12
31472
31472
  * (c) 2010-2026 Google LLC. https://angular.dev/
31473
31473
  * License: MIT
31474
31474
  *)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular-eslint/bundled-angular-compiler",
3
- "version": "21.4.1-alpha.3",
3
+ "version": "21.4.1-alpha.4",
4
4
  "description": "A CJS bundled version of @angular/compiler",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",