Switch to 6to5.
Review Request #7559 — Created July 29, 2015 and discarded
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.
| Description | From | Last Updated |
|---|---|---|
|
Blank line between these |
|
Tool: PEP8 Style Checker Ignored Files: lib/frontend/user-detail-view.js lib/frontend/calendar-view.js lib/frontend/config.js lib/frontend/models.js lib/frontend/collection-view.js Tool: Pyflakes Ignored Files: lib/frontend/user-detail-view.js lib/frontend/calendar-view.js lib/frontend/config.js lib/frontend/models.js lib/frontend/collection-view.js