1. 10 3月, 2021 3 次提交
  2. 09 3月, 2021 4 次提交
  3. 08 3月, 2021 3 次提交
  4. 05 3月, 2021 3 次提交
  5. 04 3月, 2021 7 次提交
  6. 03 3月, 2021 3 次提交
  7. 02 3月, 2021 7 次提交
  8. 01 3月, 2021 1 次提交
  9. 25 2月, 2021 3 次提交
  10. 24 2月, 2021 3 次提交
  11. 23 2月, 2021 3 次提交
    • T
      docs: update documentation for writing tests · 3d38cd76
      Tomas Vik 提交于
      We migrated to TS and introduced new concepts since the last update.
      3d38cd76
    • T
      docs: don't prepend interfaces with capital I · 1183cd7a
      Tomas Vik 提交于
      This is a snippet from a book Effective TypeScript:
      
      WARNING
      The examples in this item prefix type names with I or T solely to
      indicate how they were defined. You should not do this in your code!
      Prefixing interface types with I is common in C#, and this convention
      made some inroads in the early days of TypeScript. But it is considered
      bad style today because it’s unnecessary, adds little value, and is not
      consistently followed in the standard libraries.
      1183cd7a
    • T
      docs: explain how we use utils · abfe50a2
      Tomas Vik 提交于
      abfe50a2