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

Have TSC target ESNext rather than the ES3 default #107

Merged
merged 1 commit into from
Mar 29, 2022

Conversation

pygy
Copy link
Contributor

@pygy pygy commented Mar 29, 2022

This should solve this problem where spreading a set into an array gives an error, and result in snappier code than the compatbility shims that are added when TSC compiles down to ES3.

Not sure about the case of the options. The TS docs has it all in lowercase, you were using "module: ESNext"...

@porsager
Copy link
Owner

Uh.. thanks a lot @pygy !

@porsager porsager merged commit adc0cb7 into porsager:master Mar 29, 2022
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.

None yet

2 participants