-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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 3.4 meta-issue #9502
Comments
I tried parsing this with babel
|
You might be right - the online repl seems like it doesn't work with TypeScript for some reason. |
Doesn't the "Add plugin" button in the plugins section of the sidebar work for you? |
Nope :(
Seems like it's trying to eval the HTML on |
@DanielRosenwasser should we wait with releasing any of this changes till typescript 3.4 is out/close to being released? |
My intuition is that as soon as the
@DanielRosenwasser would I be correct in my understanding that the |
Well there's typically about 2 weeks in between an RC and a release. I would just wait until TS 3.4 goes out to publish anything with this functionality. If you want to let stuff "bake" in nightly releases, that's probably a good idea and you can merge some PRs in. |
We usually don't do nightly releases, we just wait to merge PRs if needed since it is much simpler 😆 |
So, is this released with |
Okay, forget it. I don't know why, but I had an outdated indirect |
TypeScript 3.4 will be introducing a number of syntactic additions in the type space as well as the expression space.
readonly
type modifier for array types and tuple types. (TypeScriptreadonly
type modifier #9503)as const
)Our target date for the release of TypeScript 3.4 is around the end of March 2019.
The text was updated successfully, but these errors were encountered: