155 packages found
Test runner for 🐊Putout plugins
🐊Putout plugin adds ability to apply Array.isArray()
🐊Putout plugin adds ability to convert '.reduce()' to 'for...of'
🐊Putout plugin for transforming TypeScript code
🐊Putout plugin adds ability to apply comparison order
🐊Putout plugin adds ability to declare imports first
🐊Putout plugin adds ability to convert 'const' to 'let'
🐊Putout plugin helps with Math
🐊Putout plugin helps with plugins development
🐊Putout plugin adds ability to remove useless 'replace()'
🐊Putout plugin adds ability to remove useless and add missing operator 'new'
🐊Putout plugin adds ability to transform code to new API of Node.js
🐊Putout plugin adds ability to transform logical expressions
🐊Putout plugin adds ability to apply 'flatMap()'
🐊Putout plugin helps with tests
🐊Putout plugin adds ability to find and remove nested blocks
🐊Putout plugin adds ability to remove useless spread
🐊Putout plugin adds ability move declarations before references
🐊Putout plugin adds ability to convert 'Math.sqrt()' to 'Math.hypot()'
🐊Putout plugin adds ability to apply try-catch