Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(transformer): pass ref to function (#3781)
Tiny refactor. Pass `&TSEnumDeclaration` to function instead of `&Box<TSEnumDeclaration>` (which is a reference to a reference).
- Loading branch information