commit | 9b130eea819fd66e60805ced060558f7686ae1b0 | [log] [tgz] |
---|---|---|
author | Jacob MacDonald <jakemac@google.com> | Tue Mar 02 10:51:38 2021 -0800 |
committer | GitHub <noreply@github.com> | Tue Mar 02 10:51:38 2021 -0800 |
tree | 92045b129b3a660a695d030cfae3e27eea5aaa35 | |
parent | b7d72b670412c8dc9189f9da61a94c355e61e71e [diff] |
allow null to be returned from the Chrome sourceUriProvider (dart-lang/coverage#333) This was an incorrect migration originally it looks like, the test package returns null in a few different cases and it was previously handled a bit weirdly (adding entries with a null key). Now these are explicitly skipped.