You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Universal Module Definition (UMD) to support AMD, CommonJS/Node.js, and plain browser loading
1526
1533
if(typeofdefine==='function'&&define.amd){
1527
1534
factory.amd=true;
@@ -1547,7 +1554,7 @@ clean = function clean() {
1547
1554
root.amdclean=factory(null,root);
1548
1555
}
1549
1556
}(this,functioncleanamd(amdDependencies,context){
1550
-
1557
+
'use strict';
1551
1558
// Third-Party Dependencies
1552
1559
// Note: These dependencies are hoisted to the top (as local variables) at build time (Look in the gulpfile.js file and the AMDclean wrap option for more details)
1553
1560
sourcemapToAst=function(){
@@ -1642,6 +1649,10 @@ clean = function clean() {
1642
1649
// --------
1643
1650
// All of the stored program comments
1644
1651
this.comments=[];
1652
+
// exportsModules
1653
+
// --------
1654
+
// An object that stores a map of all modules that makes use of the exports parameter in define. Useful when declaring variables and making sure circular dependencies work correctly.
0 commit comments