Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

import type { smth} incorrectly merged with import {smthElse} #67

Open
Lonli-Lokli opened this issue Feb 14, 2022 · 0 comments
Open

import type { smth} incorrectly merged with import {smthElse} #67

Lonli-Lokli opened this issue Feb 14, 2022 · 0 comments

Comments

@Lonli-Lokli
Copy link
Contributor

Lonli-Lokli commented Feb 14, 2022

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant