@putout/plugin-convert-apply-to-spread
🐊Putout plugin adds ability to convert 'apply' to 'spread'
🐊Putout plugin adds ability to convert 'apply' to 'spread'
putout plugin adds ability to find and remove process.exit
🐊Putout plugin adds ability to find and remove console.log calls
putout plugin adds ability to find and remove test.only calls
🐊Putout plugin adds ability to convert 'Math.pow()' to 'exponentiation operator'
🐊Putout plugin adds ability to convert for to for-of
putout formatter output json on end
🐊Putout plugin adds ability to convert for-in to for-of
🐊Putout plugin adds ability to find and remove useless template string
putout plugin adds ability to convert throw statement into throw expression
putout plugin adds ability to remove useless await
🐊Putout plugin add ability to apply nullish coalescing operator (??)
putout plugin adds ability to remove useless async
🐊Putout plugin adds ability to split nested destructuring
🐊Putout plugin adds ability to convert ecma script module to commonjs
🐊Putout plugin adds ability to find and remove test.constant-conditions calls
putout plugin adds ability to apply top level await
🐊Putout plugin adds ability to convert equal to strict equal
🐊Putout plugin adds ability to convert indexOf to includes
🐊Putout plugin adds ability to find and remove useless functions