Showing 1-20 of 256,124 packages
🐊Putout plugin adds ability to convert concat to flat
🐊Putout plugin adds ability to convert 'apply' to 'spread'
🐊Putout plugin adds ability to convert 'Math.pow()' to 'exponentiation operator'
🐊Putout plugin adds ability to convert throw statement into throw expression
🐊Putout plugin adds ability to find and remove useless template string
🐊Putout plugin adds ability to convert arguments to rest
🐊Putout plugin adds ability convert assignment to comparison
🐊Putout plugin adds ability to convert quotes to backticks
🐊Putout plugin adds ability to convert 'const' to 'let'
🐊Putout plugin adds ability to convert anonymous to arrow function
🐊Putout plugin adds ability to convert ecma script module to commonjs
🐊Putout plugin adds ability to convert commonjs to ecma script module
🐊Putout plugin adds ability to convert indexOf to includes
🐊Putout plugin adds ability to convert array copy to slice
🐊Putout plugin adds ability convert assignment to arrow function
putout plugin adds ability to convert top-level return to process.exit
🐊Putout plugin adds ability to convert comparison to boolean
🐊Putout plugin adds ability to convert Object.assign to merge spread
🐊Putout plugin adds ability to convert equal to strict equal
putout plugin adds ability to convert generic to shorthand