Skip to content

Commit

Permalink
fix(typescript-estree): add tests for catch clause type syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
phiresky committed Jun 11, 2020
1 parent 3912628 commit 6f4d7ae
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
@@ -0,0 +1,5 @@
try {

} catch (e: any) {

}
@@ -0,0 +1,5 @@
try {

} catch (e: unknown) {

}

0 comments on commit 6f4d7ae

Please sign in to comment.