core icon indicating copy to clipboard operation
core copied to clipboard

WebSharper attributes on C# local functions

Open Jand42 opened this issue 3 years ago • 0 comments

Some WebSharper attributes could be respected on C# local functions for granularity. This is not a priority, as it any goal can be reached by moving them to be proper class methods instead:

  • [ ] [Inline], [Constant] and [Inline(...)]
    • [ ] Test added
  • [ ] [Javascript(false)]
    • [ ] Test added
  • [ ] [Name(...)]
    • [ ] Test added
  • [ ] [Pure]
    • [ ] Test added

Jand42 avatar Feb 28 '22 09:02 Jand42