Closed DanielRosenwasser closed 8 years ago
just a few comments @DanielRosenwasser thanks a ton for the PR
I will land this commit along with the other ones tonight and update the graphs accordingly
Hi @DanielRosenwasser
so it seems like this example is no longer functional after this patch
(you are going to want to prob want to drop the mangle commit due to my findings here https://github.com/samccone/The-cost-of-transpiling-es2015-in-2016/pull/17#issuecomment-178955003)
manually landed in https://github.com/samccone/The-cost-of-transpiling-es2015-in-2016/tree/mangle
going to ship to master with the updated assets soon
thanks again!
The current comparisons turn out to be a little unfair because TypeScript is tested on its AMD output with Uglify. It looks like the bootstrapping and AMD prologues add quite a bit to the output.
This PR removes the AMD loader and bootstrap code, has TypeScript emit as a CommonJS dependency, and runs that through Browserify as an intermediate step.
With these changes, I get