stringham / move-ts

A Visual Studio Code plugin for updating relative imports when moving typescript files and folders in your workspace.
MIT License
52 stars 15 forks source link

Add option to remove index filename from updated imports #29

Closed dr3 closed 4 years ago

dr3 commented 4 years ago

Resolves #28

Adds ability to remove index from file imports once moved.

Eg import blah from '../folder/index' to import blah from '../folder'

Also updates the node deps as theyre oldddd and have vulnerabilities. Now works with node 12

stringham commented 4 years ago

published