api documentation for recast (v0.12.3)

JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generator

table of contents

  1. module recast
    1. function recast.parse (source, options)
    2. function recast.print (node, options)
    3. function recast.visit (node, methods)

module recast

function recast.parse (source, options)

function recast.print (node, options)

function recast.visit (node, methods)

[ this document was created with utility2 ]