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

Merge same-origin imports #261

Open
dyon21 opened this issue Oct 12, 2023 · 0 comments
Open

Merge same-origin imports #261

dyon21 opened this issue Oct 12, 2023 · 0 comments
Labels
feature request A new feature request

Comments

@dyon21
Copy link

dyon21 commented Oct 12, 2023

expect:

Input:

import { Button } from 'components'
import { Card } from 'components'

Output:

import { Button, Card } from 'components'
@dyon21 dyon21 added the feature request A new feature request label Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request A new feature request
Projects
None yet
Development

No branches or pull requests

1 participant