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

Handle private access chained on an optional chain #11248

Merged

Commits on May 21, 2020

  1. Handle private access chained on an optional chain

    See the resolution from tc39/proposal-class-fields#301.
    jridgewell authored and JLHwung committed May 21, 2020
    Copy the full SHA
    d8a38b8 View commit details
    Browse the repository at this point in the history
  2. Comments, tests, and fixes

    jridgewell authored and JLHwung committed May 21, 2020
    Copy the full SHA
    844f4bd View commit details
    Browse the repository at this point in the history
  3. tmp

    jridgewell authored and JLHwung committed May 21, 2020
    Copy the full SHA
    327b046 View commit details
    Browse the repository at this point in the history
  4. Reduce temporary variables

    jridgewell authored and JLHwung committed May 21, 2020
    Copy the full SHA
    d77facd View commit details
    Browse the repository at this point in the history
  5. Add private method tests

    jridgewell authored and JLHwung committed May 21, 2020
    Copy the full SHA
    5ec367f View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    827fd8e View commit details
    Browse the repository at this point in the history
  7. Update memoized names

    jridgewell authored and JLHwung committed May 21, 2020
    Copy the full SHA
    e2ae2b4 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    d5b22f6 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    381a622 View commit details
    Browse the repository at this point in the history
  10. fix: rebase error

    JLHwung committed May 21, 2020
    Copy the full SHA
    de86a3d View commit details
    Browse the repository at this point in the history
  11. update test262 whitelist

    JLHwung committed May 21, 2020
    Copy the full SHA
    0742d99 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2020

  1. feat: support ?.#x and ?.#m()

    JLHwung committed May 22, 2020
    Copy the full SHA
    785b6e8 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2020

  1. chore: run test on node 14

    JLHwung committed May 23, 2020
    Copy the full SHA
    1788e52 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2020

  1. Copy the full SHA
    f08975b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    55bdc00 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2020

  1. add #m?.() support

    Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
    JLHwung and nicolo-ribaudo committed May 25, 2020
    Copy the full SHA
    12eb77b View commit details
    Browse the repository at this point in the history
  2. add loose test cases

    JLHwung committed May 25, 2020
    Copy the full SHA
    aee43de View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    970a5a1 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2020

  1. fix: avoid reuse ast node

    JLHwung committed May 26, 2020
    Copy the full SHA
    08160d8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6c4486f View commit details
    Browse the repository at this point in the history