Package Exports
- @putout/engine-loader
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@putout/engine-loader) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
putout-engine-loader

Load putout plugins.
Install
npm i @putout/engine-loaderCode Example
const {loadPlugins} = require('@putout/engine-loader');
const pluginNames = [
'remove-unusede-variables',
];
const rules = {
'remove-unused-variables': 'on'
};
const plugins = loadPlugins({
cache: true, //default
pluginNames,
rules,
});License
MIT