Skip to content

Commit

Permalink
Setup list to ts (#1913)
Browse files Browse the repository at this point in the history
* ensure that all modules except controller support ts files

* port SetupList to ts

we need db types merged before we proceed

* use types for objects db operations

* some type fixes

* last types

* fix getObject overload

* fixed this context and import

* fix types and use padding instead of array joining where appropriate

* rename ListOptions to be more semantic meaningful

- remove unneeded overload
  • Loading branch information
foxriver76 committed May 11, 2022
1 parent 3a40d37 commit 86c4e79
Show file tree
Hide file tree
Showing 6 changed files with 928 additions and 863 deletions.
2 changes: 1 addition & 1 deletion packages/cli/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ module.exports = {
debug: require('./lib/cli/cliDebug.js'),
plugin: require('./lib/cli/cliPlugin.js')
},
setupList: require('./lib/setup/setupList')
setupList: require('./lib/setup/setupList').List
};

0 comments on commit 86c4e79

Please sign in to comment.