Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(transformer/arrow-function): handle unicode when capitalizing pro…
…perty name (#7311) Previously was assuming property name starts with an ASCII character. If it started with a multi-byte unicode char, `&property[1..]` would panic.
- Loading branch information