Is it possible to make `@JsStatic` work with suspe...
# javascript
m
Is it possible to make
@JsStatic
work with suspending functions?
a
It should be. Do you have an issue with it?
m
For me, it doesn't seem to do anything. If I export a non-suspending function it gets correctly converted into a static function, but with suspending functions nothing happens.
a
Could you please fill out an issue ticket for this here?
It's definitely a bug
m
Right, sure.
thank you color 2