purescript-0.13.8: PureScript Programming Language Compiler

Safe HaskellNone
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)