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
WebSharper already has a feature to add a JavaScript attribute next to ReflectedDefinition, to pre-compile expressions client-side passed into the method. For example this is used internally by WebSharper.UI's client (myClientSideDoc(capturedVar)).
Enable this feature for constructors too, ideally without breaking change in metadata format.
The text was updated successfully, but these errors were encountered:
WebSharper already has a feature to add a JavaScript attribute next to ReflectedDefinition, to pre-compile expressions client-side passed into the method. For example this is used internally by WebSharper.UI's
client (myClientSideDoc(capturedVar))
.Enable this feature for constructors too, ideally without breaking change in metadata format.
The text was updated successfully, but these errors were encountered: