-
-
Notifications
You must be signed in to change notification settings - Fork 297
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
6.0.0 #502
Comments
Thats great! |
Hi, it seems that maybe progress against 6.0 might have stalled out? Is there maybe a reduced set of features/changes which could constitute a 6.0 release, so that it can leave the alpha stage and start being used by some projects? |
Yes the migration to pure babel is harder than expected, most stuff is done, but a lot of features need to be rebuild because babel works differently than ast-types. I will see what I can do. |
@danez if you wanted to make a set of issues or list of things to still be done on those conversions I may have time to jump in and work on some as well |
A quick update: I tried splitting up the first task but it somehow is all pretty intertwined.
What I figured now is that I can slowly rebuild some features before continuing the migrating to |
Version |
We're having a hard time updating this package in Storybook now that it is ESM only. :( We've had to pin to alpha.3 for now. |
PR #494
ast-types
anymore, which seems barely maintainedtraverse()
,parser()
, and morereact-docgen
&react-docgen-cli
, removes unnecessary dependencies if you do not need the climaster
branch tomain
Post-Release:
If you want to help feel free to comment. I'm nearly done with the first two tasks, which is the biggest chunk of work here so far.
If there are other ideas for major changes feel free to suggest. Now is the right time.
The text was updated successfully, but these errors were encountered: