1. 28 Feb, 2023 1 commit
  2. 27 Feb, 2023 2 commits
  3. 17 Feb, 2023 2 commits
  4. 13 Feb, 2023 1 commit
  5. 09 Feb, 2023 1 commit
  6. 06 Feb, 2023 1 commit
  7. 01 Feb, 2023 1 commit
  8. 31 Jan, 2023 1 commit
  9. 30 Jan, 2023 1 commit
  10. 27 Jan, 2023 1 commit
  11. 25 Jan, 2023 1 commit
  12. 10 Jan, 2023 1 commit
  13. 15 Dec, 2022 1 commit
  14. 02 Dec, 2022 1 commit
    • Jackson Gardner's avatar
      Platform binaries reland (#115502) · db1c3e20
      Jackson Gardner authored
      You can now specify a --local-web-sdk flag to point to a wasm_release folder. This will make it so that only artifacts that pertain to the web sdk are overridden to point to the wasm_release folder. Other artifacts (such as impellerc) will pull from the cache, or from the --local-engine path if that is specified.
      
      This also uses precompiled platform kernel files for both ddc and dart2js
      db1c3e20
  15. 13 Nov, 2022 1 commit
  16. 12 Nov, 2022 1 commit
  17. 19 Oct, 2022 1 commit
  18. 18 Oct, 2022 2 commits
  19. 31 Aug, 2022 1 commit
  20. 24 Aug, 2022 1 commit
  21. 08 Aug, 2022 1 commit
  22. 27 Jul, 2022 1 commit
  23. 25 Jul, 2022 1 commit
  24. 20 Jul, 2022 1 commit
  25. 18 Jul, 2022 1 commit
  26. 15 Jul, 2022 1 commit
  27. 07 Jul, 2022 1 commit
  28. 03 Jun, 2022 1 commit
    • jensjoha's avatar
      Extra timing on hot reload (#104242) · 9929446e
      jensjoha authored
      This PR adds extra timings for a hot reload.
      As an example, before a user might see
      
      > Performing hot reload...                                                
      > Reloaded 1 of 788 libraries in 554ms.
      
      With this PR it would instead be something like
      
      > Performing hot reload...                                                
      > Reloaded 1 of 788 libraries in 554ms (compile: 33 ms, reload: 153 ms, reassemble: 310 ms).
      9929446e
  29. 27 Apr, 2022 1 commit
  30. 14 Apr, 2022 1 commit
  31. 11 Apr, 2022 1 commit
  32. 30 Mar, 2022 1 commit
  33. 29 Mar, 2022 1 commit
  34. 21 Mar, 2022 1 commit
  35. 09 Mar, 2022 1 commit
  36. 02 Mar, 2022 1 commit
    • gaaclarke's avatar
      Starts using the `--source` flag to compile the dart registrant. (#98046) · fdcd1446
      gaaclarke authored
      * Starts using the `--source` flag to compile the dart registrant.
      
      * updated general.shard tests
      
      * Fixed the resident compiler flow
      
      * added integration test
      
      * made the integration test self contained
      
      * renamed generated_main to dart_plugin_registrant
      
      * cleaned up for review
      
      * added task runner for ci
      
      * added bringup and TESTOWNERS
      
      * updated failure message
      fdcd1446
  37. 19 Feb, 2022 1 commit