cmstead / js-codeformer

A JS refactoring and code automation tool for building better source
MIT License
27 stars 2 forks source link

Move method out of class, to function #24

Closed cmstead closed 3 years ago

cmstead commented 3 years ago

User can select a method in a class definition and convert it to a local function instead, removing it from the class

cmstead commented 3 years ago

Complete in latest release:

https://github.com/cmstead/js-codeformer/releases/tag/v1.28.0