summaryrefslogtreecommitdiff
path: root/scalajslib/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* compile zinc compiler bridges on demand to remove restriction on supported sc...Li Haoyi2018-02-021-2/+0
* Move `ScalaWorkerApi`/`ScalaJSBridge` over to new `ExternalModule` classLi Haoyi2018-02-021-1/+1
* WIP: Scala js testing (#119)Nikolay Tatarinov2018-02-012-55/+134
* Make `idea` task work with releaseAssembly and publishLocalLi Haoyi2018-01-271-1/+2
* Migrate `scalajslib` over to a `T.worker` setup similar to `scalalib`Li Haoyi2018-01-253-89/+109
* Swap over to simplified Mill module/source layout from SBT'sLi Haoyi2018-01-205-167/+0
* - Swap over to new `ivy"foo:bar:baz"` syntax for defining ivy dependenciesLi Haoyi2018-01-151-2/+2
* - Collapse `Ctx#segments` and `Ctx#segments0` into one field, instead doing t...Li Haoyi2018-01-151-3/+3
* Some tweaks to get tests passing...Li Haoyi2018-01-141-15/+17
* Everything seems to compile with new, minimal `Discover` implementation...Li Haoyi2018-01-141-2/+1
* rename OSet -> AggLi Haoyi2018-01-132-6/+6
* Migrate most classpath-related code onto `Loose.OSet` abstraction, to enforce...Li Haoyi2018-01-132-9/+16
* Consolidate `Cross` and `CrossModule`, eliminate now-unused `map`/`flatMap`/`...Li Haoyi2018-01-081-2/+1
* Swap over to a new, concise `CrossModule[T](..cases)` macro syntax that autom...Li Haoyi2018-01-071-6/+4
* Generate the `Segments` list at definition time rather than discovery time, b...Li Haoyi2018-01-071-6/+11
* Rename `resource/` folders `resources/` to properly match SBT convention, mak...Li Haoyi2018-01-072-1/+1
* First pass at implicitly propagating a `def basePath: Path` up the `Module` h...Li Haoyi2018-01-071-4/+4
* - Convert `T.source` into a generic `Target` that flushes the cache every timeLi Haoyi2017-12-311-1/+2
* `Core` -> `core`, for consistency with SBT naming schemesLi Haoyi2017-12-305-0/+306