scala.scalajs.js.annotation
Specifies that all the objects extending the annotated class or trait should be exported for use in raw JS. Note that objects exported this way are exported under their fully qualified name.
Export Scala.js APIs to JavaScript
Constructor that makes invalid descendants fail.
same as setting ingoreInvalidDescendants to false
If true, descendants that cannot be exported are silently ignored.
Specifies that all the objects extending the annotated class or trait should be exported for use in raw JS. Note that objects exported this way are exported under their fully qualified name.
Export Scala.js APIs to JavaScript