uncomment 2.3.1

A CLI tool to remove comments from code using tree-sitter for accurate parsing
Documentation
1
2
3
4
5
6
// Regular JavaScript file
// This is a comment
function hello() {
  // Inside function comment
  return "Hello"; // End of line comment
}