packager-worker-for-buck: resolve at bundling time using js_library resolution information

Reviewed By: davidaurelio

Differential Revision: D6414372

fbshipit-source-id: 7bb0404e51a6130dfc89adb9476ad829020e76f0
This commit is contained in:
Jean Lauliac 2017-11-29 04:44:36 -08:00 committed by Facebook Github Bot
parent 66b381a5c7
commit ec4a0ce527
1 changed files with 1 additions and 1 deletions

View File

@ -250,7 +250,7 @@ export type ResolvedCodeFile = {|
* all the other dependencies. For example, it could be
* `{'foo': 'bar/foo.js', 'bar': 'node_modules/bar/index.js'}`.
*/
+filePathsByDependencyName: {|+[dependencyName: string]: string|},
+filePathsByDependencyName: {+[dependencyName: string]: string},
|};
/**