We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc598f8 commit f0b6e50Copy full SHA for f0b6e50
src/Fay.hs
@@ -99,7 +99,6 @@ compileToModule filepath config raw with hscode = do
99
unlines $ filter (not . null)
100
[if configExportRuntime config then raw else ""
101
,jscode
102
- ,"// Exports"
103
,if not (configLibrary config)
104
then unlines [";"
105
,"Fay$$_(" ++ modulename ++ ".main);"
0 commit comments