Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Initiatives

use babel-plugin as the middlware to catch cases like

try{
  // try to do
}catch (e){
  // catch block like this
  console.log(e); 
}

transform the above code to

try{
  // try to do
}catch (e){
  // catch block like this
  console.log(e); 
  throw e;
}

Test

npx jest test/

About

babel plugin to catch the catch block

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages