sort-typescript-imports icon indicating copy to clipboard operation
sort-typescript-imports copied to clipboard

Add support for removing whitespace for single line imports

Open matthew-gerstman opened this issue 7 years ago • 1 comments

Hello!

This PR adds support for removing the whitespace from single line imports like so

import {'foo'} from 'bar';

as opposed to

import { 'foo' } from 'bar';

matthew-gerstman avatar Jun 28 '18 20:06 matthew-gerstman

@matthew-gerstman FYI I forked this project and incorporated your PR into my release, if you are interested. https://github.com/neilsoult/typescript-imports-sort

neilsoult avatar Jul 26 '18 22:07 neilsoult