Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle bytes identifier as UTF-8 strings
Previously, we visited either strings or bytes so that the visitor had to handle both cases. With this change, we always visit strings so that the bytes visitor function can be optimized out. This significantly reduces binary size.
- Loading branch information