mirror of
https://github.com/swc-project/swc.git
synced 2024-11-24 02:06:08 +03:00
064bcf4854
Co-authored-by: Donny/강동윤 <kdy1997.dev@gmail.com>
4 lines
39 B
JavaScript
4 lines
39 B
JavaScript
a = function({ b } = {
|
|
b: 1
|
|
}) {};
|