summaryrefslogtreecommitdiff
path: root/scalajslib/src
Commit message (Expand)AuthorAgeFilesLines
* more fixes for scalajs envLi Haoyi2019-06-131-1/+4
* Allow configuration of JSEnv used for Scala.js tests and runs (#628)Li Haoyi2019-06-132-8/+13
* Bump ammonite to 1.6.7 (#610)Li Haoyi2019-05-191-1/+0
* Avoid unnecessary dependency downloading by providing fetches per cache polic...gehnaphore2018-12-201-1/+2
* Generalize Zinc Worker (#514)Li Haoyi2018-12-181-1/+2
* collapse boilerplate folder structure within src/ folders (#505)Li Haoyi2018-12-122-0/+0
* First pass at splitting out worker-api from mill core. (#504)Li Haoyi2018-12-123-47/+9
* WIP migrating over from `ammonite.ops` to `os` module.Li Haoyi2018-11-052-15/+13
* Fix incremental compilation when a Scala project depends on a Java project (#...Guillaume Martres2018-08-251-1/+1
* more terminology fixesLi Haoyi2018-08-221-1/+1
* standardize more worker terminologyLi Haoyi2018-08-222-13/+13
* tweaksLi Haoyi2018-08-221-1/+1
* standardize naming of ScalaWorker/Api/ImplLi Haoyi2018-08-222-9/+9
* fix buildLi Haoyi2018-08-221-2/+2
* Add support for Dotty projects (#397)Guillaume Martres2018-08-051-0/+1
* Add a `visualize` command to render portions of the build graph as SVG (#349)Li Haoyi2018-05-251-16/+8
* Enable JUnit testing, via sbt-test-interface, for `JavaModule`sLi Haoyi2018-04-081-3/+1
* avoid recursionLi Haoyi2018-04-071-3/+1
* clean up JavaModule/ScalaModule interactions and consolidate extensions into ...Li Haoyi2018-04-071-2/+2
* bump upickle, ammonite versionsLi Haoyi2018-03-251-1/+5
* Support scala milestone releases (with fixes for 2.13.0-M3) (#247)Nikolay Tatarinov2018-03-201-11/+2
* avoid showing a stack trace if the ScalaJSModule gives a linking error, since...Li Haoyi2018-03-192-6/+6
* Java 9 optimization by caching rt.jar (#239)Robby2018-03-192-5/+10
* Merge branch 'master' of github.com:lihaoyi/millLi Haoyi2018-03-182-10/+26
|\
| * Changes to make {clientserver,main,scalalib,scalajslib}.test work under Java ...Robby2018-03-101-2/+2
| * ScalaJSModule: Support to switch between NoModule and CommonJSModule ModuleKi...Lorenzo Gabriele2018-03-092-8/+24
* | Properly close Scala.js test adapters when done, after letting the IO drain p...Li Haoyi2018-03-182-4/+10
|/
* Allows users to customize Node.js (Scala.js' NodeJSEnv) in ScalaJSModule (#195)Robby2018-03-053-5/+22
* make mainClass discovery work in ScalaJSModule#runLi Haoyi2018-03-031-24/+17
* share repositories between ScalaWorker and ScalaModuleLi Haoyi2018-03-021-1/+1
* Allow people to substitute in their own implementation of ScalaModule#scalaWo...Li Haoyi2018-03-021-1/+2
* make scala.js work with multi-module projects (#165)Nikolay Tatarinov2018-02-261-15/+10
* A few attempts at micro-optimizing the current hot spotsLi Haoyi2018-02-251-1/+1
* support multiple test frameworks (#148)Nikolay Tatarinov2018-02-221-2/+2
* - Fix UpickleTests' JS case when running forkedLi Haoyi2018-02-111-3/+3
* make test-mill-release run integration tests using the release assemblyLi Haoyi2018-02-111-1/+1
* Properly pick up non-top-level sjsir files during `fastOptJS`Li Haoyi2018-02-111-1/+1
* Refactor ScalaModule to simplify it and delay ivy resolution until the last m...Li Haoyi2018-02-111-5/+5
* make ScalaJSModule override scalaLibraryDeps instead of overriding ivyDeps, t...Li Haoyi2018-02-111-2/+1
* WIP getting Scala.js dependencies working nicelyLi Haoyi2018-02-111-6/+6
* fix jsbridges dependencyLi Haoyi2018-02-101-1/+1
* Make ScalaJSModule avoid stomping over existing definitionsLi Haoyi2018-02-101-3/+8
* Some long-overdue renamingsLi Haoyi2018-02-091-1/+1
* scala.js run (#127)Nikolay Tatarinov2018-02-092-0/+37
* fix artifact naming for publishLocal/publishLi Haoyi2018-02-041-1/+1
* Add support for external modules, useful for things `GenIdea` supportLi Haoyi2018-02-041-0/+2
* Fix `HelloJsWorld` testsLi Haoyi2018-02-041-2/+3
* Embed the `MILL_VERSION` to the `releaseAssembly` CLI flags so it knows which...Li Haoyi2018-02-041-1/+1
* fix scalalib testsLi Haoyi2018-02-031-1/+4
* - Renamed `Ctx.FooCtx` => `Ctx.Foo`Li Haoyi2018-02-021-1/+1