semgrep / pfff

pfff is mainly an OCaml API to write static analysis, dynamic analysis, code visualizations, code navigations, or style-preserving source-to-source transformations such as refactorings on source code.
https://semgrep.dev
Other
186 stars 29 forks source link

JS: Add PartialSwitchCase to the AST #547

Closed nmote closed 2 years ago

nmote commented 2 years ago

This is meant for patterns such as case 5: ...

See related ocaml-tree-sitter-semgrep PR for context https://github.com/returntocorp/ocaml-tree-sitter-semgrep/pull/338

Security