mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-12 09:20:14 +08:00
Fix lint warnings in the resolver
Reviewed By: martinbigio Differential Revision: D2803192 fb-gh-sync-id: 721821ed9ce8dd846f90ec09e7e1f36abf322b5a
This commit is contained in:
committed by
facebook-github-bot-7
parent
6edcebef9c
commit
0cb63bb971
@@ -26,7 +26,7 @@ class ModuleCache {
|
||||
moduleCache: this,
|
||||
cache: this._cache,
|
||||
extractor: this._extractRequires,
|
||||
depGraphHelpers: this._depGraphHelpers
|
||||
depGraphHelpers: this._depGraphHelpers,
|
||||
});
|
||||
}
|
||||
return this._moduleCache[filePath];
|
||||
|
||||
Reference in New Issue
Block a user