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

[12.x] Adapting blank to Evaluate Closures #55276

Closed

Conversation

devajmeireles
Copy link
Contributor

The blank is an extremely useful helper, but with one flaw: it does not support evaluating closures. With this PR, we have added support for evaluating closures primarily within the scope of the blank method so that the $value is evaluated right afterward.

Before:

blank(fn () => null); // false

After:

blank(fn () => null); // true

@PerryvanderMeer
Copy link
Contributor

PerryvanderMeer commented Apr 4, 2025

This is a breaking change, so it might be better to attempt targeting master.

@devajmeireles devajmeireles changed the base branch from 12.x to master April 4, 2025 17:35
@devajmeireles devajmeireles changed the base branch from master to 12.x April 4, 2025 17:36
@devajmeireles
Copy link
Contributor Author

This is a breaking change, so it might be better to attempt targeting master.

You're right! Thanks.

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.

2 participants