Skip to content

Commit

Permalink
fix(typescript-estree): ignore catch clause type fixture from babel
Browse files Browse the repository at this point in the history
  • Loading branch information
phiresky committed Jun 22, 2020
1 parent 4fbde9b commit 4ba7d61
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -418,6 +418,11 @@ tester.addFixturePatternConfig('typescript/basics', {
* babel uses a representation that does not match the ESTree spec: https://github.com/estree/estree/pull/205
*/
'export-star-as-ns-from',
/**
* error catch types (TS 4.0), not yet supported in babel as of 2020-06-22
*/
'catch-type-any',
'catch-type-unknown',
],
ignoreSourceType: [
/**
Expand Down

0 comments on commit 4ba7d61

Please sign in to comment.