1. 05 3月, 2020 3 次提交
    • B
      Remove unnecessary macro from cli/ops/tty.rs (#4254) · 5d3dfa4c
      Bert Belder 提交于
      It contains a clippy issue, and there's no need for this macro anyway.
      5d3dfa4c
    • R
      Remove Deno.errors.Other (#4249) · a1b98e9e
      Ryan Dahl 提交于
      a1b98e9e
    • B
      refactor: rewrite testPerm into unitTest (#4231) · 8d96dffa
      Bartek Iwańczuk 提交于
      Rewrite "testPerm" helper function used for testing of internal 
      runtime code. It's been renamed to "unitTest" and provides API that
      is extensible in the future by accepting optional "UnitTestOptions" 
      argument. "test" helper was also removed and replaced by
      overloaded version of "unitTest" that takes only function argument.
      
      "UnitTestOptions" currently supports "perms" and "skip"
      options, where former works exactly as first argument to "testPerm"
      did, while the latter allows to conditionally skip tests. 
      8d96dffa
  2. 04 3月, 2020 6 次提交
  3. 03 3月, 2020 9 次提交
  4. 02 3月, 2020 6 次提交
  5. 01 3月, 2020 5 次提交
  6. 29 2月, 2020 8 次提交
  7. 28 2月, 2020 3 次提交