language-ecmascript-0.15: JavaScript parser and pretty-printer library

Safe HaskellSafe-Inferred

Language.ECMAScript3

Description

Re-exports commonly used modules.

Synopsis

Documentation

renderStatements :: [Statement a] -> StringSource

Deprecated: These interfaces are outdated and would be removed/hidden in version 1.0. Use the Pretty class instead.

DEPRECATED: Use prettyPrint instead! Renders a list of statements as a String

renderExpression :: Expression a -> StringSource

Deprecated: These interfaces are outdated and would be removed/hidden in version 1.0. Use the Pretty class instead.

DEPRECATED: Use prettyPrint instead! Renders a list of statements as a String