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

refactor: increase TS compilation target to ES2018 #369

Merged
merged 1 commit into from
Feb 17, 2022

Conversation

Josh-Cena
Copy link
Contributor

We only support Node v12+, and v12 already has full ES2018 support: https://node.green/#ES2018

This would mean smaller distributed package size, and easier debugging (assuming you need to hack into node_modules and tweak the async methods)

@sonarcloud
Copy link

sonarcloud bot commented Feb 10, 2022

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@netroy netroy merged commit 6f0cfb5 into image-size:main Feb 17, 2022
@Josh-Cena Josh-Cena deleted the patch-1 branch February 17, 2022 11:33
@netroy
Copy link
Member

netroy commented Feb 17, 2022

good catch. thanks for your contribution.

@Josh-Cena
Copy link
Contributor Author

Josh-Cena commented Feb 17, 2022

Welcome! It comes from my unhappy debugging experience that involves hacking into the generator functions🤦‍♂️

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