Package detail

ecma-unparse

mattbierner11MIT3.3.0

Simple ECMAscript AST to text transform

ecmascript, unparse

readme

ECMA-Unparse

Simple ECMAscript AST to text transform.

changelog

ChangeLog

3.3.0 - April 8, 2014

  • Updated deps

3.2.5 - Feb 13, 2014

  • Fixed sequence expression potential precedence issue.

3.2.4 - January 27, 2014

  • Fixed unary expressions potentially generating incorrectly.

3.2.0 - January 27, 2014

  • Corrected import of Beautify for node.

3.2.0 - January 26, 2014

  • Added node package

3.1.1 - January 26, 2014

  • Named the exports for js-beautify file for r.js .

3.1.0 - Nov 22, 2013

  • Updated to use ecma_ast V2.2 nodes.
  • Pretty printer wraps longer lines.

3.0.0 - Oct 10, 2013

  • Added 3rd party pretty printer.
  • Fixed function expressions sometimes generating incorrectly.

2.0.0 - July 27, 2013

  • Removed dependency on parse-ecma and parse and replaced with ecma-ast. parse-ecma and parse are still uesd for console and moved into resources.

1.0.0 - Feb, 2013

  • Initial release