├── .gitignore ├── .vscodeignore ├── LICENSE ├── README.md ├── images └── js-refactor-icon.png └── package.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cmstead/js-refactor/HEAD/.gitignore -------------------------------------------------------------------------------- /.vscodeignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cmstead/js-refactor/HEAD/.vscodeignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cmstead/js-refactor/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cmstead/js-refactor/HEAD/README.md -------------------------------------------------------------------------------- /images/js-refactor-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cmstead/js-refactor/HEAD/images/js-refactor-icon.png -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/cmstead/js-refactor/HEAD/package.json --------------------------------------------------------------------------------