You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Support spreading strings
* Support SpreadAssignment
* Fix SpreadAssignment
* Use for loop for spreading strings
* Use Object.assign not MergeObjects
* Remove string declaration
* Avoid adding an empty table in SpreadElement table lists
* Avoid mutating the first SpreadAssignment value
* Remove JSON.parse in spreadElement test. Not needed
* Add spreadElement destructure and multiple properties
* Allow arrays to be spread
* Add a comment to SpreadAssignment algorithm
* Use if else in SpreadAssignment element
* Remove unnecessary tests
0 commit comments