-
Notifications
You must be signed in to change notification settings - Fork 1
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
Roadmap to stable strip-types #24
Comments
I think we should publish the suggested tsconfig on npm and maintain it. Plan sounds good. |
Great idea 🙂 could go under the |
I'm getting back to this tonight. I have made the requested updates locally. Need to finish a couple other things and then will push.
Looks like this is still an unknown: https://bsky.app/profile/jakebailey.dev/post/3lf4igi3lzc2m
I can do! I recently did something similar for one of my own libraries. |
What about TS syntax in the repl? Should that work by default too? |
I did not dare to try implement it in the REPL as it looks quite complicate. |
We've named and approved microsoft/TypeScript#59601 which should land in either TS 5.8 or 5.9 depending on timing, so that should be a recommended flag once it's in |
We have unflagged
--experimental-strip-types
in v23.6.0.Here what I think are some of the next steps:
ERR_INVALID_TYPESCRIPT_SYNTAX
for everything.--erasableSyntaxOnly
flag--erasableSyntaxOnly
flag--experimental-strip-types
@JakobJingleheimerFeel free to add items if you think I missed something
The text was updated successfully, but these errors were encountered: