zqq
Results
9
issues of
zqq
**Describe the bug** When the heartbeat of an instance times out, it will be deregistered, and a DeregisterInstanceTraceEvent will be published, However, this event does not hold the port of...
status/need discuss
RT 执行带有 Loops 检查的 Statement 数组时, 每执行完一层 Statement 都会检查一次状态, 在 loops 分布稀疏的情况下, 将不需要检查的相邻的 Statement 合并成一个, 将有效减少检查次数
目前已支持简单的数组赋值: ```js [a, b, c] = [1, 2, 3]; ``` 事实上 ES6 支持的 [模式匹配] 更为复杂 ```js var [foo, [[bar], baz]] = [1, [[2], 3]]; foo // 1 bar // 2...
feature
TBD