purescript-0.13.2: PureScript Programming Language Compiler
Language.PureScript.CodeGen.JS.Printer
Description
Pretty printer for the JavaScript AST
prettyPrintJS :: [AST] -> Text Source #
prettyPrintJSWithSourceMaps :: [AST] -> (Text, [SMap]) Source #
Generate a pretty-printed string representing a collection of JavaScript expressions at the same indentation level