Skip to content

Commit b3e2464

Browse files
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

21 files changed

+1721
-1613
lines changed

.gitignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
.DS_Store
2-
*.log
31
coverage/
42
node_modules/
3+
.DS_Store
4+
lib/**/*.d.ts
5+
test/**/*.d.ts
6+
*.log
57
yarn.lock

0 commit comments

Comments
 (0)