Skip to content

Commit

Permalink
refactor transformation to a single pass, remove unused utils
Browse files Browse the repository at this point in the history
  • Loading branch information
pokornyd committed Nov 12, 2024
1 parent 0bb9fae commit aa4d2f4
Show file tree
Hide file tree
Showing 12 changed files with 521 additions and 886 deletions.
2 changes: 2 additions & 0 deletions src/parser/parser-models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ export type ImgElementAttributes = {
src: string;
"data-asset-id": string;
"data-image-id"?: string;
"data-asset-codename"?: string;
"data-asset-external-id"?: string; // TODO: ensure all potential attributes are accounted for
alt?: string;
};

Expand Down
Loading

0 comments on commit aa4d2f4

Please sign in to comment.