-
Notifications
You must be signed in to change notification settings - Fork 153
const scope 看起来有个地方写错了 #9
Copy link
Copy link
Open
Description
最近在学习作者的代码,发现22行这块是不是写错了呢?
if (this.value === 'const') {}
should be
if (this.kind === 'const') {}
Line 22 in ab7133f
| if (this.value === 'const') { |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels