Showing 1-20 of 905 packages
Compile ES2015 destructuring to ES5
Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517
Compile ES2015 destructuring to ES5
destructuring specific linting rules for ESLint
Transform destructuring private proposal
🐊Putout plugin adds ability to merge destructuring properties
Compile ES2015 destructuring to ES5
🐊Putout plugin adds ability use destructuring on variable declarations
🐊Putout plugin adds ability to split nested destructuring
Enforce placing destructuring properties on separate lines
Eslint plugin for enforcing newlines in object destructuring assignment past a certain number of properties.
Avoid Safari10 ES6 bug by not destructuring in catch blocks
🐊Putout plugin adds ability to transform destructuring
Convert declarations & assignments to destructuring as appropriate.
This rule enforces the usage of single-level destructuring over deep destructuring.
Babel plugin that enables extensible destructuring as per https://github.com/vacuumlabs/es-proposals
🐊Putout plugin adds ability to find and 'split-call-with-destructuring' statement
Allow parsing of destructuring private fields
Inspects function's parameters declaration and returns information about it (e.g. names, default values, if needs destructuring, destructured parameters names and default values)
Transforms object's properties into an array of arguments tailored for a specific function, respecting the expected order and handling destructuring and rest parameters when needed.