• Chris Bracken's avatar
    Improve AOT snapshot input verification + cleanup (#17136) · 100be23a
    Chris Bracken authored
    Bugfix: Moves AOT snapshot input verification past where the last input
    is added to the inputs list.
    
    Cleanup:
    * Extracts _isValidAotPlatform method.
    * Moves non-platform-specific logic to the top.
    * Moves variable declaration closer to first use, and inlines to a
      narrower scope where possible.
    100be23a
Name
Last commit
Last update
..
build_test.dart Loading commit data...
common_test.dart Loading commit data...
context_test.dart Loading commit data...
file_system_test.dart Loading commit data...
flags_test.dart Loading commit data...
io_test.dart Loading commit data...
logger_test.dart Loading commit data...
logs_test.dart Loading commit data...
net_test.dart Loading commit data...
os_test.dart Loading commit data...
os_utils_test.dart Loading commit data...
process_test.dart Loading commit data...
terminal_test.dart Loading commit data...