Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix arrow function body for directives
3d0f13b changed the body of `FunctionExpression` and `FunctionDeclaration` `FunctionBody`, but didn't `ArrowFunctionExpression`'s. This commit fixes the body of `ArrowFunctionExpression`.
- Loading branch information