summaryrefslogtreecommitdiff
path: root/scalajslib/bridge_1_0/src/main/scala
Commit message (Collapse)AuthorAgeFilesLines
* - Tweak Scalajs LinkerBridge project layout to match Mill defaultsLi Haoyi2018-01-141-24/+0
| | | | - Update `build.sc`, `build.sbt` and `ci/` scripts
* `Core` -> `core`, for consistency with SBT naming schemesLi Haoyi2017-12-301-0/+24
`ScalaPlugin` -> `scalalib`, to avoid confusion with Scala compiler plugins `ScalaModule` -> `module`, to be used via `scalalib.Module`, avoid unnecessary duplication in th name prefix `plugin` -> `moduledefs`, to more accurately describe what it does (since it includes `Cacher` as well)