Skip to content
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

Upgrade es6 -> es2021 #4743

Merged
merged 3 commits into from
Sep 10, 2023
Merged

Upgrade es6 -> es2021 #4743

merged 3 commits into from
Sep 10, 2023

Conversation

Tyriar
Copy link
Member

@Tyriar Tyriar commented Sep 1, 2023

This uses the recommended target for node 16 in tsconfig/bases.

Fixes #4706


This gives us access to a range of new APIs:

image

The size of the main bundle isn't changed much 277kb -> 274kb, we'll get more savings when we adopt some of the above APIs though.

This uses the recommended target for node 16 in tsconfig/bases.

Fixes xtermjs#4706
@Tyriar Tyriar added this to the 5.3.0 milestone Sep 1, 2023
@Tyriar Tyriar self-assigned this Sep 1, 2023
@Tyriar Tyriar modified the milestones: 5.3.0, 5.4.0 Sep 7, 2023
@Tyriar Tyriar marked this pull request as ready for review September 7, 2023 17:03
@Tyriar Tyriar merged commit 8985326 into xtermjs:master Sep 10, 2023
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade tsconfig.json target
1 participant