• Chris Bracken's avatar
    Invalidate snapshot when entrypoint changes (#11913) · c896fe2f
    Chris Bracken authored
    Adds the app entrypoint as a key in the checksum file.
    
    This change eliminates the assumption that checksummed files change when
    the main entrypoint changes. In the case where there are two
    entrypoints, a.dart and b.dart and a.dart imports b.dart and b.dart
    imports a.dart, building the app with entrypoint a.dart followed by a
    build of the app with entrypoint b.dart would result in the same
    files list and checksums, but should invalidate the build.
    c896fe2f
Name
Last commit
Last update
.idea Loading commit data...
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
ISSUE_TEMPLATE.md Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
VERSION Loading commit data...
analysis_options.yaml Loading commit data...
analysis_options_repo.yaml Loading commit data...
appveyor.yml Loading commit data...