-
Notifications
You must be signed in to change notification settings - Fork 636
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Internally rename moduleMap/hasteModuleMap -> hasteMap
Summary: What we currently call `moduleMap: ModuleMap` in fact: - Is keyed on Haste names, so is our Haste map in the purest sense - it's unused when Haste resolution is disabled. - Isn't actually a map of modules, since it also maps Haste *packages*. Now that the main export of `metro-file-map` is no longer itself called `HasteMap`, we can align the naming of this internal type + variable with its function. Changelog: Internal Reviewed By: motiz88 Differential Revision: D45033202 fbshipit-source-id: f91ce8ac6f47537aec81b4208e0fd687e5a2e53e
- Loading branch information
1 parent
8240186
commit c6bd02e
Showing
9 changed files
with
159 additions
and
163 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.