-
Notifications
You must be signed in to change notification settings - Fork 336
Constellation edited this page Mar 3, 2012
·
25 revisions
Generator
escodegen.generate(AST[, options]);
options:
-
indent: indent string (default is 4 space (' '))
-
base: base indent (default is empty (''))
-
parse: Mozilla Parser API compatible parse function. If it is provided, generator try to use 'raw' representation. See esprima raw information