Showing 1-20 of 928 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
🐊Putout plugin adds ability to merge destructuring properties
🐊Putout plugin adds ability use destructuring on variable declarations
Transform destructuring private proposal
Compile ES2015 destructuring to ES5
🐊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.
🐊Putout plugin adds ability to transform destructuring
Avoid Safari10 ES6 bug by not destructuring in catch blocks
Convert declarations & assignments to destructuring as appropriate.
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
This rule enforces the usage of single-level destructuring over deep destructuring.
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.