millermedeiros / rocambole

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

Does rocambole support source maps? #21

Closed jantimon closed 9 years ago

jantimon commented 10 years ago

I would like to alter javascript code to fix an IE8 issue.

Is it possible to pass a source map in, alter the javascript code and update both the source map and the javascript code?

millermedeiros commented 9 years ago

@jantimon sorry for the huge delay, I have no plans to support source maps. you would need to update the javascript code and generate a new source map afterwards.