1. 29 10月, 2019 1 次提交
  2. 10 10月, 2019 2 次提交
  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. 03 7月, 2019 1 次提交
  5. 12 6月, 2019 1 次提交
  6. 07 5月, 2019 1 次提交
  7. 22 3月, 2019 2 次提交
  8. 05 3月, 2019 1 次提交
  9. 21 2月, 2019 1 次提交