@angular-eslint/bundled-angular-compiler 19.1.1-alpha.9 → 19.2.1-alpha.0
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 +12 -12
- 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.1/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: ","
|
|
@@ -27876,7 +27876,7 @@ function publishFacade(global) {
|
|
|
27876
27876
|
ng.\u0275compilerFacade = new CompilerFacadeImpl();
|
|
27877
27877
|
}
|
|
27878
27878
|
__name(publishFacade, "publishFacade");
|
|
27879
|
-
var VERSION = new Version("19.2.
|
|
27879
|
+
var VERSION = new Version("19.2.1");
|
|
27880
27880
|
var CompilerConfig = class {
|
|
27881
27881
|
static {
|
|
27882
27882
|
__name(this, "CompilerConfig");
|
|
@@ -29654,7 +29654,7 @@ var MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION = "18.0.0";
|
|
|
29654
29654
|
function compileDeclareClassMetadata(metadata) {
|
|
29655
29655
|
const definitionMap = new DefinitionMap();
|
|
29656
29656
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
29657
|
-
definitionMap.set("version", literal("19.2.
|
|
29657
|
+
definitionMap.set("version", literal("19.2.1"));
|
|
29658
29658
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
29659
29659
|
definitionMap.set("type", metadata.type);
|
|
29660
29660
|
definitionMap.set("decorators", metadata.decorators);
|
|
@@ -29673,7 +29673,7 @@ function compileComponentDeclareClassMetadata(metadata, dependencies) {
|
|
|
29673
29673
|
callbackReturnDefinitionMap.set("ctorParameters", metadata.ctorParameters ?? literal(null));
|
|
29674
29674
|
callbackReturnDefinitionMap.set("propDecorators", metadata.propDecorators ?? literal(null));
|
|
29675
29675
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
|
|
29676
|
-
definitionMap.set("version", literal("19.2.
|
|
29676
|
+
definitionMap.set("version", literal("19.2.1"));
|
|
29677
29677
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
29678
29678
|
definitionMap.set("type", metadata.type);
|
|
29679
29679
|
definitionMap.set("resolveDeferredDeps", compileComponentMetadataAsyncResolver(dependencies));
|
|
@@ -29742,7 +29742,7 @@ function createDirectiveDefinitionMap(meta) {
|
|
|
29742
29742
|
const definitionMap = new DefinitionMap();
|
|
29743
29743
|
const minVersion = getMinimumVersionForPartialOutput(meta);
|
|
29744
29744
|
definitionMap.set("minVersion", literal(minVersion));
|
|
29745
|
-
definitionMap.set("version", literal("19.2.
|
|
29745
|
+
definitionMap.set("version", literal("19.2.1"));
|
|
29746
29746
|
definitionMap.set("type", meta.type.value);
|
|
29747
29747
|
if (meta.isStandalone !== void 0) {
|
|
29748
29748
|
definitionMap.set("isStandalone", literal(meta.isStandalone));
|
|
@@ -30070,7 +30070,7 @@ var MINIMUM_PARTIAL_LINKER_VERSION$4 = "12.0.0";
|
|
|
30070
30070
|
function compileDeclareFactoryFunction(meta) {
|
|
30071
30071
|
const definitionMap = new DefinitionMap();
|
|
30072
30072
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
30073
|
-
definitionMap.set("version", literal("19.2.
|
|
30073
|
+
definitionMap.set("version", literal("19.2.1"));
|
|
30074
30074
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30075
30075
|
definitionMap.set("type", meta.type.value);
|
|
30076
30076
|
definitionMap.set("deps", compileDependencies(meta.deps));
|
|
@@ -30093,7 +30093,7 @@ __name(compileDeclareInjectableFromMetadata, "compileDeclareInjectableFromMetada
|
|
|
30093
30093
|
function createInjectableDefinitionMap(meta) {
|
|
30094
30094
|
const definitionMap = new DefinitionMap();
|
|
30095
30095
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
30096
|
-
definitionMap.set("version", literal("19.2.
|
|
30096
|
+
definitionMap.set("version", literal("19.2.1"));
|
|
30097
30097
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30098
30098
|
definitionMap.set("type", meta.type.value);
|
|
30099
30099
|
if (meta.providedIn !== void 0) {
|
|
@@ -30131,7 +30131,7 @@ __name(compileDeclareInjectorFromMetadata, "compileDeclareInjectorFromMetadata")
|
|
|
30131
30131
|
function createInjectorDefinitionMap(meta) {
|
|
30132
30132
|
const definitionMap = new DefinitionMap();
|
|
30133
30133
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
30134
|
-
definitionMap.set("version", literal("19.2.
|
|
30134
|
+
definitionMap.set("version", literal("19.2.1"));
|
|
30135
30135
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30136
30136
|
definitionMap.set("type", meta.type.value);
|
|
30137
30137
|
definitionMap.set("providers", meta.providers);
|
|
@@ -30155,7 +30155,7 @@ function createNgModuleDefinitionMap(meta) {
|
|
|
30155
30155
|
throw new Error("Invalid path! Local compilation mode should not get into the partial compilation path");
|
|
30156
30156
|
}
|
|
30157
30157
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
30158
|
-
definitionMap.set("version", literal("19.2.
|
|
30158
|
+
definitionMap.set("version", literal("19.2.1"));
|
|
30159
30159
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30160
30160
|
definitionMap.set("type", meta.type.value);
|
|
30161
30161
|
if (meta.bootstrap.length > 0) {
|
|
@@ -30190,7 +30190,7 @@ __name(compileDeclarePipeFromMetadata, "compileDeclarePipeFromMetadata");
|
|
|
30190
30190
|
function createPipeDefinitionMap(meta) {
|
|
30191
30191
|
const definitionMap = new DefinitionMap();
|
|
30192
30192
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
30193
|
-
definitionMap.set("version", literal("19.2.
|
|
30193
|
+
definitionMap.set("version", literal("19.2.1"));
|
|
30194
30194
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30195
30195
|
definitionMap.set("type", meta.type.value);
|
|
30196
30196
|
if (meta.isStandalone !== void 0) {
|
|
@@ -30456,8 +30456,8 @@ publishFacade(_global);
|
|
|
30456
30456
|
|
|
30457
30457
|
@angular/compiler/fesm2022/compiler.mjs:
|
|
30458
30458
|
(**
|
|
30459
|
-
* @license Angular v19.2.
|
|
30460
|
-
* (c) 2010-
|
|
30459
|
+
* @license Angular v19.2.1
|
|
30460
|
+
* (c) 2010-2025 Google LLC. https://angular.io/
|
|
30461
30461
|
* License: MIT
|
|
30462
30462
|
*)
|
|
30463
30463
|
|