swc/crates/swc_ecma_codegen/tests/test262/d3d6ca7932414eed.js
David Sherret 064bcf4854
fix(es/codegen): Remove extra spaces in AssignPatProp and KeyValuePatProp (#7488)
Co-authored-by: Donny/강동윤 <kdy1997.dev@gmail.com>
2023-06-07 05:08:35 +00:00

6 lines
91 B
JavaScript

function a(b = 1) {}
function c(b = (2 + 3)) {}
function d({ e } = {}, [f] = [
4
]) {}