@angular-eslint/bundled-angular-compiler 19.3.1-alpha.7 → 19.3.1-alpha.8
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.6/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: ","
|
|
@@ -1539,7 +1539,7 @@ var TemplateLiteralElementExpr = class _TemplateLiteralElementExpr extends Expre
|
|
|
1539
1539
|
constructor(text2, sourceSpan, rawText) {
|
|
1540
1540
|
super(STRING_TYPE, sourceSpan);
|
|
1541
1541
|
this.text = text2;
|
|
1542
|
-
this.rawText = rawText ??
|
|
1542
|
+
this.rawText = rawText ?? escapeForTemplateLiteral(escapeSlashes(text2));
|
|
1543
1543
|
}
|
|
1544
1544
|
visitExpression(visitor, context) {
|
|
1545
1545
|
return visitor.visitTemplateLiteralElementExpr(this, context);
|
|
@@ -27870,7 +27870,7 @@ function publishFacade(global) {
|
|
|
27870
27870
|
ng.\u0275compilerFacade = new CompilerFacadeImpl();
|
|
27871
27871
|
}
|
|
27872
27872
|
__name(publishFacade, "publishFacade");
|
|
27873
|
-
var VERSION = new Version("19.2.
|
|
27873
|
+
var VERSION = new Version("19.2.6");
|
|
27874
27874
|
var CompilerConfig = class {
|
|
27875
27875
|
static {
|
|
27876
27876
|
__name(this, "CompilerConfig");
|
|
@@ -29648,7 +29648,7 @@ var MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION = "18.0.0";
|
|
|
29648
29648
|
function compileDeclareClassMetadata(metadata) {
|
|
29649
29649
|
const definitionMap = new DefinitionMap();
|
|
29650
29650
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
29651
|
-
definitionMap.set("version", literal("19.2.
|
|
29651
|
+
definitionMap.set("version", literal("19.2.6"));
|
|
29652
29652
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
29653
29653
|
definitionMap.set("type", metadata.type);
|
|
29654
29654
|
definitionMap.set("decorators", metadata.decorators);
|
|
@@ -29667,7 +29667,7 @@ function compileComponentDeclareClassMetadata(metadata, dependencies) {
|
|
|
29667
29667
|
callbackReturnDefinitionMap.set("ctorParameters", metadata.ctorParameters ?? literal(null));
|
|
29668
29668
|
callbackReturnDefinitionMap.set("propDecorators", metadata.propDecorators ?? literal(null));
|
|
29669
29669
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
|
|
29670
|
-
definitionMap.set("version", literal("19.2.
|
|
29670
|
+
definitionMap.set("version", literal("19.2.6"));
|
|
29671
29671
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
29672
29672
|
definitionMap.set("type", metadata.type);
|
|
29673
29673
|
definitionMap.set("resolveDeferredDeps", compileComponentMetadataAsyncResolver(dependencies));
|
|
@@ -29736,7 +29736,7 @@ function createDirectiveDefinitionMap(meta) {
|
|
|
29736
29736
|
const definitionMap = new DefinitionMap();
|
|
29737
29737
|
const minVersion = getMinimumVersionForPartialOutput(meta);
|
|
29738
29738
|
definitionMap.set("minVersion", literal(minVersion));
|
|
29739
|
-
definitionMap.set("version", literal("19.2.
|
|
29739
|
+
definitionMap.set("version", literal("19.2.6"));
|
|
29740
29740
|
definitionMap.set("type", meta.type.value);
|
|
29741
29741
|
if (meta.isStandalone !== void 0) {
|
|
29742
29742
|
definitionMap.set("isStandalone", literal(meta.isStandalone));
|
|
@@ -30063,7 +30063,7 @@ var MINIMUM_PARTIAL_LINKER_VERSION$4 = "12.0.0";
|
|
|
30063
30063
|
function compileDeclareFactoryFunction(meta) {
|
|
30064
30064
|
const definitionMap = new DefinitionMap();
|
|
30065
30065
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
30066
|
-
definitionMap.set("version", literal("19.2.
|
|
30066
|
+
definitionMap.set("version", literal("19.2.6"));
|
|
30067
30067
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30068
30068
|
definitionMap.set("type", meta.type.value);
|
|
30069
30069
|
definitionMap.set("deps", compileDependencies(meta.deps));
|
|
@@ -30086,7 +30086,7 @@ __name(compileDeclareInjectableFromMetadata, "compileDeclareInjectableFromMetada
|
|
|
30086
30086
|
function createInjectableDefinitionMap(meta) {
|
|
30087
30087
|
const definitionMap = new DefinitionMap();
|
|
30088
30088
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
30089
|
-
definitionMap.set("version", literal("19.2.
|
|
30089
|
+
definitionMap.set("version", literal("19.2.6"));
|
|
30090
30090
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30091
30091
|
definitionMap.set("type", meta.type.value);
|
|
30092
30092
|
if (meta.providedIn !== void 0) {
|
|
@@ -30124,7 +30124,7 @@ __name(compileDeclareInjectorFromMetadata, "compileDeclareInjectorFromMetadata")
|
|
|
30124
30124
|
function createInjectorDefinitionMap(meta) {
|
|
30125
30125
|
const definitionMap = new DefinitionMap();
|
|
30126
30126
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
30127
|
-
definitionMap.set("version", literal("19.2.
|
|
30127
|
+
definitionMap.set("version", literal("19.2.6"));
|
|
30128
30128
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30129
30129
|
definitionMap.set("type", meta.type.value);
|
|
30130
30130
|
definitionMap.set("providers", meta.providers);
|
|
@@ -30148,7 +30148,7 @@ function createNgModuleDefinitionMap(meta) {
|
|
|
30148
30148
|
throw new Error("Invalid path! Local compilation mode should not get into the partial compilation path");
|
|
30149
30149
|
}
|
|
30150
30150
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
30151
|
-
definitionMap.set("version", literal("19.2.
|
|
30151
|
+
definitionMap.set("version", literal("19.2.6"));
|
|
30152
30152
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30153
30153
|
definitionMap.set("type", meta.type.value);
|
|
30154
30154
|
if (meta.bootstrap.length > 0) {
|
|
@@ -30183,7 +30183,7 @@ __name(compileDeclarePipeFromMetadata, "compileDeclarePipeFromMetadata");
|
|
|
30183
30183
|
function createPipeDefinitionMap(meta) {
|
|
30184
30184
|
const definitionMap = new DefinitionMap();
|
|
30185
30185
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
30186
|
-
definitionMap.set("version", literal("19.2.
|
|
30186
|
+
definitionMap.set("version", literal("19.2.6"));
|
|
30187
30187
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30188
30188
|
definitionMap.set("type", meta.type.value);
|
|
30189
30189
|
if (meta.isStandalone !== void 0) {
|
|
@@ -30449,7 +30449,7 @@ publishFacade(_global);
|
|
|
30449
30449
|
|
|
30450
30450
|
@angular/compiler/fesm2022/compiler.mjs:
|
|
30451
30451
|
(**
|
|
30452
|
-
* @license Angular v19.2.
|
|
30452
|
+
* @license Angular v19.2.6
|
|
30453
30453
|
* (c) 2010-2025 Google LLC. https://angular.io/
|
|
30454
30454
|
* License: MIT
|
|
30455
30455
|
*)
|