(hasJSNativeLoadSpec: StringAdd).self
(hasJSNativeLoadSpec: StringFormat).self
(hasJSNativeLoadSpec: ArrowAssoc[HasJSNativeLoadSpec]).x
(Since version 2.10.0) Use leftOfArrow
instead
(hasJSNativeLoadSpec: Ensuring[HasJSNativeLoadSpec]).x
(Since version 2.10.0) Use resultOfEnsuring
instead
IMPLEMENTATION DETAIL: Marks this JS native module class as having stored a loading spec in its IR.
This is true iff the module class was compiled with Scala.js 0.6.13 or later.
Do not use this annotation yourself.