Fix adapting of ForInStatement.
When for-in contains variable declaration, Esprima produced the whole VariableDeclaration, but RKelly gives just VarDeclNode - so we wrap it inside a VariabelDeclaration to match Esprima output.
Loading
Please register or sign in to comment