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

Use ES2019 output (compatible with Node 12+) #738

Merged
merged 1 commit into from Aug 11, 2022
Merged

Conversation

ecraig12345
Copy link
Member

@ecraig12345 ecraig12345 commented Aug 10, 2022

Main motivation for this is that async/await doesn't need to be transpiled in ES2019, so it's easier to debug.

I noticed this because I was trying to debug something and a lot of important frames were marked as "skipped by smartStep," which the VS Code docs mention can happen due to transpiled async/await.

@ecraig12345 ecraig12345 marked this pull request as ready for review August 10, 2022 23:44
@ecraig12345 ecraig12345 merged commit 9e1c4e2 into master Aug 11, 2022
@ecraig12345 ecraig12345 deleted the ecraig/es2019 branch August 11, 2022 21:10
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