You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…dified timestamp in the module's hash.
closes#1836
Note that this allows us to remove from the tests the ts rewrite that we used to do on modules, because their payload’s lastModified is now always set to the fake currentDate injected by the tests. Some tests don't want to use the fake date though! (I hope they never run in parallel?)
When a module references a data loader, and that loader creates a new file with the same contents as before, the hash of the module doesn't change.
But its contents do change, because the module references the file and its lastModified.
The text was updated successfully, but these errors were encountered: