tbusser / jscc

This is the website for the JavaScript Compatibility Checker
http://jscc.info
88 stars 17 forks source link

Does not detect promises in some cases #9

Closed orbitbot closed 7 years ago

orbitbot commented 8 years ago

I didn't do thorough testing, but noticed a problem with some code and managed to create a simple example of a false negative:


function boo() {
  return new Promise(function(resolve, reject) { resolve() }));
}
tbusser commented 7 years ago

Sorry for the late reply. I will look into it, expect it should be easy to correct.

tbusser commented 7 years ago

Improved Promise detection has been released.