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

Refactor collapseGroups #1572

Merged
merged 2 commits into from Sep 15, 2021
Merged

Refactor collapseGroups #1572

merged 2 commits into from Sep 15, 2021

Conversation

TrySound
Copy link
Member

@TrySound TrySound commented Sep 14, 2021

  • migrated to visitor plugin api
  • covered with tsdoc

Part of the code is still complicated. Will come to it eventually.

- migrated to visitor plugin api
- covered with tsdoc

Part of the code is still complicated. Will come to it eventually.
node.children.length === 1
) {
const firstChild = node.children[0];
// TODO untangle this mess
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 😅

@TrySound TrySound merged commit e3c6873 into master Sep 15, 2021
@TrySound TrySound deleted the refactor-collapse-groups branch September 15, 2021 22:51
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

Successfully merging this pull request may close these issues.

None yet

4 participants