-
Notifications
You must be signed in to change notification settings - Fork 31
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
Port to TypeScript? #236
Comments
We're taking it one step at a time. I really like TypeScript, but there are real gaps and limitations (in regard to implementation of the spec) that I think we need to invest in first before investing in porting this to TypeScript. Unless someone else steps in and does it, I expect we won't see a TypeScript implementation for a little while. Are you asking this from the point of view of someone wanting to work on the library itself, or someone wanting to consume the library? If the latter, it's likely feasible that we could publish some |
We defined a few TypeScript definitions for the cql-execution outward API for our fqm-execution library. These could possibly be used as a starting point for the inclusion of types in the library. https://github.com/projecttacoma/fqm-execution/blob/master/src/types/CQLExecution.d.ts |
@cmoesel it's really more of the latter for me. Thanks @hossenlopp ! That should be a big help if I end up needing the types for a project I'm working on. |
@dwwinters Just to chime in with an update here, our team is planning on porting But it's coming! |
I was really happy to see #47 get closed out. Is there anyone out there looking to port this library to TypeScript?
The text was updated successfully, but these errors were encountered: