Closed cmstead closed 3 years ago
The parameter portion of this request is complete: Toggle function parameter declaration type
This allows the developer to toggle between positional parameters and destructured parameters.
The new feature is available in the latest release:
https://github.com/cmstead/js-codeformer/releases/tag/v1.3.0
The function call arguments portion of this is now complete.
This allows the developer to toggle function call arguments between positional parameters and an object. The generated object will, of course, need names for all values, so each new property is tab-stopped.
It is available in the latest release:
https://github.com/cmstead/js-codeformer/releases/tag/v1.6.1
This is a quick and dirty migration of a JS Refactor enhancement request. Please see the following link for details:
https://github.com/cmstead/js-refactor/issues/99