-
Notifications
You must be signed in to change notification settings - Fork 359
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
Node.js Interactive Window and TypeScript #30
Comments
For now, the best workaround I know is...
Re: future plans - We'll have a roadmap up soon so this future thing becomes a little more concrete. For this... not near future unless it's coming from the TypeScript team or some really dedicated TypeScript + Node.js fan. . Now let's say you fit in one of these two categories :) From an engineering point of view... While we do support TypeScript, we actually throw you into the TypeScript editor when you're working with .ts files. So support in the interactive would require the Node.js IntelliSense engine, syntax highlighter, etc. to support TypeScript (pretty non-ideal from a maintenance perspective). Alternatively if TypeScript exposed the right pieces to us, we could potentially plug into their tooling and get this for free. Additionally, we'd need to do some extra compile step to generate the .js code before running it through node.exe. |
@bowdenk7 @jramsay @paulvanbrenk @DanielRosenwasser potentially interesting Salsa / Node.js / TS scenario, and may even help people experiment with and learn typescript! It would involve transpiling and running under the covers, and also presents some interesting challenges when it comes to incremental updates. |
👍, and microsoft/TypeScript#6508 might also be an issue of interest here. |
Closing this. This will require wide ranging changes, and the current usage doesn't warrant making those changes. |
Hello. Is there an option to allow TypeScript to work with the NIW?
If not, would this be feature in the near future?
The text was updated successfully, but these errors were encountered: