import-conductor icon indicating copy to clipboard operation
import-conductor copied to clipboard

`import type { smth}` incorrectly merged with `import {smthElse} `

Open Lonli-Lokli opened this issue 3 years ago • 0 comments

Describe the bug

import type { QueryFetcher } from 'gqty';
import { createClient } from 'gqty';

This two lines are incorrectly merged into one

Steps to reproduce Steps to reproduce the behavior:

Expected behavior This linees should be kept separate

Desktop (please complete the following information):

  • OS: WinOS
  • import conductor version: [e.g. v2] 2.2.5

Lonli-Lokli avatar Feb 14 '22 17:02 Lonli-Lokli