@angular-eslint/bundled-angular-compiler 19.0.3-alpha.0 → 19.0.3-alpha.1
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 +13 -13
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -267,7 +267,7 @@ __export(src_exports, {
|
|
|
267
267
|
});
|
|
268
268
|
module.exports = __toCommonJS(src_exports);
|
|
269
269
|
|
|
270
|
-
// ../../node_modules/.pnpm/@angular+compiler@19.0.
|
|
270
|
+
// ../../node_modules/.pnpm/@angular+compiler@19.0.6/node_modules/@angular/compiler/fesm2022/compiler.mjs
|
|
271
271
|
var _SELECTOR_REGEXP = new RegExp(
|
|
272
272
|
`(\\:not\\()|(([\\.\\#]?)[-\\w]+)|(?:\\[([-.\\w*\\\\$]+)(?:=(["']?)([^\\]"']*)\\5)?\\])|(\\))|(\\s*,\\s*)`,
|
|
273
273
|
// 8: ","
|
|
@@ -24623,7 +24623,7 @@ function parseForLoopParameters(block, errors, bindingParser) {
|
|
|
24623
24623
|
}
|
|
24624
24624
|
continue;
|
|
24625
24625
|
}
|
|
24626
|
-
errors.push(new ParseError(param.sourceSpan, `Unrecognized @for loop
|
|
24626
|
+
errors.push(new ParseError(param.sourceSpan, `Unrecognized @for loop parameter "${param.expression}"`));
|
|
24627
24627
|
}
|
|
24628
24628
|
return result;
|
|
24629
24629
|
}
|
|
@@ -24740,7 +24740,7 @@ function parseConditionalBlockParameters(block, errors, bindingParser) {
|
|
|
24740
24740
|
const param = block.parameters[i];
|
|
24741
24741
|
const aliasMatch = param.expression.match(CONDITIONAL_ALIAS_PATTERN);
|
|
24742
24742
|
if (aliasMatch === null) {
|
|
24743
|
-
errors.push(new ParseError(param.sourceSpan, `Unrecognized conditional
|
|
24743
|
+
errors.push(new ParseError(param.sourceSpan, `Unrecognized conditional parameter "${param.expression}"`));
|
|
24744
24744
|
} else if (block.name !== "if") {
|
|
24745
24745
|
errors.push(new ParseError(param.sourceSpan, '"as" expression is only allowed on the primary @if block'));
|
|
24746
24746
|
} else if (expressionAlias !== null) {
|
|
@@ -27781,7 +27781,7 @@ function publishFacade(global) {
|
|
|
27781
27781
|
ng.\u0275compilerFacade = new CompilerFacadeImpl();
|
|
27782
27782
|
}
|
|
27783
27783
|
__name(publishFacade, "publishFacade");
|
|
27784
|
-
var VERSION = new Version("19.0.
|
|
27784
|
+
var VERSION = new Version("19.0.6");
|
|
27785
27785
|
var CompilerConfig = class {
|
|
27786
27786
|
static {
|
|
27787
27787
|
__name(this, "CompilerConfig");
|
|
@@ -29547,7 +29547,7 @@ var MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION = "18.0.0";
|
|
|
29547
29547
|
function compileDeclareClassMetadata(metadata) {
|
|
29548
29548
|
const definitionMap = new DefinitionMap();
|
|
29549
29549
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
29550
|
-
definitionMap.set("version", literal("19.0.
|
|
29550
|
+
definitionMap.set("version", literal("19.0.6"));
|
|
29551
29551
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
29552
29552
|
definitionMap.set("type", metadata.type);
|
|
29553
29553
|
definitionMap.set("decorators", metadata.decorators);
|
|
@@ -29566,7 +29566,7 @@ function compileComponentDeclareClassMetadata(metadata, dependencies) {
|
|
|
29566
29566
|
callbackReturnDefinitionMap.set("ctorParameters", metadata.ctorParameters ?? literal(null));
|
|
29567
29567
|
callbackReturnDefinitionMap.set("propDecorators", metadata.propDecorators ?? literal(null));
|
|
29568
29568
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
|
|
29569
|
-
definitionMap.set("version", literal("19.0.
|
|
29569
|
+
definitionMap.set("version", literal("19.0.6"));
|
|
29570
29570
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
29571
29571
|
definitionMap.set("type", metadata.type);
|
|
29572
29572
|
definitionMap.set("resolveDeferredDeps", compileComponentMetadataAsyncResolver(dependencies));
|
|
@@ -29635,7 +29635,7 @@ function createDirectiveDefinitionMap(meta) {
|
|
|
29635
29635
|
const definitionMap = new DefinitionMap();
|
|
29636
29636
|
const minVersion = getMinimumVersionForPartialOutput(meta);
|
|
29637
29637
|
definitionMap.set("minVersion", literal(minVersion));
|
|
29638
|
-
definitionMap.set("version", literal("19.0.
|
|
29638
|
+
definitionMap.set("version", literal("19.0.6"));
|
|
29639
29639
|
definitionMap.set("type", meta.type.value);
|
|
29640
29640
|
if (meta.isStandalone !== void 0) {
|
|
29641
29641
|
definitionMap.set("isStandalone", literal(meta.isStandalone));
|
|
@@ -29963,7 +29963,7 @@ var MINIMUM_PARTIAL_LINKER_VERSION$4 = "12.0.0";
|
|
|
29963
29963
|
function compileDeclareFactoryFunction(meta) {
|
|
29964
29964
|
const definitionMap = new DefinitionMap();
|
|
29965
29965
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
29966
|
-
definitionMap.set("version", literal("19.0.
|
|
29966
|
+
definitionMap.set("version", literal("19.0.6"));
|
|
29967
29967
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
29968
29968
|
definitionMap.set("type", meta.type.value);
|
|
29969
29969
|
definitionMap.set("deps", compileDependencies(meta.deps));
|
|
@@ -29986,7 +29986,7 @@ __name(compileDeclareInjectableFromMetadata, "compileDeclareInjectableFromMetada
|
|
|
29986
29986
|
function createInjectableDefinitionMap(meta) {
|
|
29987
29987
|
const definitionMap = new DefinitionMap();
|
|
29988
29988
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
29989
|
-
definitionMap.set("version", literal("19.0.
|
|
29989
|
+
definitionMap.set("version", literal("19.0.6"));
|
|
29990
29990
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
29991
29991
|
definitionMap.set("type", meta.type.value);
|
|
29992
29992
|
if (meta.providedIn !== void 0) {
|
|
@@ -30024,7 +30024,7 @@ __name(compileDeclareInjectorFromMetadata, "compileDeclareInjectorFromMetadata")
|
|
|
30024
30024
|
function createInjectorDefinitionMap(meta) {
|
|
30025
30025
|
const definitionMap = new DefinitionMap();
|
|
30026
30026
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
30027
|
-
definitionMap.set("version", literal("19.0.
|
|
30027
|
+
definitionMap.set("version", literal("19.0.6"));
|
|
30028
30028
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30029
30029
|
definitionMap.set("type", meta.type.value);
|
|
30030
30030
|
definitionMap.set("providers", meta.providers);
|
|
@@ -30048,7 +30048,7 @@ function createNgModuleDefinitionMap(meta) {
|
|
|
30048
30048
|
throw new Error("Invalid path! Local compilation mode should not get into the partial compilation path");
|
|
30049
30049
|
}
|
|
30050
30050
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
30051
|
-
definitionMap.set("version", literal("19.0.
|
|
30051
|
+
definitionMap.set("version", literal("19.0.6"));
|
|
30052
30052
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30053
30053
|
definitionMap.set("type", meta.type.value);
|
|
30054
30054
|
if (meta.bootstrap.length > 0) {
|
|
@@ -30083,7 +30083,7 @@ __name(compileDeclarePipeFromMetadata, "compileDeclarePipeFromMetadata");
|
|
|
30083
30083
|
function createPipeDefinitionMap(meta) {
|
|
30084
30084
|
const definitionMap = new DefinitionMap();
|
|
30085
30085
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
30086
|
-
definitionMap.set("version", literal("19.0.
|
|
30086
|
+
definitionMap.set("version", literal("19.0.6"));
|
|
30087
30087
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30088
30088
|
definitionMap.set("type", meta.type.value);
|
|
30089
30089
|
if (meta.isStandalone !== void 0) {
|
|
@@ -30347,7 +30347,7 @@ publishFacade(_global);
|
|
|
30347
30347
|
|
|
30348
30348
|
@angular/compiler/fesm2022/compiler.mjs:
|
|
30349
30349
|
(**
|
|
30350
|
-
* @license Angular v19.0.
|
|
30350
|
+
* @license Angular v19.0.6
|
|
30351
30351
|
* (c) 2010-2024 Google LLC. https://angular.io/
|
|
30352
30352
|
* License: MIT
|
|
30353
30353
|
*)
|