Hacker News new | ask | show | jobs
by developit 2016 days ago
tbh I think a good chunk of that size is babel-parser, which we're looking into removing from the preact ESLint preset. Still quite a difference though.
1 comments

Still, that's just a parser, right? An entire Python installation can fit in that space - parser, interpreter, stdlib and package manager. (and I'm sure many others too, python is just what I'm familiar with)
Oh I totally agree it's strange, haha. The cost tends to be magnified in Node land since everything is a million files.