mirror of
https://github.com/swc-project/swc.git
synced 2025-01-03 02:54:43 +03:00
2 lines
52 B
JavaScript
2 lines
52 B
JavaScript
let { a , b =1 , c: d , e: f = 2 , [g]: [h] } = 3;
|