Constructor that makes invalid descendants fail.
Constructor that makes invalid descendants fail.
same as setting ingoreInvalidDescendants to false
If true, descendants that cannot be exported are silently ignored.
(jSExportDescendentClasses: StringAdd).self
(jSExportDescendentClasses: StringFormat).self
(jSExportDescendentClasses: ArrowAssoc[JSExportDescendentClasses]).x
(Since version 2.10.0) Use leftOfArrow
instead
(jSExportDescendentClasses: Ensuring[JSExportDescendentClasses]).x
(Since version 2.10.0) Use resultOfEnsuring
instead
Specifies that all the concrete classes extending the annotated class or should have all their public constructors exported for use in raw JS. The constructors exported this way are exported under their fully qualified name.
Export Scala.js APIs to JavaScript