aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/PursLoader/Plugin.purs
diff options
context:
space:
mode:
Diffstat (limited to 'src/PursLoader/Plugin.purs')
-rw-r--r--src/PursLoader/Plugin.purs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PursLoader/Plugin.purs b/src/PursLoader/Plugin.purs
index 23f8600..c9f0133 100644
--- a/src/PursLoader/Plugin.purs
+++ b/src/PursLoader/Plugin.purs
@@ -18,7 +18,7 @@ import Data.Function (Fn4(), runFn4)
18import Data.Maybe (Maybe(..)) 18import Data.Maybe (Maybe(..))
19import Data.Nullable (Nullable()) 19import Data.Nullable (Nullable())
20 20
21type Result = { srcMap :: ImmutableMap String String, ffiMap :: ImmutableMap String String, graph :: DependencyGraph } 21type Result = { srcMap :: ImmutableMap String String, ffiMap :: ImmutableMap String String, graph :: DependencyGraph, output :: String }
22 22
23type Compile eff = Nullable Error -> Result -> Eff eff Unit 23type Compile eff = Nullable Error -> Result -> Eff eff Unit
24 24