• James D. Lin's avatar
    Clean up ProjectFileInvalidator.findInvalidated a bit (#41889) · 14c5c6e1
    James D. Lin authored
    In preparation for some refactoring that I will be doing to
    `ProjectFileInvalidator.findInvalidated`, make its code a bit
    clearer:
    * Indicate which arguments may be null.
    * Don't bother calling `FileStat.statSync` on the `.packages` file
      for the initial load.  This makes the checks for the `.packages`
      file consistent with those for other files.
    * Use `DateTime.isAfter()` instead of comparing microseconds
      ourselves.
    
    While I was touching this file, I also removed some unnecessary
    comparisons to `false`. (`_ManifestAssetBundle.wasBuiltOnce()` is the
    only implementation I can find of `AssetBundle.wasBuiltOnce()`, and
    it never returns `null`.)
    14c5c6e1
Name
Last commit
Last update
..
flutter Loading commit data...
flutter_driver Loading commit data...
flutter_goldens Loading commit data...
flutter_goldens_client Loading commit data...
flutter_localizations Loading commit data...
flutter_test Loading commit data...
flutter_tools Loading commit data...
flutter_web_plugins Loading commit data...
fuchsia_remote_debug_protocol Loading commit data...
analysis_options.yaml Loading commit data...