-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
ref(dev): Add dev-utils
package
#5038
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
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.
I think it's a good change to have this extra package. I left some questions/comments but they shouldn't block for now, given that the package itself is still empty. Seems like building the package fails in CI though. I think if we fix CI, this is good to go from my perspective.
655d05d
to
b7e8f57
Compare
size-limit report 📦
|
abd939a
to
7343ecf
Compare
7343ecf
to
29e3da8
Compare
29e3da8
to
5d67d78
Compare
This pull request has gone three weeks without activity. In another week, I will close it. But! If you comment or otherwise update it, I will reset the clock, and if you label it "A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀 |
This is a great idea we should pursue later on, but for now closing. |
Since we're not using it immediately, I'm going to wait to merge this until a few other structural changes have gone through. Moving back to draft.
This adds the skeleton of a new
dev-utils
package, which will eventually hold a lot of the stuff that's started to litter the top level of our repo (rollup helpers, jest transformers, etc), as well as give us a place to put, for example, testing helpers which right now have to be copied across packages.Work to move things into the package (and update anything that points to the old locations) will happen in follow-up PRs.
Note: There is a little cruft here, of the kind from which all of our packages suffer, which I left alone (for the moment) for simplicity's sake. When we do the work to clean up this junk repo-wide, these crufty areas will get taken care of.