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 sending this value to function environments #526

Merged
merged 3 commits into from
Jun 25, 2020
Merged

Fix sending this value to function environments #526

merged 3 commits into from
Jun 25, 2020

Commits on Jun 25, 2020

  1. * Arrow functions are lexical and have no this, they should also pass…

    … `None` for initial `this` value
    
    * Call `bind_this_value` to properly set up `this` binding in functions
    jasonwilliams committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    6a0a548 View commit details
    Browse the repository at this point in the history
  2. * test added

    * updated editorConfig
    * removed problemMatcher from tasks.json
    jasonwilliams committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    a65f253 View commit details
    Browse the repository at this point in the history
  3. New Line

    jasonwilliams committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    afd70ce View commit details
    Browse the repository at this point in the history