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

feat: reduce transpilation helpers #240

Merged
merged 16 commits into from
May 16, 2020
Merged

feat: reduce transpilation helpers #240

merged 16 commits into from
May 16, 2020

Conversation

eps1lon
Copy link
Owner

@eps1lon eps1lon commented May 16, 2020

  • for-of to .forEach or basic for loop
  • array.push(...otherArray) to push.apply(array, otherArray)
  • add a CI task that prints the diff of the published package

@eps1lon eps1lon added the enhancement New feature or request label May 16, 2020
@changeset-bot
Copy link

changeset-bot bot commented May 16, 2020

🦋 Changeset is good to go

Latest commit: c943c05

We got this.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@eps1lon eps1lon merged commit 969da7d into master May 16, 2020
@eps1lon eps1lon deleted the fix/for-of branch May 16, 2020 15:11
@github-actions github-actions bot mentioned this pull request May 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant