@angular-eslint/bundled-angular-compiler 19.4.1-alpha.3 → 19.4.1-alpha.5
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 -11
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -269,7 +269,7 @@ __export(index_exports, {
|
|
|
269
269
|
});
|
|
270
270
|
module.exports = __toCommonJS(index_exports);
|
|
271
271
|
|
|
272
|
-
// ../../node_modules/.pnpm/@angular+compiler@19.2.
|
|
272
|
+
// ../../node_modules/.pnpm/@angular+compiler@19.2.11/node_modules/@angular/compiler/fesm2022/compiler.mjs
|
|
273
273
|
var _SELECTOR_REGEXP = new RegExp(
|
|
274
274
|
`(\\:not\\()|(([\\.\\#]?)[-\\w]+)|(?:\\[([-.\\w*\\\\$]+)(?:=(["']?)([^\\]"']*)\\5)?\\])|(\\))|(\\s*,\\s*)`,
|
|
275
275
|
// 8: ","
|
|
@@ -27869,7 +27869,7 @@ function publishFacade(global) {
|
|
|
27869
27869
|
ng.\u0275compilerFacade = new CompilerFacadeImpl();
|
|
27870
27870
|
}
|
|
27871
27871
|
__name(publishFacade, "publishFacade");
|
|
27872
|
-
var VERSION = new Version("19.2.
|
|
27872
|
+
var VERSION = new Version("19.2.11");
|
|
27873
27873
|
var CompilerConfig = class {
|
|
27874
27874
|
static {
|
|
27875
27875
|
__name(this, "CompilerConfig");
|
|
@@ -29647,7 +29647,7 @@ var MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION = "18.0.0";
|
|
|
29647
29647
|
function compileDeclareClassMetadata(metadata) {
|
|
29648
29648
|
const definitionMap = new DefinitionMap();
|
|
29649
29649
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
29650
|
-
definitionMap.set("version", literal("19.2.
|
|
29650
|
+
definitionMap.set("version", literal("19.2.11"));
|
|
29651
29651
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
29652
29652
|
definitionMap.set("type", metadata.type);
|
|
29653
29653
|
definitionMap.set("decorators", metadata.decorators);
|
|
@@ -29666,7 +29666,7 @@ function compileComponentDeclareClassMetadata(metadata, dependencies) {
|
|
|
29666
29666
|
callbackReturnDefinitionMap.set("ctorParameters", metadata.ctorParameters ?? literal(null));
|
|
29667
29667
|
callbackReturnDefinitionMap.set("propDecorators", metadata.propDecorators ?? literal(null));
|
|
29668
29668
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
|
|
29669
|
-
definitionMap.set("version", literal("19.2.
|
|
29669
|
+
definitionMap.set("version", literal("19.2.11"));
|
|
29670
29670
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
29671
29671
|
definitionMap.set("type", metadata.type);
|
|
29672
29672
|
definitionMap.set("resolveDeferredDeps", compileComponentMetadataAsyncResolver(dependencies));
|
|
@@ -29735,7 +29735,7 @@ function createDirectiveDefinitionMap(meta) {
|
|
|
29735
29735
|
const definitionMap = new DefinitionMap();
|
|
29736
29736
|
const minVersion = getMinimumVersionForPartialOutput(meta);
|
|
29737
29737
|
definitionMap.set("minVersion", literal(minVersion));
|
|
29738
|
-
definitionMap.set("version", literal("19.2.
|
|
29738
|
+
definitionMap.set("version", literal("19.2.11"));
|
|
29739
29739
|
definitionMap.set("type", meta.type.value);
|
|
29740
29740
|
if (meta.isStandalone !== void 0) {
|
|
29741
29741
|
definitionMap.set("isStandalone", literal(meta.isStandalone));
|
|
@@ -30062,7 +30062,7 @@ var MINIMUM_PARTIAL_LINKER_VERSION$4 = "12.0.0";
|
|
|
30062
30062
|
function compileDeclareFactoryFunction(meta) {
|
|
30063
30063
|
const definitionMap = new DefinitionMap();
|
|
30064
30064
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
30065
|
-
definitionMap.set("version", literal("19.2.
|
|
30065
|
+
definitionMap.set("version", literal("19.2.11"));
|
|
30066
30066
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30067
30067
|
definitionMap.set("type", meta.type.value);
|
|
30068
30068
|
definitionMap.set("deps", compileDependencies(meta.deps));
|
|
@@ -30085,7 +30085,7 @@ __name(compileDeclareInjectableFromMetadata, "compileDeclareInjectableFromMetada
|
|
|
30085
30085
|
function createInjectableDefinitionMap(meta) {
|
|
30086
30086
|
const definitionMap = new DefinitionMap();
|
|
30087
30087
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
30088
|
-
definitionMap.set("version", literal("19.2.
|
|
30088
|
+
definitionMap.set("version", literal("19.2.11"));
|
|
30089
30089
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30090
30090
|
definitionMap.set("type", meta.type.value);
|
|
30091
30091
|
if (meta.providedIn !== void 0) {
|
|
@@ -30123,7 +30123,7 @@ __name(compileDeclareInjectorFromMetadata, "compileDeclareInjectorFromMetadata")
|
|
|
30123
30123
|
function createInjectorDefinitionMap(meta) {
|
|
30124
30124
|
const definitionMap = new DefinitionMap();
|
|
30125
30125
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
30126
|
-
definitionMap.set("version", literal("19.2.
|
|
30126
|
+
definitionMap.set("version", literal("19.2.11"));
|
|
30127
30127
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30128
30128
|
definitionMap.set("type", meta.type.value);
|
|
30129
30129
|
definitionMap.set("providers", meta.providers);
|
|
@@ -30147,7 +30147,7 @@ function createNgModuleDefinitionMap(meta) {
|
|
|
30147
30147
|
throw new Error("Invalid path! Local compilation mode should not get into the partial compilation path");
|
|
30148
30148
|
}
|
|
30149
30149
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
30150
|
-
definitionMap.set("version", literal("19.2.
|
|
30150
|
+
definitionMap.set("version", literal("19.2.11"));
|
|
30151
30151
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30152
30152
|
definitionMap.set("type", meta.type.value);
|
|
30153
30153
|
if (meta.bootstrap.length > 0) {
|
|
@@ -30182,7 +30182,7 @@ __name(compileDeclarePipeFromMetadata, "compileDeclarePipeFromMetadata");
|
|
|
30182
30182
|
function createPipeDefinitionMap(meta) {
|
|
30183
30183
|
const definitionMap = new DefinitionMap();
|
|
30184
30184
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
30185
|
-
definitionMap.set("version", literal("19.2.
|
|
30185
|
+
definitionMap.set("version", literal("19.2.11"));
|
|
30186
30186
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30187
30187
|
definitionMap.set("type", meta.type.value);
|
|
30188
30188
|
if (meta.isStandalone !== void 0) {
|
|
@@ -30448,7 +30448,7 @@ publishFacade(_global);
|
|
|
30448
30448
|
|
|
30449
30449
|
@angular/compiler/fesm2022/compiler.mjs:
|
|
30450
30450
|
(**
|
|
30451
|
-
* @license Angular v19.2.
|
|
30451
|
+
* @license Angular v19.2.11
|
|
30452
30452
|
* (c) 2010-2025 Google LLC. https://angular.io/
|
|
30453
30453
|
* License: MIT
|
|
30454
30454
|
*)
|