1. 25 7月, 2020 2 次提交
  2. 08 7月, 2020 1 次提交
  3. 01 7月, 2020 1 次提交
    • J
      generate package config during runhooks (#19428) · 9837bb06
      Jonah Williams 提交于
      The dart SDK needs to ship several packages which have opted into null safety for the tech preview. This requires the use of a package_config.json for compilation as this file contains the language versions. Use a dart script to generate the package_config file from the .packages file, and include that in the DEPS hooks section.
      
      Fixes flutter/flutter#60628
      9837bb06