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

Transform ES2015 Unicode Escapes to ES5 #11377

Merged
merged 12 commits into from May 24, 2020

Commits on May 19, 2020

  1. Transform ES2015 Unicode Escapes to ES5

    This isn't 100% full proof, since there are surrogate pairs that are valid identifiers that can't be encoded into ES5. And, Tagged Template Literals record can't be changed, because it would change their `raw` values during runtime.
    jridgewell committed May 19, 2020
    Copy the full SHA
    30959a2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    22cf031 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1bb92dc View commit details
    Browse the repository at this point in the history
  4. Fix description

    jridgewell committed May 19, 2020
    Copy the full SHA
    57242b4 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    cb7dad7 View commit details
    Browse the repository at this point in the history
  6. Rename fixture directory

    jridgewell committed May 19, 2020
    Copy the full SHA
    0bc99ab View commit details
    Browse the repository at this point in the history
  7. Cleanup code

    jridgewell committed May 19, 2020
    Copy the full SHA
    3352b14 View commit details
    Browse the repository at this point in the history
  8. padStart in node 6

    jridgewell committed May 19, 2020
    Copy the full SHA
    6022db0 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    98cded9 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    d353b5b View commit details
    Browse the repository at this point in the history
  11. Transform local bindings

    jridgewell committed May 19, 2020
    Copy the full SHA
    390e213 View commit details
    Browse the repository at this point in the history
  12. update compat-data

    existentialism committed May 19, 2020
    Copy the full SHA
    ebafdd4 View commit details
    Browse the repository at this point in the history