Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Return more data from
babel.transform
.
Previous code only returns an object of the shape `{ code, map, metadata }` which prevents accessing things like the AST when `babel` is configured to output it. This change allows access to more things that `babel` spits out.
- Loading branch information