Skip to content

feat: Add outlining spans for object destructuring elements #38240

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

Conversation

a-tarasyuk
Copy link
Contributor

const {
   a,
   b,
   c
} = {
   a: 1,
   b: 2,
   c: 3
};

@a-tarasyuk a-tarasyuk requested a review from sheetalkamat May 6, 2020 16:55
@sandersn sandersn added the For Uncommitted Bug PR for untriaged, rejected, closed or missing bug label May 12, 2020
@sandersn sandersn merged commit 3f06adf into microsoft:master May 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
For Uncommitted Bug PR for untriaged, rejected, closed or missing bug
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants