Fix parens detection for object&function in as/satisfies#16648
Fix parens detection for object&function in as/satisfies#16648nicolo-ribaudo merged 1 commit intobabel:mainfrom
as/satisfies#16648Conversation
|
Build successful! You can test your changes in the REPL here: https://babeljs.io/repl/build/57367 |
|
@cpojer I'll release this soon :) |
|
Thank you! |
|
Legendary! Thanks folks :) |
|
@nicolo-ribaudo I'm not sure if this normal but I think the v7.24.10 was no published to npm? A entry was added to the changelog and a git tag was added but nothing on npm or GH releases |
If you are using a lock file, you can try to remove |
|
Oh sorry I looked at the core version that's why. Thanks! |
I will also open a PR to avoid having to manually list all the case in
isFirstInContext, but for now lets fix the regression the simple way.