From 63d6a244462d050e119bde54a7063bae8a17e987 Mon Sep 17 00:00:00 2001 From: eric thul Date: Fri, 25 Dec 2015 18:41:33 -0500 Subject: Splitting PSC functionality into a separate plugin The loader creates shim modules that reference their corresponding PureScript module that is bundled by the PureScript webpack plugin, which invokes `psc` and `psc-bundle`. Resolves #31 and resolves #32 --- docs/PursLoader/Path.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 docs/PursLoader/Path.md (limited to 'docs/PursLoader/Path.md') diff --git a/docs/PursLoader/Path.md b/docs/PursLoader/Path.md new file mode 100644 index 0000000..cc00436 --- /dev/null +++ b/docs/PursLoader/Path.md @@ -0,0 +1,27 @@ +## Module PursLoader.Path + +#### `relative` + +``` purescript +relative :: String -> String -> String +``` + +#### `resolve` + +``` purescript +resolve :: String -> String +``` + +#### `dirname` + +``` purescript +dirname :: String -> String +``` + +#### `joinPath` + +``` purescript +joinPath :: String -> String -> String +``` + + -- cgit v1.2.3