@angular-eslint/bundled-angular-compiler 21.1.1-alpha.11 → 21.1.1-alpha.12
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.
- package/dist/index.js +11 -14
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -286,7 +286,7 @@ __export(index_exports, {
|
|
|
286
286
|
});
|
|
287
287
|
module.exports = __toCommonJS(index_exports);
|
|
288
288
|
|
|
289
|
-
// ../../node_modules/.pnpm/@angular+compiler@21.1.
|
|
289
|
+
// ../../node_modules/.pnpm/@angular+compiler@21.1.1/node_modules/@angular/compiler/fesm2022/compiler.mjs
|
|
290
290
|
var _SELECTOR_REGEXP = new RegExp(`(\\:not\\()|(([\\.\\#]?)[-\\w]+)|(?:\\[([-.\\w*\\\\$]+)(?:=(["']?)([^\\]"']*)\\5)?\\])|(\\))|(\\s*,\\s*)`, "g");
|
|
291
291
|
var CssSelector = class _CssSelector {
|
|
292
292
|
static {
|
|
@@ -2782,9 +2782,6 @@ var Identifiers = class {
|
|
|
2782
2782
|
static {
|
|
2783
2783
|
__name(this, "Identifiers");
|
|
2784
2784
|
}
|
|
2785
|
-
static NEW_METHOD = "factory";
|
|
2786
|
-
static TRANSFORM_METHOD = "transform";
|
|
2787
|
-
static PATCH_DEPS = "patchedDeps";
|
|
2788
2785
|
static core = {
|
|
2789
2786
|
name: null,
|
|
2790
2787
|
moduleName: CORE
|
|
@@ -30087,7 +30084,7 @@ var MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION = "18.0.0";
|
|
|
30087
30084
|
function compileDeclareClassMetadata(metadata) {
|
|
30088
30085
|
const definitionMap = new DefinitionMap();
|
|
30089
30086
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
30090
|
-
definitionMap.set("version", literal("21.1.
|
|
30087
|
+
definitionMap.set("version", literal("21.1.1"));
|
|
30091
30088
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30092
30089
|
definitionMap.set("type", metadata.type);
|
|
30093
30090
|
definitionMap.set("decorators", metadata.decorators);
|
|
@@ -30106,7 +30103,7 @@ function compileComponentDeclareClassMetadata(metadata, dependencies) {
|
|
|
30106
30103
|
callbackReturnDefinitionMap.set("ctorParameters", metadata.ctorParameters ?? literal(null));
|
|
30107
30104
|
callbackReturnDefinitionMap.set("propDecorators", metadata.propDecorators ?? literal(null));
|
|
30108
30105
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
|
|
30109
|
-
definitionMap.set("version", literal("21.1.
|
|
30106
|
+
definitionMap.set("version", literal("21.1.1"));
|
|
30110
30107
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30111
30108
|
definitionMap.set("type", metadata.type);
|
|
30112
30109
|
definitionMap.set("resolveDeferredDeps", compileComponentMetadataAsyncResolver(dependencies));
|
|
@@ -30183,7 +30180,7 @@ function createDirectiveDefinitionMap(meta) {
|
|
|
30183
30180
|
const definitionMap = new DefinitionMap();
|
|
30184
30181
|
const minVersion = getMinimumVersionForPartialOutput(meta);
|
|
30185
30182
|
definitionMap.set("minVersion", literal(minVersion));
|
|
30186
|
-
definitionMap.set("version", literal("21.1.
|
|
30183
|
+
definitionMap.set("version", literal("21.1.1"));
|
|
30187
30184
|
definitionMap.set("type", meta.type.value);
|
|
30188
30185
|
if (meta.isStandalone !== void 0) {
|
|
30189
30186
|
definitionMap.set("isStandalone", literal(meta.isStandalone));
|
|
@@ -30532,7 +30529,7 @@ var MINIMUM_PARTIAL_LINKER_VERSION$4 = "12.0.0";
|
|
|
30532
30529
|
function compileDeclareFactoryFunction(meta) {
|
|
30533
30530
|
const definitionMap = new DefinitionMap();
|
|
30534
30531
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
30535
|
-
definitionMap.set("version", literal("21.1.
|
|
30532
|
+
definitionMap.set("version", literal("21.1.1"));
|
|
30536
30533
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30537
30534
|
definitionMap.set("type", meta.type.value);
|
|
30538
30535
|
definitionMap.set("deps", compileDependencies(meta.deps));
|
|
@@ -30559,7 +30556,7 @@ __name(compileDeclareInjectableFromMetadata, "compileDeclareInjectableFromMetada
|
|
|
30559
30556
|
function createInjectableDefinitionMap(meta) {
|
|
30560
30557
|
const definitionMap = new DefinitionMap();
|
|
30561
30558
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
30562
|
-
definitionMap.set("version", literal("21.1.
|
|
30559
|
+
definitionMap.set("version", literal("21.1.1"));
|
|
30563
30560
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30564
30561
|
definitionMap.set("type", meta.type.value);
|
|
30565
30562
|
if (meta.providedIn !== void 0) {
|
|
@@ -30601,7 +30598,7 @@ __name(compileDeclareInjectorFromMetadata, "compileDeclareInjectorFromMetadata")
|
|
|
30601
30598
|
function createInjectorDefinitionMap(meta) {
|
|
30602
30599
|
const definitionMap = new DefinitionMap();
|
|
30603
30600
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
30604
|
-
definitionMap.set("version", literal("21.1.
|
|
30601
|
+
definitionMap.set("version", literal("21.1.1"));
|
|
30605
30602
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30606
30603
|
definitionMap.set("type", meta.type.value);
|
|
30607
30604
|
definitionMap.set("providers", meta.providers);
|
|
@@ -30629,7 +30626,7 @@ function createNgModuleDefinitionMap(meta) {
|
|
|
30629
30626
|
throw new Error("Invalid path! Local compilation mode should not get into the partial compilation path");
|
|
30630
30627
|
}
|
|
30631
30628
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
30632
|
-
definitionMap.set("version", literal("21.1.
|
|
30629
|
+
definitionMap.set("version", literal("21.1.1"));
|
|
30633
30630
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30634
30631
|
definitionMap.set("type", meta.type.value);
|
|
30635
30632
|
if (meta.bootstrap.length > 0) {
|
|
@@ -30668,7 +30665,7 @@ __name(compileDeclarePipeFromMetadata, "compileDeclarePipeFromMetadata");
|
|
|
30668
30665
|
function createPipeDefinitionMap(meta) {
|
|
30669
30666
|
const definitionMap = new DefinitionMap();
|
|
30670
30667
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
30671
|
-
definitionMap.set("version", literal("21.1.
|
|
30668
|
+
definitionMap.set("version", literal("21.1.1"));
|
|
30672
30669
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30673
30670
|
definitionMap.set("type", meta.type.value);
|
|
30674
30671
|
if (meta.isStandalone !== void 0) {
|
|
@@ -30743,7 +30740,7 @@ function compileHmrUpdateCallback(definitions, constantStatements, meta) {
|
|
|
30743
30740
|
return new DeclareFunctionStmt(`${meta.className}_UpdateMetadata`, params, body, null, StmtModifier.Final);
|
|
30744
30741
|
}
|
|
30745
30742
|
__name(compileHmrUpdateCallback, "compileHmrUpdateCallback");
|
|
30746
|
-
var VERSION = new Version("21.1.
|
|
30743
|
+
var VERSION = new Version("21.1.1");
|
|
30747
30744
|
publishFacade(_global);
|
|
30748
30745
|
// Annotate the CommonJS export names for ESM import in node:
|
|
30749
30746
|
0 && (module.exports = {
|
|
@@ -31014,7 +31011,7 @@ publishFacade(_global);
|
|
|
31014
31011
|
|
|
31015
31012
|
@angular/compiler/fesm2022/compiler.mjs:
|
|
31016
31013
|
(**
|
|
31017
|
-
* @license Angular v21.1.
|
|
31014
|
+
* @license Angular v21.1.1
|
|
31018
31015
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
31019
31016
|
* License: MIT
|
|
31020
31017
|
*)
|