1. 07 7月, 2020 1 次提交
  2. 03 7月, 2020 1 次提交
  3. 02 7月, 2020 1 次提交
  4. 01 7月, 2020 2 次提交
  5. 30 6月, 2020 4 次提交
  6. 29 6月, 2020 1 次提交
  7. 28 6月, 2020 1 次提交
  8. 27 6月, 2020 1 次提交
  9. 26 6月, 2020 4 次提交
  10. 24 6月, 2020 1 次提交
  11. 23 6月, 2020 2 次提交
  12. 22 6月, 2020 1 次提交
  13. 21 6月, 2020 1 次提交
  14. 17 6月, 2020 1 次提交
  15. 15 6月, 2020 1 次提交
  16. 12 6月, 2020 2 次提交
  17. 11 6月, 2020 2 次提交
  18. 10 6月, 2020 1 次提交
  19. 09 6月, 2020 2 次提交
  20. 03 6月, 2020 3 次提交
  21. 02 6月, 2020 1 次提交
  22. 01 6月, 2020 1 次提交
  23. 29 5月, 2020 5 次提交
    • T
      v9.4.5-canary.3 · 6a993d59
      Tim Neutkens 提交于
      6a993d59
    • K
      fix: update ampproject/toolbox-optimizer (#13547) · 0199d006
      Kristoffer K 提交于
      0199d006
    • T
      v9.4.5-canary.2 · 619493a9
      Tim Neutkens 提交于
      619493a9
    • J
      Replace `fork-ts-checker-webpack-plugin` with faster alternative (#13529) · 92a12a2e
      Joe Haddad 提交于
      This removes `fork-ts-checker-webpack-plugin` and instead directly calls the TypeScript API.
      
      This is approximately 10x faster.
      
      Base build: 7s (no TypeScript features enabled)
      
      - `fork-ts-checker-webpack-plugin@3.1.1`: 90s, computer sounds like an airplane
      - `fork-ts-checker-webpack-plugin@4.1.6`: 84s, computer did **not** sound like an airplane
      - `fork-ts-checker-webpack-plugin@5.0.0-alpha.14`: 90s, regressed
      - `npx tsc -p tsconfig.json --noEmit`: 12s (time: `18.57s user 0.97s system 169% cpu 11.525 total`)
      - **This PR**: 22s, expected to get better when we run this as a side-car
      
      All of these tests were run 3 times and repeat-accurate within +/- 0.5s.
      92a12a2e
    • J
      v9.4.5-canary.1 · a62aaddd
      Joe Haddad 提交于
      a62aaddd