Skip to content

Commit

Permalink
feat: extract public api to the composition class
Browse files Browse the repository at this point in the history
  • Loading branch information
nd0ut committed Jun 17, 2024
1 parent 51f094f commit 0abe53f
Show file tree
Hide file tree
Showing 19 changed files with 383 additions and 333 deletions.
1 change: 0 additions & 1 deletion abstract/CTX.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export const uploaderBlockCtx = (fnCtx) => ({
'*uploadList': [],
'*focusedEntry': null,
'*uploadQueue': new Queue(1),
'*uploadCollection': null,
/** @type {ReturnType<import('../types').OutputErrorCollection>[]} */
'*collectionErrors': [],
/** @type {import('../types').OutputCollectionState | null} */
Expand Down
Loading

0 comments on commit 0abe53f

Please sign in to comment.