Switch to 6to5.
Review Request #7559 — Created July 29, 2015 and discarded — Latest diff uploaded
The traceur transpiler is nice and full-featured, but it has some major
problems with recent chrome updates. This change switches us over to the 6to5
transpiler.6to5 is unfortunately missing a couple Array features (
Array.fromand
Array.find), and the handling ofthisin fat-arrow functions is slightly
different. The bulk of this change is actually cleaning up those issues.
Flipped around between the calendar and user detail views. Everything seemed to
work correctly.