#512·otto

Code generator: AST ⇒ javascript code

Author: deoxykevCreated Dec 8, 2023Updated Dec 9, 2023

Is there a way to translate an *ast.Program back into valid javascript source code, like babel/generator?

My use case would be modifying javascript on-the-fly in a proxy.

If not, is it on the roadmap?