Not all babel packages have a v8 released yet. Will they get one? #18164
|
Hello! Congrats on the recent Babel v8 release! I was looking to upgrade my package which uses the Babel API, but it seems not all of the packages I use have a v8 version published yet. List of packages I use and the latest available version for them on npm:
What's the status of these packages? Did they get rolled up into core, or are they still awaiting publication? Or are they deprecated? Looking for a migration path. Thanks! |
Answered by
liuxingbaoyu
Aug 3, 2026
Replies: 1 comment 4 replies
|
Hello, thank you very much for your report! |
4 replies
Answer selected by
suchipi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, thank you very much for your report!
Their v8 version has been released, but there seems to be a problem with setting tags.
You can use
^8.0.0to use them.