Skip to content

Commit f0b6e50

Browse files
committed
Remove // exports comment
1 parent bc598f8 commit f0b6e50

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Fay.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ compileToModule filepath config raw with hscode = do
9999
unlines $ filter (not . null)
100100
[if configExportRuntime config then raw else ""
101101
,jscode
102-
,"// Exports"
103102
,if not (configLibrary config)
104103
then unlines [";"
105104
,"Fay$$_(" ++ modulename ++ ".main);"

0 commit comments

Comments
 (0)