Confusion about VariableDeclaration in easter
Opened this issue · 0 comments
vincentdchan commented
In easter/src/smt.rs
, I found that const
and let
are belong to Decl
but var
is belong to Stmt
. It's very strange, and it's different to esprima. I want to know why. Thank you.