Uh oh!
There was an error while loading. Please reload this page.
Fix library inclusions for ES2024 target - #60622
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Billy Janitsch (billyjanitsch)
commented
Nov 27, 2024
@microsoft-github-policy-service agree |
Jake Bailey (jakebailey)
left a comment
There was a problem hiding this comment.
Seems correct to me.
| // NOTE: We must reevaluate the target for upcoming features when each successive TC39 edition is ratified in | ||
| // June of each year. This includes changes to `LanguageFeatureMinimumTarget`, `ScriptTarget`, | ||
| // `ScriptTargetFeatures` transformers/esnext.ts, compiler/commandLineParser.ts and the contents of each | ||
| // lib/esnext.*.d.ts file. | ||
| // `ScriptTargetFeatures` transformers/esnext.ts, compiler/commandLineParser.ts, | ||
| // compiler/utilitiesPublic.ts, and the contents of each lib/esnext.*.d.ts file. |
There was a problem hiding this comment.
Billy Janitsch (@billyjanitsch) Sorry for the lack of information 🙇
NOTE comments exist in multiple files and I would like to have them updated as well:
src/compiler/types.ts(two places)src/compiler/utilities.tssrc/compiler/transformers/esnext.ts
Also, please add these comments to src/compiler/utilitiesPublic.ts.
Ron Buckton (rbuckton)
commented
Dec 3, 2024
Daniel Rosenwasser (@DanielRosenwasser) should we take this as part of a patch to 5.7 or leave it for 5.8? |
Jake Bailey (jakebailey)
commented
Dec 4, 2024
I definitely think we should backport this, given ES2024 is not functional without it. TypeScript Bot (@typescript-bot) cherry-pick this to release-5.7 |
TypeScript Bot (typescript-bot)
commented
Dec 4, 2024
Hey, Jake Bailey (@jakebailey)! I've created #60681 for you. This involved updating baselines; please check the diff. |
…e-5.7 (#60681) Co-authored-by: Billy Janitsch <billyjanitsch@gmail.com>
Fixes#60621.