-
Notifications
You must be signed in to change notification settings - Fork 40
Convert @parity/api to TypeScript #21
Comments
@yjkimjunior nice I just saw you assigned yourself, are you working on this? Note: the way it's done right now, we can convert api to TS incrementally. See for example https://github.com/paritytech/js-libs/tree/42743c94a8c03c07f89ba0157874cc891e218cb3/packages/api/src, only |
Had this on the backburner but working on it now. I'm starting by renaming files to .ts then seeing what breaks and then adding type definitions from there. Starting with building a interface for Contracts |
@yjkimjunior Would you mind if I took this? Just my kind of thing :) After this, it might also be interesting to explore adding a TypeChain target https://github.com/ethereum-ts/TypeChain |
hey @JamesLefrere please go ahead, forgot to unassign myself |
@JamesLefrere |
It's the last package still in plain JS.
The text was updated successfully, but these errors were encountered: