Conversation
Prior to this commit, unary operator spreading happened implicitly, leading to surprises like typeof [] != typeof [0] (== [typeof 0]). With this commit, a splat is required prior to the array being spread over: typeof ...[0] == [typeof 0]. Implicit operator spreading is no longer handled; typeof [0] is just typeof [0].
Closed
8 tasks
Closed
Closed
This was referenced
Jan 11, 2018Closed
Closed
rhendric deleted the reform-operator-spread branch
May 4, 2023 20:16Labels
None yet