mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
This reimplements functionality that had been removed as part of the `isopack-cache` branch refactoring. Information about package changes is encapsulated inside a PackageMapDelta object on the ProjectContext. It is the responsibility of the command that prepares the ProjectContext to choose to call projectContext.packageMapDelta.displayOnConsole at the appropriate time if it wishes to display changes. Part of #3006.