-
Notifications
You must be signed in to change notification settings - Fork 12.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
feat(51000) - Flag Deprecation Plan #51424
Conversation
edb99cd
to
8373d4c
Compare
Many tests don't set TypeScript/src/harness/harnessIO.ts Line 393 in 896b922
TypeScript/src/compiler/utilities.ts Lines 6361 to 6366 in 896b922
Is it acceptable to set globally |
can you create a new pr to explicitly set tests target to es5? |
I can, however many changes will remain due to the difference in output between es3 and es5. |
but that PR won't need to be reviewed clearly |
8373d4c
to
e4ecc3f
Compare
I suggest to deprecate |
Some notes from reviewing this:
|
I've removed the parse versions in favor of the hardcoded versions and left only the type required for
😂 - this is the first time I've seen such a polite synonym for "these changes don't meet expectations". |
tests/baselines/reference/deprecatedCompilerOptions4.errors.txt
Outdated
Show resolved
Hide resolved
c0cc52f
to
062e0a7
Compare
062e0a7
to
9ca08d7
Compare
I think the above comment is the only one I have left - LGTM otherwise. Great work! |
The TypeScript team hasn't accepted the linked issue #51000. If you can get it accepted, this PR will have a better chance of being reviewed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @a-tarasyuk!
🎉! |
Fixes #51000