Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: improve typescript parsing (#9)
* fix: improve typescript parsing Ignore nodes that acorn-walk doesn't support. This should not affect the extraction, because test suites are built only from CallExpressions. Fixes #8 * test: it inside ts class method with modifier
- Loading branch information