Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(parser): Switch to by-ref builder
Since nothing is being moved into `Parser`, we don't get any performance benefit with a moving builder, so switching to a by-ref builder.
- Loading branch information