7 ms·
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.
by developit 6y 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.
- franga2000 6y agoStill, 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)
- developit 6y agoOh I totally agree it's strange, haha. The cost tends to be magnified in Node land since everything is a million files.