f2a91cfb1f
Allow defCommonGeneratorOptions to be customized using record update syntax. Without the re-export, we can't do: ``` import qualified Servant.JS as SJS myOptions = SJS.defCommonGeneratorOptions { SJS.moduleName = "myModule" , SJS.urlPrefix = "http://localhost" } ``` |
||
---|---|---|
.. | ||
JS | ||
JS.hs |