Commit b3e2464
authored
Rewrite types
* 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>1 parent 350ed9d commit b3e2464
File tree
21 files changed
+1721
-1613
lines changed- lib
- test
- util
- types
21 files changed
+1721
-1613
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
5 | 7 | | |
0 commit comments