uncomment 3.0.2

A CLI tool to remove comments from code using tree-sitter for accurate parsing
Documentation
1
2
3
function hello() {
  return "Hello";
}