amatiasq / vsc-sort-imports

Sort ES6 imports automatically.
ISC License
58 stars 24 forks source link

feat: don't sort type defs #52

Closed jquense closed 4 years ago

jquense commented 5 years ago

In practice sorting .d.ts files doesn't really work, Type defs can have nested declares with imports, but import-sort doesn't really know anything about that. Ideally it would be handle to handle such cases but not at the moment!

amatiasq commented 5 years ago

Good point :shipit:

amatiasq commented 4 years ago

Ready to merge it and release your first version? ;)