Uh oh!
There was an error while loading. Please reload this page.
ref(dev): Add dev-utils package - #5038
Conversation
There was a problem hiding this comment.
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.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
655d05d to
b7e8f57Comparesize-limit report 📦
|
abd939a to
7343ecfCompare7343ecf to
29e3da8Compare29e3da8 to
5d67d78CompareThis 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 🥀 |
AbhiPrasad
commented
Jan 30, 2023
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-utilspackage, 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.