1. 30 12月, 2020 1 次提交
  2. 20 11月, 2019 1 次提交
  3. 10 10月, 2019 1 次提交
  4. 27 8月, 2019 1 次提交
  5. 07 8月, 2019 1 次提交
  6. 21 3月, 2019 1 次提交
    • M
      Fix some sneaky strict null issues for array/object access · 14148acf
      Matt Bierner 提交于
      TypeScript always assumes that array index access and object index type accesses return a non-null value. This was causing a few strict null issues to be masked where we were returning `array[i] || null` but the return type was not marked as nullable
      
      The fix is to use `Map` types instead as these have the proper types
      14148acf
  7. 12 12月, 2018 1 次提交
  8. 23 10月, 2018 1 次提交
  9. 03 10月, 2018 1 次提交
  10. 14 9月, 2018 1 次提交
  11. 21 12月, 2017 1 次提交
  12. 20 12月, 2017 1 次提交
  13. 21 11月, 2017 1 次提交
  14. 10 3月, 2017 1 次提交
  15. 17 2月, 2017 1 次提交
  16. 06 1月, 2017 1 次提交
  17. 30 12月, 2016 1 次提交
  18. 27 12月, 2016 1 次提交
  19. 20 12月, 2016 1 次提交
  20. 08 10月, 2016 4 次提交
  21. 16 9月, 2016 1 次提交
  22. 25 6月, 2016 1 次提交
  23. 09 3月, 2016 1 次提交
  24. 22 2月, 2016 1 次提交
  25. 18 2月, 2016 1 次提交
  26. 09 2月, 2016 1 次提交
  27. 09 12月, 2015 1 次提交
  28. 25 11月, 2015 1 次提交
  29. 13 11月, 2015 1 次提交