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
I've recently published a take on generating runtime type checks by utilizing the TypeScript transformation API, which was just released with TS 2.4: https://github.com/fabiandev/ts-runtime
I'm also looking forward to check out babel support for TypeScript. In the meanwhile you may give ts-runtime a try. It's still under development, but I'd appreciate any feedback and/or bug reports.
This is a:
Which concerns:
TypeScript support is being added to babel. See babel/babylon#320. Parser support was merged here babel/babylon#523.
This could be done with a different plugin, but (I would assume) the goals are similar. Hence the feature request.
The text was updated successfully, but these errors were encountered: