thx / gogocode

GoGoCode is a transformer for JavaScript/Typescript/HTML based on AST but providing a more intuitive API.
MIT License
5.47k stars 417 forks source link

isPretty: true格式化代码,不能设置自己的代码风格 #221

Open soeasyjx opened 1 year ago

soeasyjx commented 1 year ago
  return ast.generate({
          isPretty: true
        });