Ken Chau
Ken Chau
I'm collecting some esm + jest + react + enzyme "real world" issues as I'm going here: https://github.com/kenotron/esm-jest/ 1. On https://github.com/standard-things/esm/blob/33ee0ac7e8c7aec7db176143f833560f7a09f069/esm.js#L178, _runResult can be undefined it seems, so add a...
fixes readme for the contrib guide
Currently, one has to do: ``` just-scripts build ``` to run *1* command. We can get rid of the need of lots of just.config.ts in monorepo packages if we an...
We will apply the workaround presented here for the sassTask: https://github.com/sass/node-sass/issues/1048 It basically attaches an "uncaughtException" handler for `process` during the run of the sassTask. It cleans up this kind...
Currently, we trigger jest with a CLI interface. This is okay, but in order to have the CLI quite FOR SURE when all tests are over is through `--forceExit`. This...
These are repro cases: 1. the first commit where a new dep is introduced + that dep being bumped while publishing 2. a package version are out of sync as...
lerna publish has a mode to update all at the same time: lerna publish minor lerna publish major lerna publish patch This also resembles the npm version strategy. We should...
It also fails with tests randomly.... we need to reinvestigate the e2e testing strategies.  
when there are public packages without a version (or invalid version) will cause the publish to fail.