1. 27 8月, 2020 2 次提交
  2. 18 8月, 2020 1 次提交
    • M
      Ban unreachable code. (#104521) · 76bc88fd
      mtaran-google 提交于
      This changes unreachable code from a warning presented in the editor to an error. Existing issues mostly revolved around switching on enums. These were fixed by converting the switches to use a default case, leaving the behavior unchanged in case of new values (e.g. from separately-compiled extensions) creeping in.
      
      Other cases had to do with the assert.fail() function, which throws and so shouldn't have anything following it.
      Co-authored-by: NMaksym Taran <maksym.taran@gmail.com>
      76bc88fd
  3. 23 6月, 2020 1 次提交
    • W
      Add ts/js deprecated support (#97742) · 9d6054c9
      Wenlu Wang 提交于
      * Add ts/js deprecated support
      
      * Support callhierarchy
      
      * avoid tags
      
      * fix lint
      
      * fix lint
      
      * Avoid changes
      
      * Avoid assign
      
      * Avoid changes
      
      * Avoid styles
      
      * Add temp deps for build
      
      * update version
      
      * add config item
      
      * fix type
      
      * Use expiremental namepsace
      
      * fix types
      9d6054c9
  4. 11 6月, 2020 1 次提交
  5. 19 5月, 2020 1 次提交
  6. 21 4月, 2020 1 次提交
  7. 16 4月, 2020 2 次提交
  8. 19 3月, 2020 1 次提交
  9. 17 3月, 2020 2 次提交
  10. 11 3月, 2020 1 次提交
  11. 26 2月, 2020 1 次提交
  12. 15 2月, 2020 1 次提交
  13. 14 2月, 2020 1 次提交
  14. 11 2月, 2020 2 次提交
  15. 24 1月, 2020 1 次提交
    • P
      Allow link on Diagnostic#code for #11847 · 38549a60
      Pine Wu 提交于
      Squashed commit of the following:
      
      commit 76689c23011bf960f5ba3e199659e8180455466d
      Author: Pine Wu <octref@gmail.com>
      Date:   Fri Jan 24 10:19:44 2020 +0100
      
          Clarify API
      
      commit 88d772d62da5d912b54285aa52dc6d6a108ca587
      Author: Pine Wu <octref@gmail.com>
      Date:   Fri Jan 24 10:17:28 2020 +0100
      
          Tooltip
      
      commit 11ef8012ae3e560d6db6fff26ba3c258e7eae4a6
      Author: Pine Wu <octref@gmail.com>
      Date:   Thu Jan 23 16:50:28 2020 +0100
      
          Hover to show link color and use cmd/alt click
      
      commit 38655a70b3eed56b99e8018fb5c79bd41b6c4f56
      Author: Pine Wu <octref@gmail.com>
      Date:   Thu Jan 23 15:21:13 2020 +0100
      
          Add hack to always render underline a bit below
      
      commit 959f6b13bf81885cc370f6099e5123142089599e
      Author: Pine Wu <octref@gmail.com>
      Date:   Thu Jan 23 11:32:37 2020 +0100
      
          Fix compile error
      
      commit b5c50e872935e74503451bd2801227f82b8410f4
      Author: Pine Wu <octref@gmail.com>
      Date:   Thu Jan 23 11:19:52 2020 +0100
      
          Bring code link everywhere for Diagnostics
      
      commit f88cd4cc4e2064fd96853373e26c12670161bf60
      Author: Pine Wu <octref@gmail.com>
      Date:   Wed Jan 22 17:24:54 2020 +0100
      
          Add Diagnostic#code2 and render it in hover/inline/panel
      
      commit 2a13e3e4f62fd3707f2c03c1e814a8fdc557c367
      Author: Pine Wu <octref@gmail.com>
      Date:   Wed Jan 22 13:49:42 2020 +0100
      
          WIP
      38549a60
  16. 21 1月, 2020 1 次提交
  17. 20 1月, 2020 2 次提交
  18. 18 1月, 2020 1 次提交
  19. 17 1月, 2020 1 次提交
  20. 11 1月, 2020 1 次提交
  21. 31 12月, 2019 1 次提交
  22. 12 12月, 2019 1 次提交
  23. 25 11月, 2019 1 次提交
  24. 18 11月, 2019 1 次提交
  25. 15 11月, 2019 1 次提交
  26. 07 11月, 2019 1 次提交
  27. 05 11月, 2019 1 次提交
  28. 30 10月, 2019 2 次提交
  29. 25 10月, 2019 1 次提交
  30. 24 10月, 2019 2 次提交
  31. 22 10月, 2019 1 次提交
  32. 18 10月, 2019 1 次提交
  33. 14 10月, 2019 1 次提交