hakk icon indicating copy to clipboard operation
hakk copied to clipboard

handle deeper destructuring exports

Open arthuredelstein opened this issue 2 years ago • 0 comments

We are handling first-level destructuring exports, but it would be better to have deeper destructuring. For example:

export { x: [a,b] } = obj1;
export [ y: { c: [e, f] } ] = obj2;

etc.

arthuredelstein avatar Jan 12 '23 19:01 arthuredelstein