1.2.2
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.
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.