urlang icon indicating copy to clipboard operation
urlang copied to clipboard

Support spread in object literals.

Open soegaard opened this issue 2 years ago • 1 comments

The spread operator ... can be used like this:

{...styles, color: "red"}

In Urlang, allow a spread operator at the beginning of an object literal.

soegaard avatar Aug 17 '22 11:08 soegaard