Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move to ES6 #503

Merged
merged 22 commits into from
Nov 21, 2016
Merged

Move to ES6 #503

merged 22 commits into from
Nov 21, 2016

Commits on Nov 21, 2016

  1. Rename files to prepare for conversion to JavaScript.

    This way we keep the git history.
    lgeiger committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    23000a1 View commit details
    Browse the repository at this point in the history
  2. Decaffeinate

    lgeiger committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    7817040 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b35f33f View commit details
    Browse the repository at this point in the history
  4. ESLINT

    lgeiger committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    16c37c5 View commit details
    Browse the repository at this point in the history
  5. Move guards to module

    lgeiger committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    9ec5b8a View commit details
    Browse the repository at this point in the history
  6. Use babel

    lgeiger committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    46d041b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3da959d View commit details
    Browse the repository at this point in the history
  8. Convert tests to JS

    lgeiger committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    f2447ac View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e89256d View commit details
    Browse the repository at this point in the history
  10. Fix API docs script

    and add babel-eslint to dependencies
    lgeiger committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    012aba1 View commit details
    Browse the repository at this point in the history
  11. Replace guards with plain JS

    lgeiger committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    194d9ee View commit details
    Browse the repository at this point in the history
  12. Fix toggle watch sidebar

    lgeiger committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    14ac119 View commit details
    Browse the repository at this point in the history
  13. Fix null comparisons

    lgeiger committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    82231fd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0fabe8d View commit details
    Browse the repository at this point in the history
  15. Remove noop functions

    lgeiger committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    3ae0a2f View commit details
    Browse the repository at this point in the history
  16. Fix error when running code in line 0

    Caused by if(0) returning false
    lgeiger committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    0e2edd4 View commit details
    Browse the repository at this point in the history
  17. Fix switch-kernel command

    lgeiger committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    a86c1f7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c9f1022 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    35a8186 View commit details
    Browse the repository at this point in the history
  20. Fix remote kernel restart

    lgeiger committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    3f63e6f View commit details
    Browse the repository at this point in the history
  21. Fix input views

    lgeiger committed Nov 21, 2016
    Configuration menu
    Copy the full SHA
    ace1d18 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d33051e View commit details
    Browse the repository at this point in the history