Skip to content

Commit

Permalink
Update transform_files.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaMan123 committed Oct 31, 2022
1 parent 06a12b0 commit 5793489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/transform_files.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function parseClassBase(raw, find) {
});
},
});
fs.writeFileSync('./ast.json', JSON.stringify(ast, null, 2));
// fs.writeFileSync('./ast.json', JSON.stringify(ast, null, 2));

function printNode(node, removeTrailingComma) {
return printASTNode(raw, node, removeTrailingComma);
Expand Down

0 comments on commit 5793489

Please sign in to comment.