Milos Colakovic

Results 6 comments of Milos Colakovic

It looks like the panic-causing code can be boiled down to `

@edvinv This might solve your case (it outputs all the modules into a single file) https://github.com/ivogabe/gulp-typescript/issues/243#issuecomment-161480447

I suggest adding a `toString` method to the exported object ```js module.exports = obj = {/* exported data */}; obj.toString = function() { return obj.sources[Object.keys(obj.sources)[0]]; }; // returns the first...