summaryrefslogtreecommitdiff
path: root/scalajslib/jsbridges/0.6
Commit message (Collapse)AuthorAgeFilesLines
* scala.js run (#127)Nikolay Tatarinov2018-02-091-0/+6
| | | | scala.js run command
* WIP: Scala js testing (#119)Nikolay Tatarinov2018-02-011-3/+24
| | | fixes #102. Use scala js testing framework to launch tests
* Migrate `scalajslib` over to a `T.worker` setup similar to `scalalib`Li Haoyi2018-01-251-1/+1
|
* Swap over to simplified Mill module/source layout from SBT'sLi Haoyi2018-01-201-0/+0
| | | | Removes a lot of useless folders and gives us a chance to exercise this simplified layout. Support for the SBT layout is still verified by our integration tests
* - Tweak Scalajs LinkerBridge project layout to match Mill defaultsLi Haoyi2018-01-141-0/+24
- Update `build.sc`, `build.sbt` and `ci/` scripts