Skip to content

Commit

Permalink
fix: improve typescript parsing (#9)
Browse files Browse the repository at this point in the history
* 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
Narretz committed Dec 19, 2021
1 parent aa4d061 commit 6d824ee
Show file tree
Hide file tree
Showing 3 changed files with 9,088 additions and 165 deletions.
Loading

0 comments on commit 6d824ee

Please sign in to comment.