@putout/plugin-convert-throw
putout plugin adds ability to convert throw statement into throw expression
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
🐊Putout plugin adds ability to find and remove 'debugger' statement
🐊Putout plugin adds ability to convert arguments to rest
🐊Putout plugin adds ability to apply shorthand properties
🐊Putout plugin adds ability to remove useless typeof
🐊Putout plugin adds ability to reuse duplicate init
putout plugin adds ability to convert generic to shorthand
🐊Putout plugin adds ability to convert array copy to slice
🐊Putout plugin adds ability to remove useless for-of
🐊Putout plugin adds ability apply numeric separators