DEBSOURCES
Skip Quicknav
sources / node-terser / 5.38.0-1 / test / compress / issue-229.js
12345678
template_strings: { input: { var x = {}; var y = {...x}; y.hello = 'world'; } expect_exact: "var x={};var y={...x};y.hello=\"world\";" }