Eli

Results 430 comments of Eli

> Regarding cross-spawn, there’s also this: [lydell/elm-watch#66](https://github.com/lydell/elm-watch/pull/66). The key here is that we only need to support spawning the different elm tools, not stuff in general, which makes the problem...

> I don't know if you've seen the [e18e initiative/project](https://e18e.dev/), which aims to reduce the dependencies of the npm ecosystem. I'd seen it a few weeks ago, and it popped...

> * `globby` can be replaced by `tinyglobby`, some replacement i published after struggling for weeks when trying to replace globby in tsup (two subdependencies) > * `glob` can be...

> nope, fetch was added in like 17 point something and unflagged in 18.0.0 > > https://nodejs.org/en/blog/announcements/v18-release-announce#fetch-experimental Ah, I see. It was experimental, but not under a flag. I think...

> Execa has no known bugs. I thought there were some, looks like I was wrong there. > It's more likely `@jsdevtools/ez-spawn` has some bugs as it's not widely used...

In addition, your comment in the Chalk readme that > it [removing deps] might increase it [total `node_modules` size] is correct, but misses the point. It's not that the `node_modules`...

@jfmengels, do we actually depend on uglify-js? I realized we don't use it anywhere.

Oh, tinyglobby doesn't (actually) support Node v14, it seems: thecodrr/fdir#116 😞 I don't see any issues (open or closed) in tinyglobby about it, but I also don't see a matrix...

Our tests run on 16, not 14, which is why I asked. I'll see if I can get them to run on 14 though.