Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(transformer): RegExp transform unbox early (#5504)
Unbox the `RegExpLiteral` early to avoid all lookups thereafter going through the indirection of a `Box`.
- Loading branch information