Switch to 6to5.

Review Request #7559 — Created July 29, 2015 and discarded

Information

student-sonar
master

Reviewers

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.from and
Array.find), and the handling of this in 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

brenniebrennie
reviewbot
  1. 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
    
    
  2. 
      
david
  1. I'm going to discard this one in favor of /r/7561/

  2. 
      
david
Review request changed

Status: Discarded

brennie
  1. 
      
  2. lib/frontend/user-detail-view.js (Diff revision 1)
     
     
     
    Show all issues

    Blank line between these

  3. 
      
Loading...