millermedeiros / rocambole

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

accept anything that implements toString() #13

Closed millermedeiros closed 10 years ago

millermedeiros commented 10 years ago

we should make sure we accept anything that implements the toString() method, that way input can be a Buffer, Function or anything like that.