Generate helper metadata at build time - #16501
Merged
Merged
Conversation
Collaborator
|
Build successful! You can test your changes in the REPL here: https://babeljs.io/repl/build/57012 |
nicolo-ribaudo
force-pushed
the
static-helper-metata
branch
from
May 17, 2024 11:06
17a94db to
7883619
Compare
nicolo-ribaudo
force-pushed
the
static-helper-metata
branch
from
May 17, 2024 11:36
0ca190e to
0c29d67
Compare
nicolo-ribaudo
force-pushed
the
static-helper-metata
branch
2 times, most recently
from
May 18, 2024 12:38
c95ee9a to
fc45887
Compare
nicolo-ribaudo
marked this pull request as ready for review
May 19, 2024 12:17
nicolo-ribaudo
force-pushed
the
static-helper-metata
branch
from
May 20, 2024 10:34
6f9b0fc to
168c0d2
Compare
nicolo-ribaudo
commented
May 20, 2024
| this.k = kind; | ||
| } | ||
|
|
||
| export { _OverloadYield as default }; |
This was referenced Aug 19, 2024
This was referenced Aug 21, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #1, Fixes #2The goal of this PR is to:
Fileclass that needs to be injected from@babel/coreto@babel/helpersthrough.ensure(name, FileClass)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)