| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Build successful! You can test your changes in the REPL here: https://babeljs.io/repl/build/57012 |
Sorry, something went wrong.
There was a problem hiding this comment.
Great! I like this!
Sorry, something went wrong.
| this.k = kind; | ||
| } | ||
|
|
||
| export { _OverloadYield as default }; |
There was a problem hiding this comment.
Support for this is needed in #16510
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
The goal of this PR is to:
This PR reduces the time needed to process a single helper by half (allHelpersNames.map(name => this.addHelper(name)); takes 100ms rather than 190ms on my machine)