Loading
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.
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.