graphql-js icon indicating copy to clipboard operation
graphql-js copied to clipboard

build/npm: add TS transformation that optimise for-of on arrays

Open IvanGoncharov opened this issue 3 years ago • 3 comments

Context: I wanted to try more automatic alternative to #3687 that allows us to continue using ES6 features without perfomance lost.

IvanGoncharov avatar Aug 11 '22 17:08 IvanGoncharov

Deploy Preview for compassionate-pike-271cb3 ready!

Name Link
Latest commit d1dea90847cfa52d58bc7b3f91829a64fa4d36f5
Latest deploy log https://app.netlify.com/sites/compassionate-pike-271cb3/deploys/62f55e8c6e0f09000a772f73
Deploy Preview https://deploy-preview-3691--compassionate-pike-271cb3.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

netlify[bot] avatar Aug 11 '22 17:08 netlify[bot]

Hi @IvanGoncharov, I'm @github-actions bot happy to help you with this PR 👋

Supported commands

Please post this commands in separate comments and only one per comment:

  • @github-actions run-benchmark - Run benchmark comparing base and merge commits for this PR
  • @github-actions publish-pr-on-npm - Build package from this PR and publish it on NPM

github-actions[bot] avatar Aug 11 '22 17:08 github-actions[bot]

@IvanGoncharov https://astexplorer.net/#/gist/54f452efefc94d565223d4296a91172e/84b9951249ac82a140e5aeafa3bec78c9861dd96 this would do the array destruct optimizations

JoviDeCroock avatar Aug 12 '22 08:08 JoviDeCroock