Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
fix(ts-estree): make sure that every node can be converted to tsNode#287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
codecovbot commentedFeb 15, 2019 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov Report
@@ Coverage Diff @@## master #287 +/- ##==========================================- Coverage 95.03% 94.96% -0.08%========================================== Files 67 67 Lines 2801 2801 Branches 724 724 ==========================================- Hits 2662 2660 -2 Misses 53 53- Partials 86 88 +2
|
armano2 commentedFeb 15, 2019 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
'ExportNamedDeclaration[declaration.type="TSModuleDeclaration"]':enterDeclaration,'ExportNamedDeclaration[declaration.type="TSEnumDeclaration"]':enterDeclaration,'ExportNamedDeclaration[declaration.type="TSModuleDeclaration"]:exit':exitDeclaration,'ExportNamedDeclaration[declaration.type="TSEnumDeclaration"]:exit':exitDeclaration, is no longer needed and ifs
can be removed |
Uh oh!
There was an error while loading.Please reload this page.
This PR makes sure that all nodes can be converted into ts.Node and fixes crash in
promise-function-async
rulefixes:#227