不要怂,就是干,撸起袖子干!

You need to sign in or sign up before continuing.
  1. 03 Jul, 2016 1 commit
  2. 01 Jul, 2016 2 commits
  3. 28 Jun, 2016 1 commit
  4. 27 Jun, 2016 2 commits
  5. 23 Jun, 2016 3 commits
  6. 22 Jun, 2016 4 commits
  7. 21 Jun, 2016 6 commits
  8. 20 Jun, 2016 3 commits
  9. 17 Jun, 2016 1 commit
  10. 15 Jun, 2016 1 commit
  11. 14 Jun, 2016 3 commits
  12. 13 Jun, 2016 4 commits
  13. 12 Jun, 2016 8 commits
  14. 10 Jun, 2016 1 commit
    • ES6 refactor of data types (#6072) · cc4ee8b8
      - Use let, const and property shorthands.
       - The data types are not changed to ES6 classes because it should be possible
         to call them without `new`.
       - Use function declarations so the functions (which are classes) have a name
       - Simplify `inherits` function and move it to utils.js
         The manual style may be a bit more verbose but it comes closer to true ES6
         classes because the functions are named and not dynamically created
       - Name methods
       - Fix bugs in dialect data types where constructor arguments were not applied
         when called without `new`
       - Remove unneeded code
      Felix Becker committed