purescript-0.15.8: PureScript Programming Language Compiler
Safe HaskellSafe-Inferred
LanguageHaskell2010

Language.PureScript.Graph

Synopsis

Documentation

graph :: [FilePath] -> IO (Either MultipleErrors Value, MultipleErrors) Source #

Given a set of filepaths, try to build the dependency graph and return that as its JSON representation (or a bunch of errors, if any)