Skip to content

Commit

Permalink
Rewrite types
Browse files Browse the repository at this point in the history
*   TS is now checking the whole code base and I’ve tested the types with several other unified* repos, which caught some small bugs
*   Removing superfluous overloads
*   Removed the type parameter `P` for processor settings
*   Rename the type parameter `S` to `PluginParameters`
*   Use `any[]` instead of `[Record<string, unknown>?]` for the default plugin type parameters

Closes GH-150.

Reviewed-by: Christian Murphy <christian.murphy.42@gmail.com>
Reviewed-by: Remco Haszing <remcohaszing@gmail.com>
  • Loading branch information
wooorm authored Jul 15, 2021
1 parent 350ed9d commit b3e2464
Show file tree
Hide file tree
Showing 21 changed files with 1,721 additions and 1,613 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.DS_Store
*.log
coverage/
node_modules/
.DS_Store
lib/**/*.d.ts
test/**/*.d.ts
*.log
yarn.lock
Loading

0 comments on commit b3e2464

Please sign in to comment.