first commit

This commit is contained in:
2026-06-24 09:48:54 +02:00
commit 41e62ddcad
33739 changed files with 4266226 additions and 0 deletions
@@ -0,0 +1,30 @@
import type { NodePath } from "@babel/traverse";
import type * as t from "@babel/types";
export declare class StaticArrayProcessor {
private types;
private attributeUtils;
private staticValueUtils;
constructor(types: typeof t);
process(path: NodePath<t.JSXOpeningElement>): void;
private addDataAttributes;
private findTextContentFieldPath;
private findImageSrcFieldPath;
private extractFieldPathFromChild;
private extractFieldPath;
private extractKeyedLookupFieldPath;
private collectMemberExpressionParts;
private ensureIndexParam;
private addIndexParamToCallback;
private getMapCallback;
private findParentArrayMap;
private tryExtractMapInfo;
private isMapCall;
private extractArrayMapInfo;
private extractIndexParam;
private extractArrayVariableName;
private isStaticArray;
private resolveArrayExpression;
private resolveIdentifierToArray;
private isStaticArrayExpression;
}
//# sourceMappingURL=static-array-processor.d.ts.map