You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behavior
In a restructuring assignment expression, when alias is renamed back to original property's name, it has the full form (const { property: property } = testObject; in the following example):
Proposed behavior
Shorten form of assignment (const { property } = testObject; in this example) - either automatically, or enabled with configuration.
The text was updated successfully, but these errors were encountered:
Current behavior
In a restructuring assignment expression, when alias is renamed back to original property's name, it has the full form (
const { property: property } = testObject;
in the following example):Proposed behavior
Shorten form of assignment (
const { property } = testObject;
in this example) - either automatically, or enabled with configuration.The text was updated successfully, but these errors were encountered: