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: ensure (a?.b)() has proper this #11623

Merged
merged 12 commits into from Jun 1, 2020
Merged

fix: ensure (a?.b)() has proper this #11623

merged 12 commits into from Jun 1, 2020

Commits on May 27, 2020

  1. Copy the full SHA
    e8b4108 View commit details
    Browse the repository at this point in the history
  2. let test be more restrictive

    JLHwung committed May 27, 2020
    Copy the full SHA
    a351a4b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a487e9b View commit details
    Browse the repository at this point in the history
  4. chore: revamp test files

    JLHwung committed May 27, 2020
    Copy the full SHA
    4f3369f View commit details
    Browse the repository at this point in the history
  5. refactor: simplify

    JLHwung committed May 27, 2020
    Copy the full SHA
    3672f7f View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    30b4852 View commit details
    Browse the repository at this point in the history
  7. add loose test cases

    JLHwung committed May 27, 2020
    Copy the full SHA
    792b5bd View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. add (a?.#b)() support

    JLHwung committed May 28, 2020
    Copy the full SHA
    bd78255 View commit details
    Browse the repository at this point in the history
  2. add with-transform test cases

    JLHwung committed May 28, 2020
    Copy the full SHA
    7691248 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2020

  1. Update packages/babel-plugin-proposal-optional-chaining/src/index.js

    Co-authored-by: Justin Ridgewell <justin@ridgewell.name>
    JLHwung and jridgewell committed May 30, 2020
    Copy the full SHA
    0c6759b View commit details
    Browse the repository at this point in the history
  2. address review comments

    JLHwung committed May 30, 2020
    Copy the full SHA
    44e02e9 View commit details
    Browse the repository at this point in the history
  3. update test fixtures

    JLHwung committed May 30, 2020
    Copy the full SHA
    a2d5657 View commit details
    Browse the repository at this point in the history