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

build: target es2018 #55

Merged
merged 1 commit into from
Nov 21, 2020
Merged

build: target es2018 #55

merged 1 commit into from
Nov 21, 2020

Conversation

merceyz
Copy link
Contributor

@merceyz merceyz commented Nov 21, 2020

What's the problem this PR addresses?

The use of object spread is currently transpiled to Object.assign but that's unnecessary as object spread has been supported since node@8.6.0

How did you fix it?

Set build target to ES2018 - only change in build output is object spread

@arcanis arcanis merged commit ce6e6b2 into arcanis:master Nov 21, 2020
@merceyz merceyz deleted the merceyz/es2018 branch November 21, 2020 17:36
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