Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Feature request: collapse single-element groups #96

Closed
japgolly opened this issue Jul 17, 2020 · 1 comment · Fixed by #97
Closed

Feature request: collapse single-element groups #96

japgolly opened this issue Jul 17, 2020 · 1 comment · Fixed by #97
Labels
enhancement New feature or request
Milestone

Comments

@japgolly
Copy link
Contributor

Hi. I just realised this is missing a feature to fix

import blah.{X}

into

import blah.X
@japgolly
Copy link
Contributor Author

Actually:

import blah1.{X}
import blah2.{Y => y}

into

import blah1.X
import blah2.{Y => y}

@liancheng liancheng added the enhancement New feature or request label Jul 18, 2020
@liancheng liancheng added this to the v0.3.1 milestone Jul 18, 2020
liancheng added a commit that referenced this issue Jul 18, 2020
@liancheng liancheng linked a pull request Jul 18, 2020 that will close this issue
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants