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

fixes #291; incorrect this access #292

Merged
merged 1 commit into from
Oct 18, 2024
Merged

fixes #291; incorrect this access #292

merged 1 commit into from
Oct 18, 2024

Conversation

ringabout
Copy link
Collaborator

@ringabout ringabout commented Oct 18, 2024

fixes #291

since Nim support JS lambda lifting. The meaning of this has changed in the closure functions. It represents captured variables rather than binding objects.

--legacy:jsnolambdalifting should work as well.

fixes #291

since Nim support JS lambda lifting. The meaning of `this` has changed in the closure functions. It represents captured variables rather than binding objects.
@Araq Araq merged commit 2536062 into master Oct 18, 2024
1 check passed
@ringabout ringabout deleted the ringabout-patch-1 branch October 18, 2024 05:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Kajax not working in 2.2.0
2 participants