Skip to content

1.2.2

Compare
Choose a tag to compare
@matthewp matthewp released this 07 Feb 20:29
· 646 commits to master since this release

This is a bug fix release that improves the CommonJS detection within AMD modules. Now things like:

define(function(require){
  var foo = "some string stuff require('bar');";
});

Will not contain false positives.

Bugs