eslint-plugin-boundaries icon indicating copy to clipboard operation
eslint-plugin-boundaries copied to clipboard

Remove `is-core-module` dependency

Open wojtekmaj opened this issue 6 days ago • 1 comments

Please provide enough information so that others can review your pull request:

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

Closing issues

Closes #334

wojtekmaj avatar Jun 28 '24 09:06 wojtekmaj