-
Notifications
You must be signed in to change notification settings - Fork 153
Open
Description
最近在学习作者的代码,发现22行这块是不是写错了呢?
if (this.value === 'const') {}
should be
if (this.kind === 'const') {}
Line 22 in ab7133f
| if (this.value === 'const') { |
Metadata
Metadata
Assignees
Labels
No labels