Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeScript support? #124

Closed
2 of 7 tasks
lukescott opened this issue Jun 29, 2017 · 3 comments
Closed
2 of 7 tasks

TypeScript support? #124

lukescott opened this issue Jun 29, 2017 · 3 comments

Comments

@lukescott
Copy link

This is a:

  • Feature Request

Which concerns:

  • flow-runtime
  • babel-plugin-flow-runtime
  • flow-runtime-validators
  • flow-runtime-mobx
  • flow-config-parser
  • The documentation website

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.

@fabiandev
Copy link
Collaborator

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.

@fabiandev
Copy link
Collaborator

@lukescott if you're interested, I've created a playground to test ts-runtime in a browser: https://fabiandev.github.io/ts-runtime/

@gajus
Copy link
Owner

gajus commented Jul 17, 2019

No action here.

@gajus gajus closed this as completed Jul 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants