-
Notifications
You must be signed in to change notification settings - Fork 50
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
Add TypeScript #35
Comments
@richgilbank if its still open or nobody is working, can I work on this? |
@yashprit Please do! Nobody's working on it to my knowledge. http://www.typescriptlang.org/Playground Might be a good starting point (doesn't look like there are any additional network requests made once the page is loaded). If you have any questions about how to add it, feel free to ask. |
@yashprit Have you had a chance to take a crack at this yet? |
@richgilbank I still need to start it, I have got some time this week, let's crack it. |
@richgilbank Cool project! The reason no errors are being reported is because you have not set reportDiagnostics: true. This will cause the compiler to populate the diagnosticsproperty ofresult`. See my comment on #84 |
Looks like this is the main project for in-browser compiling: https://github.com/niutech/typescript-compile
The text was updated successfully, but these errors were encountered: