Skip to content

FlyingDeveloper/thenFinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thenFinder

UPDATE - abandoning this project because it's actually not what I really wanted to do. It was still an interesting experiment with parsing JS.

Finds all calls to functions named then that do not pass two arguments. The goal of this module is to prevent code from failing silently. When forgetting to specify a reject handler on a promise, if there's an exception in the code that should resolve the promise, the exception will not be handled gracefully.

About

Looks for calls to then on promises to ensure that they pass two function arguments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors