mirror of https://github.com/status-im/metro.git
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:
parent
66b381a5c7
commit
ec4a0ce527
|
@ -250,7 +250,7 @@ export type ResolvedCodeFile = {|
|
||||||
* all the other dependencies. For example, it could be
|
* all the other dependencies. For example, it could be
|
||||||
* `{'foo': 'bar/foo.js', 'bar': 'node_modules/bar/index.js'}`.
|
* `{'foo': 'bar/foo.js', 'bar': 'node_modules/bar/index.js'}`.
|
||||||
*/
|
*/
|
||||||
+filePathsByDependencyName: {|+[dependencyName: string]: string|},
|
+filePathsByDependencyName: {+[dependencyName: string]: string},
|
||||||
|};
|
|};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue