-
Notifications
You must be signed in to change notification settings - Fork 536
Conversation
@danielrearden I need to think about Meanwhile, it would be great if you can ensure that we have types on all function arguments (except inline functions and functions defined as object properties) since TS will require us to define it anyway but TS conversion diff will be way smaller. |
8effbb9
to
9df7fa8
Compare
@danielrearden I merged #637 and it should unblock this PR. |
227093d
to
d1e3279
Compare
@IvanGoncharov Rebased! |
@danielrearden Left a couple of comments, everything else looks good 👍 |
d1e3279
to
ed3bf30
Compare
This PR moves the type declarations inside
src
and splits them up by file. It also movestsconfig.ts
into the project root and makes some necessary changes to keep dtslint working.