【发布时间】:2016-04-03 18:57:38
【问题描述】:
我有这个 GorillaScript 代码来展平数组:
Array::compact := #
for filter value in this
value and (typeof value.isempty != 'function' or not value.isempty()) and (typeof value != 'object' or Object.keys(value).length != 0)
GorillaScript 已经死了。有人可以帮我把它翻译成 LiveScript 吗?我对 LiveScript 很陌生。
【问题讨论】:
标签: translate livescript