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 • 0 comments

Is your feature request related to a problem? Please describe.

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. There's no need to use external packages to do so.

Describe the solution you'd like

Use module.builtinModules.

Describe alternatives you've considered

n/a

wojtekmaj avatar Jun 28 '24 09:06 wojtekmaj