Ken Chau

Results 31 issues of 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...

enhancement

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...

bug

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...

feature

It also fails with tests randomly.... we need to reinvestigate the e2e testing strategies. ![image](https://user-images.githubusercontent.com/34725/83686639-66b8ed80-a59f-11ea-97aa-35f1dc5c3d02.png) ![image](https://user-images.githubusercontent.com/34725/83686683-818b6200-a59f-11ea-8fb9-010067a1372c.png)

bug

when there are public packages without a version (or invalid version) will cause the publish to fail.

bug