-
-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Labels
Description
- Implement function which converts json-type schema to TypeScript types.
Maybe use AST builder to generate a proper AST?- Although it is not sensible to use it on the Web.
- Convert
json-type
to custom TypeScript AST. - Output JSDoc comments.
- Generate TypeScript for services.
- Generate TypeScript for RPC methods.