eslint-import-resolver-typescript icon indicating copy to clipboard operation
eslint-import-resolver-typescript copied to clipboard

chore(deps): remove `is-core-module` dependency

Open wojtekmaj opened this issue 7 months ago • 3 comments

Node.js from v6.13.0, v8.10.0, v9.3.0 includes module.builtinModules which we can use to natively check if some module belongs to Node.js core or not.

This drops not one, but three dependencies, removing 70 KB of bloat: https://npmgraph.js.org/?q=is-core-module

wojtekmaj avatar Jun 28 '24 08:06 wojtekmaj