Skip to content

destructuring pretier.doc.builders and prettier.util only once - #1660

Merged
Janther merged 1 commit into
mainfrom
destructuring-prettier
Aug 10, 2026
Merged

destructuring pretier.doc.builders and prettier.util only once#1660
Janther merged 1 commit into
mainfrom
destructuring-prettier

Conversation

@Janther

@Janther Janther commented Aug 5, 2026

Copy link
Copy Markdown
Member

slight performance improvement at the beginning of the runtime and smaller file size since every time we destructure an object, we have to name the attribute and we can't minimize that.

@Janther
Janther requested a review from fvictorio August 5, 2026 06:08
@Janther
Janther force-pushed the destructuring-prettier branch from d5f1fcd to e3c3273 Compare August 8, 2026 23:20

@fvictorio fvictorio left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Very interesting, and makes sense.

@Janther
Janther merged commit 6fd6cc3 into main Aug 10, 2026
7 checks passed
@Janther
Janther deleted the destructuring-prettier branch August 10, 2026 20:43
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.

2 participants