@angular-eslint/bundled-angular-compiler 20.1.2-alpha.8 → 20.1.2-alpha.9

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
@@ -283,7 +283,7 @@ __export(index_exports, {
283
283
  });
284
284
  module.exports = __toCommonJS(index_exports);
285
285
 
286
- // ../../node_modules/.pnpm/@angular+compiler@20.0.5/node_modules/@angular/compiler/fesm2022/compiler.mjs
286
+ // ../../node_modules/.pnpm/@angular+compiler@20.0.6/node_modules/@angular/compiler/fesm2022/compiler.mjs
287
287
  var _SELECTOR_REGEXP = new RegExp(
288
288
  `(\\:not\\()|(([\\.\\#]?)[-\\w]+)|(?:\\[([-.\\w*\\\\$]+)(?:=(["']?)([^\\]"']*)\\5)?\\])|(\\))|(\\s*,\\s*)`,
289
289
  // 8: ","
@@ -30523,7 +30523,7 @@ var MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION = "18.0.0";
30523
30523
  function compileDeclareClassMetadata(metadata) {
30524
30524
  const definitionMap = new DefinitionMap();
30525
30525
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
30526
- definitionMap.set("version", literal("20.0.5"));
30526
+ definitionMap.set("version", literal("20.0.6"));
30527
30527
  definitionMap.set("ngImport", importExpr(Identifiers.core));
30528
30528
  definitionMap.set("type", metadata.type);
30529
30529
  definitionMap.set("decorators", metadata.decorators);
@@ -30542,7 +30542,7 @@ function compileComponentDeclareClassMetadata(metadata, dependencies) {
30542
30542
  callbackReturnDefinitionMap.set("ctorParameters", metadata.ctorParameters ?? literal(null));
30543
30543
  callbackReturnDefinitionMap.set("propDecorators", metadata.propDecorators ?? literal(null));
30544
30544
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
30545
- definitionMap.set("version", literal("20.0.5"));
30545
+ definitionMap.set("version", literal("20.0.6"));
30546
30546
  definitionMap.set("ngImport", importExpr(Identifiers.core));
30547
30547
  definitionMap.set("type", metadata.type);
30548
30548
  definitionMap.set("resolveDeferredDeps", compileComponentMetadataAsyncResolver(dependencies));
@@ -30611,7 +30611,7 @@ function createDirectiveDefinitionMap(meta) {
30611
30611
  const definitionMap = new DefinitionMap();
30612
30612
  const minVersion = getMinimumVersionForPartialOutput(meta);
30613
30613
  definitionMap.set("minVersion", literal(minVersion));
30614
- definitionMap.set("version", literal("20.0.5"));
30614
+ definitionMap.set("version", literal("20.0.6"));
30615
30615
  definitionMap.set("type", meta.type.value);
30616
30616
  if (meta.isStandalone !== void 0) {
30617
30617
  definitionMap.set("isStandalone", literal(meta.isStandalone));
@@ -30938,7 +30938,7 @@ var MINIMUM_PARTIAL_LINKER_VERSION$4 = "12.0.0";
30938
30938
  function compileDeclareFactoryFunction(meta) {
30939
30939
  const definitionMap = new DefinitionMap();
30940
30940
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
30941
- definitionMap.set("version", literal("20.0.5"));
30941
+ definitionMap.set("version", literal("20.0.6"));
30942
30942
  definitionMap.set("ngImport", importExpr(Identifiers.core));
30943
30943
  definitionMap.set("type", meta.type.value);
30944
30944
  definitionMap.set("deps", compileDependencies(meta.deps));
@@ -30961,7 +30961,7 @@ __name(compileDeclareInjectableFromMetadata, "compileDeclareInjectableFromMetada
30961
30961
  function createInjectableDefinitionMap(meta) {
30962
30962
  const definitionMap = new DefinitionMap();
30963
30963
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
30964
- definitionMap.set("version", literal("20.0.5"));
30964
+ definitionMap.set("version", literal("20.0.6"));
30965
30965
  definitionMap.set("ngImport", importExpr(Identifiers.core));
30966
30966
  definitionMap.set("type", meta.type.value);
30967
30967
  if (meta.providedIn !== void 0) {
@@ -30999,7 +30999,7 @@ __name(compileDeclareInjectorFromMetadata, "compileDeclareInjectorFromMetadata")
30999
30999
  function createInjectorDefinitionMap(meta) {
31000
31000
  const definitionMap = new DefinitionMap();
31001
31001
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
31002
- definitionMap.set("version", literal("20.0.5"));
31002
+ definitionMap.set("version", literal("20.0.6"));
31003
31003
  definitionMap.set("ngImport", importExpr(Identifiers.core));
31004
31004
  definitionMap.set("type", meta.type.value);
31005
31005
  definitionMap.set("providers", meta.providers);
@@ -31023,7 +31023,7 @@ function createNgModuleDefinitionMap(meta) {
31023
31023
  throw new Error("Invalid path! Local compilation mode should not get into the partial compilation path");
31024
31024
  }
31025
31025
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
31026
- definitionMap.set("version", literal("20.0.5"));
31026
+ definitionMap.set("version", literal("20.0.6"));
31027
31027
  definitionMap.set("ngImport", importExpr(Identifiers.core));
31028
31028
  definitionMap.set("type", meta.type.value);
31029
31029
  if (meta.bootstrap.length > 0) {
@@ -31058,7 +31058,7 @@ __name(compileDeclarePipeFromMetadata, "compileDeclarePipeFromMetadata");
31058
31058
  function createPipeDefinitionMap(meta) {
31059
31059
  const definitionMap = new DefinitionMap();
31060
31060
  definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION));
31061
- definitionMap.set("version", literal("20.0.5"));
31061
+ definitionMap.set("version", literal("20.0.6"));
31062
31062
  definitionMap.set("ngImport", importExpr(Identifiers.core));
31063
31063
  definitionMap.set("type", meta.type.value);
31064
31064
  if (meta.isStandalone !== void 0) {
@@ -31155,7 +31155,7 @@ function compileHmrUpdateCallback(definitions, constantStatements, meta) {
31155
31155
  return new DeclareFunctionStmt(`${meta.className}_UpdateMetadata`, params, body, null, StmtModifier.Final);
31156
31156
  }
31157
31157
  __name(compileHmrUpdateCallback, "compileHmrUpdateCallback");
31158
- var VERSION = new Version("20.0.5");
31158
+ var VERSION = new Version("20.0.6");
31159
31159
  publishFacade(_global);
31160
31160
  // Annotate the CommonJS export names for ESM import in node:
31161
31161
  0 && (module.exports = {
@@ -31423,7 +31423,7 @@ publishFacade(_global);
31423
31423
 
31424
31424
  @angular/compiler/fesm2022/compiler.mjs:
31425
31425
  (**
31426
- * @license Angular v20.0.5
31426
+ * @license Angular v20.0.6
31427
31427
  * (c) 2010-2025 Google LLC. https://angular.io/
31428
31428
  * License: MIT
31429
31429
  *)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular-eslint/bundled-angular-compiler",
3
- "version": "20.1.2-alpha.8",
3
+ "version": "20.1.2-alpha.9",
4
4
  "description": "A CJS bundled version of @angular/compiler",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",