millermedeiros / rocambole

Recursively walk and transform EcmaScript AST
171 stars 12 forks source link

split instrumentation logic better #10

Open millermedeiros opened 10 years ago

millermedeiros commented 10 years ago

so user can simply call a method to enhance the Esprima AST without actually needing to provide the raw string (line breaks can be inferred, and white spaces to a certain extent)

see: https://github.com/millermedeiros/esformatter/issues/86