diff options
Diffstat (limited to 'src/PursLoader/Plugin.purs')
-rw-r--r-- | src/PursLoader/Plugin.purs | 2 |
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) | |||
18 | import Data.Maybe (Maybe(..)) | 18 | import Data.Maybe (Maybe(..)) |
19 | import Data.Nullable (Nullable()) | 19 | import Data.Nullable (Nullable()) |
20 | 20 | ||
21 | type Result = { srcMap :: ImmutableMap String String, ffiMap :: ImmutableMap String String, graph :: DependencyGraph } | 21 | type Result = { srcMap :: ImmutableMap String String, ffiMap :: ImmutableMap String String, graph :: DependencyGraph, output :: String } |
22 | 22 | ||
23 | type Compile eff = Nullable Error -> Result -> Eff eff Unit | 23 | type Compile eff = Nullable Error -> Result -> Eff eff Unit |
24 | 24 | ||