jsjs icon indicating copy to clipboard operation
jsjs copied to clipboard

const scope 看起来有个地方写错了

Open iamzhouyi opened this issue 6 years ago • 1 comments

最近在学习作者的代码,发现22行这块是不是写错了呢? if (this.value === 'const') {} should be if (this.kind === 'const') {}

https://github.com/bramblex/jsjs/blob/ab7133f7435acdf16a86473cbd36ab68d6195fba/src/scope.ts#L22

iamzhouyi avatar Jan 22 '19 08:01 iamzhouyi

应该就是写错了……

bramblex avatar Jan 29 '19 04:01 bramblex