You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to change all found elements via a callback. (i.e. rewrite $ref: )
other libraries have an apply(...,callback) method, that allows to change values easily by updating the value with the callback return value.
Current behavior
In this example I want to double all found values.
Motivation
I want to change all found elements via a callback. (i.e. rewrite $ref: )
other libraries have an apply(...,callback) method, that allows to change values easily by updating the value with the callback return value.
Current behavior
In this example I want to double all found values.
This syntax is especially bad if you work with typescript and eslint no_unused_var
Desired behavior
The text was updated successfully, but these errors were encountered: