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
add this binding to Plugin props and StateField functions.
remove static functions and constructors from functors mimicking class inheritance (since those bindings depend on a litteral (hence static) string in bs.scope)
fix or remove complex and incorrect bindings like EditorView.someProp, Step.jsonID or Selection.jsonID
find a way to display docs for functions created by functors (that would probably need some work on the Reason Language Server so a bit off-topic, otherwise we would have to copy the doc for every function of the functor in the .rei file).
remove orderedmap.bs.js from git
We're very close to 0 runtime cost for our bindings, I think the only thing that doesn't follow this rule is how we model this binding, hopefully that could change soon with the new way to model uncurried functions teased by Hongbo.
The text was updated successfully, but these errors were encountered:
Here is a list of things that should be fixed before releasing a v1.0 in my opinion (by decreasing level of importance):
external
andbs
annotations in order to let the compiler's optimization and inlining kick inthis
binding to Plugin props and StateField functions.bs.scope
)We're very close to 0 runtime cost for our bindings, I think the only thing that doesn't follow this rule is how we model
this
binding, hopefully that could change soon with the new way to model uncurried functions teased by Hongbo.The text was updated successfully, but these errors were encountered: