aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/backend/sjs/JSInterop.scala
Commit message (Collapse)AuthorAgeFilesLines
* Move sjs, make sure that partest compiles everything in dirsFelix Mulder2016-11-221-110/+0
|
* More documentation for some Scala.js-specific methods.Sébastien Doeraene2016-03-161-4/+20
|
* Implement most of use-site JavaScript interop.Sébastien Doeraene2016-03-101-0/+67
| | | | | | Notable things that are not yet implemented: * JS exports * Scala.js-defined JS classes.
* Implement most of the Scala.js IR code generator.Sébastien Doeraene2016-03-101-0/+27
Notable things that are missing at this point: * Pattern matching * Try * Most of the JavaScript interop