iamzhouyi

Results 4 issues of iamzhouyi

The scope name returns different values in different syntax. javascript returns source.js string.quoted.double.js punctuation.definition.string.end.js javascript(babel) returns source.js string.quoted.js punctuation.definition.string.quoted.end.js

I got my ST3 updated(build 3103). I found that it wouldn't be triggered when I used babel syntax (https://packagecontrol.io/packages/Babel).

最近在学习作者的代码,发现22行这块是不是写错了呢? if (this.value === 'const') {} should be if (this.kind === 'const') {} https://github.com/bramblex/jsjs/blob/ab7133f7435acdf16a86473cbd36ab68d6195fba/src/scope.ts#L22

依赖于audioCtx.currentTime的同步方案 在测试过程中感觉不太靠谱,例如chrome最小化后,音频停止播放了但是currentTime会继续流逝,还有例如网络卡顿。 使用pts是否是更好的方案呢:)