From 7de41f10b4ff0f0d6b45d59bee0f166c3cfe3f9f Mon Sep 17 00:00:00 2001 From: Alex Mingoia Date: Tue, 10 May 2016 00:09:28 -0700 Subject: Refactor to compile independently of purescript-webpack-plugin. - Remove dependence on purescript-webpack-plugin - Fixes double-compilation issue by loading compiled JS instead of adding dependency. - Uses `psc-ide-server` for fast rebuilds. --- docs/PursLoader/Plugin.md | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 docs/PursLoader/Plugin.md (limited to 'docs/PursLoader/Plugin.md') diff --git a/docs/PursLoader/Plugin.md b/docs/PursLoader/Plugin.md deleted file mode 100644 index 7a524da..0000000 --- a/docs/PursLoader/Plugin.md +++ /dev/null @@ -1,33 +0,0 @@ -## Module PursLoader.Plugin - -#### `Compile` - -``` purescript -type Compile eff = Nullable Error -> DependencyGraph -> Eff eff Unit -``` - -#### `Context` - -``` purescript -type Context eff = { compile :: Compile eff -> Eff eff Unit, options :: Options } -``` - -#### `Options` - -``` purescript -type Options = { bundle :: Boolean, output :: String, bundleOutput :: String } -``` - -#### `dependenciesOf` - -``` purescript -dependenciesOf :: DependencyGraph -> String -> Either Error (Array String) -``` - -#### `DependencyGraph` - -``` purescript -data DependencyGraph :: * -``` - - -- cgit v1.2.3