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

Preserve this in closures #79

Merged
merged 3 commits into from
Mar 2, 2024
Merged

Preserve this in closures #79

merged 3 commits into from
Mar 2, 2024

Conversation

y21
Copy link
Owner

@y21 y21 commented Mar 2, 2024

Fixes #74

@y21 y21 added the A-vm label Mar 2, 2024
@y21 y21 merged commit 530e010 into master Mar 2, 2024
2 checks passed
@y21
Copy link
Owner Author

y21 commented Mar 2, 2024

Before

Passes: 9595 (20.92%)
Fails: 36149
Panics: 114

After

Passes: 9658 (21.06%)
Fails: 36087
Panics: 113

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

this in arrow functions is wrong
1 participant