You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://github.com/rubick24/pbf-compile-ts
I tinkered compile.js a little bit to make it support typescript in my case, but I think it would be better to use Babel to generate ASTs and then output formatted code.
It would be nice if this generated typescript type declarations corresponding to the generated Javascript code.
Or even better, just have a
--typescript
mode that generates Typescript in the first place.The text was updated successfully, but these errors were encountered: