1. 16 10月, 2018 5 次提交
  2. 14 10月, 2018 1 次提交
  3. 13 10月, 2018 1 次提交
    • M
      Use es2017 as target for build scripts (#60707) · 3fcb6714
      Matt Bierner 提交于
      Upgrades our build scripts to target ES2017 since they are run on modern versions of node
      
      This allows us to remove shims for es6 features such as `Object.assign`, and also remove a few extra typings packages
      3fcb6714
  4. 12 10月, 2018 2 次提交
  5. 11 10月, 2018 3 次提交
  6. 10 10月, 2018 2 次提交
  7. 09 10月, 2018 2 次提交
  8. 06 10月, 2018 1 次提交
  9. 05 10月, 2018 3 次提交
  10. 04 10月, 2018 3 次提交
    • M
      Move some build specific packages into build · a9944e65
      Matt Bierner 提交于
      These packages are only used in build and also have their typings defined in this folder
      a9944e65
    • M
      Remove unused gulp dev dependency · 6aa7463c
      Matt Bierner 提交于
      6aa7463c
    • M
      Switch to use standard @types/node types instead of our customized version · f7456ebf
      Matt Bierner 提交于
      Using a custom version of the node typings is causing a lot of pain while trying to upgrade our build to use `@types` instead of the `d.ts` files we have to maintain. I believe we primarily maintain our own version for two reason:
      
      - Custom require function
      - setTimeout and other timer functions return NodeJs.timer instead of a number
      
      These can both be delt with, the first by using interface augmentation and the second by switching to use any types for timer. I believe that the pain of maintaining our own node `d.ts` outweighs the benefits here
      
      This change switches us to use the standard @types/node package for our node typings
      f7456ebf
  11. 03 10月, 2018 2 次提交
  12. 02 10月, 2018 4 次提交
  13. 01 10月, 2018 2 次提交
  14. 29 9月, 2018 2 次提交
  15. 27 9月, 2018 2 次提交
  16. 26 9月, 2018 2 次提交
  17. 25 9月, 2018 3 次提交