1. 18 3月, 2019 1 次提交
  2. 15 3月, 2019 1 次提交
  3. 13 3月, 2019 1 次提交
  4. 12 3月, 2019 3 次提交
  5. 10 3月, 2019 1 次提交
  6. 08 3月, 2019 2 次提交
  7. 07 3月, 2019 1 次提交
  8. 06 3月, 2019 1 次提交
  9. 05 3月, 2019 1 次提交
    • C
      Implement Recursive Delete (#6489) · 861edad4
      Connor Davis 提交于
      Removes `rimraf` for a smaller custom lib
      
      Benchmarks (in ms):
      ```
      rimraf 1
      518.536376
      rimraf 2
      416.112451
      rimraf 3
      451.905842
      rimraf 4
      525.117395
      rimraf 5
      434.230384
      ---- Average: 469.18ms
      -----------
      recursive delete 1
      121.493979
      recursive delete 2
      130.335272
      recursive delete 3
      149.798316
      recursive delete 4
      182.184688
      recursive delete 5
      130.346207
      --- Average: 142.83ms
      ```
      `recursiveDelete` finishes in ~30% of the time it takes `rimraf` (3.3 times faster)
      861edad4
  10. 04 3月, 2019 1 次提交
  11. 02 3月, 2019 1 次提交
  12. 01 3月, 2019 2 次提交
  13. 27 2月, 2019 4 次提交
  14. 26 2月, 2019 1 次提交
  15. 25 2月, 2019 1 次提交
    • C
      Remove glob package (#6415) · 5514949d
      Connor Davis 提交于
      We don't use a lot of the features of `glob`, so let's remove it in favor of a leaner approach using regex.
      
      It's failing on windows and I have no idea why and don't own a windows machine 🤦🏼‍♂️
      
      (Ignore some of the commits in here, I forgot to create the new branch before I started working)
      5514949d
  16. 23 2月, 2019 8 次提交
  17. 22 2月, 2019 5 次提交
  18. 21 2月, 2019 5 次提交