microsoft / vscode-typescript-tslint-plugin

VS Code extension that provides TSLint support using the typescript-tslint-plugin
https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-typescript-tslint-plugin
MIT License
188 stars 34 forks source link

[missing whitespace] on `import('foo').` #47

Closed bySabi closed 5 years ago

bySabi commented 5 years ago

I don't have this before autoupdate to 0.4.0.

before

type Foo = import('foo').Foo

Now I have to add a space:

type Foo = import ('foo').Foo
bySabi commented 5 years ago

Right now is autosolved :-)