1. 25 10月, 2019 2 次提交
  2. 17 10月, 2019 1 次提交
  3. 08 10月, 2019 1 次提交
    • M
      Marking a bunch of static variables as readonly · b0dccbcf
      Matt Bierner 提交于
      Readonly helps out with TS's type guards and is also a good best practice. Specifically, readonly strings/numbers have their literal type instead of a generic `string` | `number` type, which can help catch dead code and some common programming mistakes
      b0dccbcf
  4. 12 9月, 2019 4 次提交
  5. 11 9月, 2019 2 次提交
  6. 26 3月, 2019 1 次提交
  7. 21 3月, 2019 2 次提交
  8. 20 3月, 2019 1 次提交
  9. 19 3月, 2019 2 次提交
  10. 18 3月, 2019 3 次提交
  11. 15 3月, 2019 6 次提交
  12. 14 3月, 2019 1 次提交