You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It definitely can be implemented and tested outside of the core, so it should.
With Scala.js-defined JS classes, this feature has lost a lot of its usefulness (GitHub reports 2 occurrences of js.use in .scala files in the wild, and one of them should really be a Scala.js-defined JS class).
It is the only macro in the core library, so getting rid of it means getting rid of all macros in the core lib.
The text was updated successfully, but these errors were encountered:
sjrd
added
the
enhancement
Feature request (that does not concern language semantics, see "language")
label
May 12, 2017
I'm not a big fan of deprecating without replacement in 0.6.17. Because if people do use it and use fatal warnings, it's too much breakage in a minor release.
I'd actually rather just remove it in 1.0.0 without replacement, and revive if necessary.
There are 3 good reasons for that:
js.use
in .scala files in the wild, and one of them should really be a Scala.js-defined JS class).The text was updated successfully, but these errors were encountered: