Files
CanvasTextWrapper/node_modules/grunt-contrib-uglify/test/fixtures/expected/exportAll.js
T
namniak 6ddb18a127 v0.1.0
2014-06-27 00:31:51 -04:00

1 line
342 B
JavaScript

!function(exports,global){function longFunctionC(argumentC,argumentD){return longNameA+longNameB+argumentC+argumentD}global.testExport=exports;var longNameA=1,longNameB=2,result=longFunctionC(3,4);exports.longNameA=longNameA,exports.longNameB=longNameB,exports.longFunctionC=longFunctionC,exports.result=result}({},function(){return this}());