-
-
Notifications
You must be signed in to change notification settings - Fork 536
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 Node 1.0 #44
Comments
💯 for this. People can have their (IDE | |
@basarat I wish I had my IDE (cough, cough, But in general, yes. I've had a few people ask about production, when production is really just a 5 liner and simpler than the current |
👍 |
This is released now. Some decisions above didn't stick in the end (E.g. kept the type checker as default, there's a lot of consumers using Gulp/Grunt/etc. that can't configure this easily). However, the main gist is there - there's file caching, |
From the issues I've seen logged thus far, I'm looking at rewriting
ts-node
into something that can suit more people. Here's some of the points that need covering for 1.0. Comments are appreciated.transpileModule
--typed
flagrequire
- subsequent requires of TypeScript files would fall back to the first point--fully-typed
flagts-node
, suitable for a test suiterequire
can be "out-of-band". E.g..ts
->.js
->.ts
, not possible to handle by just the TypeScript compilerThe text was updated successfully, but these errors were encountered: