summaryrefslogtreecommitdiff
path: root/contrib/playlib/api/src/RouteCompilerWorkerApi.scala
Commit message (Collapse)AuthorAgeFilesLines
* Tightens visibility of the internal workersJean Helou2019-03-111-1/+1
|
* switch to T.sources for the routesFiles settingJean Helou2019-02-141-1/+1
|
* Adds the api submoduleJean Helou2019-02-141-0/+26
This is the second commit of a redesign of the play lib module. This module contains only the common `api` which is implemented by the actual workers. It also defines a specific ADT to configure the type of routes generator to be used for the project. The ADT feels cleaner than a simple string but may be too restrictive.