-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Ensure that requeueComputedKeyAndDecorators is available
#16695
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
Conversation
nicolo-ribaudo
commented
Jul 29, 2024
| Q | A |
|---|---|
| Fixed Issues? | Fixes #16694 |
| Patch: Bug Fix? | |
| Major: Breaking Change? | |
| Minor: New Feature? | |
| Tests Added + Pass? | Yes |
| Documentation PR Link | |
| Any Dependency Changes? | |
| License | MIT |
| if (typeof options.then === "function") { | ||
| // @ts-expect-error We use ?. in case options is a thenable | ||
| // but not a promise | ||
| // @ts-expect-error We use ?. in case options is a thenable but not a promise |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is just to trigger a babel/core release, as per #16694 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lol, I have a dedicate PR for that purpose: #16696
|
Build successful! You can test your changes in the REPL here: https://babeljs.io/repl/build/57525 |
|
Hi @nicolo-ribaudo , when do you plant to release this? |
Released in 7.25.2 |