scalajs-tfjs
scalajs-tfjs copied to clipboard
scalajs 1.x doesnt support ptivate memebrs in native traits
Thanks! I really should start compiling against scalajs 1.0. I'm leaving this open for now because I'm still trying different options how to achieve something similar to selective TS exports of methods. Making methods private seems to be the wrong approach, though.
I'm wondering if the same restrictions apply to protected and package private methods. Do you know if this documented somewhere?
protected methods compiling fine in 1.x .