David Michon

Results 56 comments of David Michon

At one point we were considering switching to globs, but opted to stick with folders for the following reasons: 1. It is absolutely critical in a phased build environment that...

To explore the performance of reusing SASS compiler processes, I used the following chunk of wrapper code (I'm still running against 1.49.11 right now due to compatibility in my repository's...

Fair enough; my concern was mostly that the formatting change spiked the lockfile size significantly (on pnpm 7 it is small enough to view the diff; in pnpm 8 it...

I believe the best solution here would be to have some `pnpm sync-injected` or other command that, when executed, "publishes" the specified package (ideally mimicking exactly the output of a...

I'm not a fan of doing this globally for all consumers of heft-jest-plugin.

> > I'm not a fan of doing this globally for all consumers of heft-jest-plugin. > > Why not? A test taking longer than 5 seconds, _even if the VM...