Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(transformer/arrow-function): handle unicode when capitalizing property name #7311

Commits on Nov 17, 2024

  1. 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.
    overlookmotel committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    389b84e View commit details
    Browse the repository at this point in the history