@angular-eslint/bundled-angular-compiler 20.1.2-alpha.18 → 20.1.2-alpha.19
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
|
@@ -279,7 +279,7 @@ __export(index_exports, {
|
|
|
279
279
|
});
|
|
280
280
|
module.exports = __toCommonJS(index_exports);
|
|
281
281
|
|
|
282
|
-
// ../../node_modules/.pnpm/@angular+compiler@20.1.
|
|
282
|
+
// ../../node_modules/.pnpm/@angular+compiler@20.1.2/node_modules/@angular/compiler/fesm2022/compiler.mjs
|
|
283
283
|
var _SELECTOR_REGEXP = new RegExp(
|
|
284
284
|
`(\\:not\\()|(([\\.\\#]?)[-\\w]+)|(?:\\[([-.\\w*\\\\$]+)(?:=(["']?)([^\\]"']*)\\5)?\\])|(\\))|(\\s*,\\s*)`,
|
|
285
285
|
// 8: ","
|
|
@@ -28521,7 +28521,7 @@ function convertDeclareComponentFacadeToMetadata(decl, typeSourceSpan, sourceMap
|
|
|
28521
28521
|
decl.directives && declarations.push(...decl.directives.map((dir) => convertDirectiveDeclarationToMetadata(dir)));
|
|
28522
28522
|
decl.pipes && declarations.push(...convertPipeMapToMetadata(decl.pipes));
|
|
28523
28523
|
}
|
|
28524
|
-
const hasDirectiveDependencies = declarations.
|
|
28524
|
+
const hasDirectiveDependencies = declarations.some(({ kind }) => kind === R3TemplateDependencyKind.Directive || kind === R3TemplateDependencyKind.NgModule);
|
|
28525
28525
|
return {
|
|
28526
28526
|
...convertDeclareDirectiveFacadeToMetadata(decl, typeSourceSpan),
|
|
28527
28527
|
template: template2,
|
|
@@ -30542,7 +30542,7 @@ var MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION = "18.0.0";
|
|
|
30542
30542
|
function compileDeclareClassMetadata(metadata) {
|
|
30543
30543
|
const definitionMap = new DefinitionMap();
|
|
30544
30544
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
|
|
30545
|
-
definitionMap.set("version", literal("20.1.
|
|
30545
|
+
definitionMap.set("version", literal("20.1.2"));
|
|
30546
30546
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30547
30547
|
definitionMap.set("type", metadata.type);
|
|
30548
30548
|
definitionMap.set("decorators", metadata.decorators);
|
|
@@ -30561,7 +30561,7 @@ function compileComponentDeclareClassMetadata(metadata, dependencies) {
|
|
|
30561
30561
|
callbackReturnDefinitionMap.set("ctorParameters", metadata.ctorParameters ?? literal(null));
|
|
30562
30562
|
callbackReturnDefinitionMap.set("propDecorators", metadata.propDecorators ?? literal(null));
|
|
30563
30563
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_DEFER_SUPPORT_VERSION));
|
|
30564
|
-
definitionMap.set("version", literal("20.1.
|
|
30564
|
+
definitionMap.set("version", literal("20.1.2"));
|
|
30565
30565
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30566
30566
|
definitionMap.set("type", metadata.type);
|
|
30567
30567
|
definitionMap.set("resolveDeferredDeps", compileComponentMetadataAsyncResolver(dependencies));
|
|
@@ -30630,7 +30630,7 @@ function createDirectiveDefinitionMap(meta) {
|
|
|
30630
30630
|
const definitionMap = new DefinitionMap();
|
|
30631
30631
|
const minVersion = getMinimumVersionForPartialOutput(meta);
|
|
30632
30632
|
definitionMap.set("minVersion", literal(minVersion));
|
|
30633
|
-
definitionMap.set("version", literal("20.1.
|
|
30633
|
+
definitionMap.set("version", literal("20.1.2"));
|
|
30634
30634
|
definitionMap.set("type", meta.type.value);
|
|
30635
30635
|
if (meta.isStandalone !== void 0) {
|
|
30636
30636
|
definitionMap.set("isStandalone", literal(meta.isStandalone));
|
|
@@ -30957,7 +30957,7 @@ var MINIMUM_PARTIAL_LINKER_VERSION$4 = "12.0.0";
|
|
|
30957
30957
|
function compileDeclareFactoryFunction(meta) {
|
|
30958
30958
|
const definitionMap = new DefinitionMap();
|
|
30959
30959
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
|
|
30960
|
-
definitionMap.set("version", literal("20.1.
|
|
30960
|
+
definitionMap.set("version", literal("20.1.2"));
|
|
30961
30961
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30962
30962
|
definitionMap.set("type", meta.type.value);
|
|
30963
30963
|
definitionMap.set("deps", compileDependencies(meta.deps));
|
|
@@ -30980,7 +30980,7 @@ __name(compileDeclareInjectableFromMetadata, "compileDeclareInjectableFromMetada
|
|
|
30980
30980
|
function createInjectableDefinitionMap(meta) {
|
|
30981
30981
|
const definitionMap = new DefinitionMap();
|
|
30982
30982
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
|
|
30983
|
-
definitionMap.set("version", literal("20.1.
|
|
30983
|
+
definitionMap.set("version", literal("20.1.2"));
|
|
30984
30984
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
30985
30985
|
definitionMap.set("type", meta.type.value);
|
|
30986
30986
|
if (meta.providedIn !== void 0) {
|
|
@@ -31018,7 +31018,7 @@ __name(compileDeclareInjectorFromMetadata, "compileDeclareInjectorFromMetadata")
|
|
|
31018
31018
|
function createInjectorDefinitionMap(meta) {
|
|
31019
31019
|
const definitionMap = new DefinitionMap();
|
|
31020
31020
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
|
|
31021
|
-
definitionMap.set("version", literal("20.1.
|
|
31021
|
+
definitionMap.set("version", literal("20.1.2"));
|
|
31022
31022
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
31023
31023
|
definitionMap.set("type", meta.type.value);
|
|
31024
31024
|
definitionMap.set("providers", meta.providers);
|
|
@@ -31042,7 +31042,7 @@ function createNgModuleDefinitionMap(meta) {
|
|
|
31042
31042
|
throw new Error("Invalid path! Local compilation mode should not get into the partial compilation path");
|
|
31043
31043
|
}
|
|
31044
31044
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
|
|
31045
|
-
definitionMap.set("version", literal("20.1.
|
|
31045
|
+
definitionMap.set("version", literal("20.1.2"));
|
|
31046
31046
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
31047
31047
|
definitionMap.set("type", meta.type.value);
|
|
31048
31048
|
if (meta.bootstrap.length > 0) {
|
|
@@ -31077,7 +31077,7 @@ __name(compileDeclarePipeFromMetadata, "compileDeclarePipeFromMetadata");
|
|
|
31077
31077
|
function createPipeDefinitionMap(meta) {
|
|
31078
31078
|
const definitionMap = new DefinitionMap();
|
|
31079
31079
|
definitionMap.set("minVersion", literal(MINIMUM_PARTIAL_LINKER_VERSION));
|
|
31080
|
-
definitionMap.set("version", literal("20.1.
|
|
31080
|
+
definitionMap.set("version", literal("20.1.2"));
|
|
31081
31081
|
definitionMap.set("ngImport", importExpr(Identifiers.core));
|
|
31082
31082
|
definitionMap.set("type", meta.type.value);
|
|
31083
31083
|
if (meta.isStandalone !== void 0) {
|
|
@@ -31174,7 +31174,7 @@ function compileHmrUpdateCallback(definitions, constantStatements, meta) {
|
|
|
31174
31174
|
return new DeclareFunctionStmt(`${meta.className}_UpdateMetadata`, params, body, null, StmtModifier.Final);
|
|
31175
31175
|
}
|
|
31176
31176
|
__name(compileHmrUpdateCallback, "compileHmrUpdateCallback");
|
|
31177
|
-
var VERSION = new Version("20.1.
|
|
31177
|
+
var VERSION = new Version("20.1.2");
|
|
31178
31178
|
publishFacade(_global);
|
|
31179
31179
|
// Annotate the CommonJS export names for ESM import in node:
|
|
31180
31180
|
0 && (module.exports = {
|
|
@@ -31438,7 +31438,7 @@ publishFacade(_global);
|
|
|
31438
31438
|
|
|
31439
31439
|
@angular/compiler/fesm2022/compiler.mjs:
|
|
31440
31440
|
(**
|
|
31441
|
-
* @license Angular v20.1.
|
|
31441
|
+
* @license Angular v20.1.2
|
|
31442
31442
|
* (c) 2010-2025 Google LLC. https://angular.io/
|
|
31443
31443
|
* License: MIT
|
|
31444
31444
|
*)
|