metro-buck: add control modules

Reviewed By: davidaurelio

Differential Revision: D6738569

fbshipit-source-id: 4f4c7310bf9ec389c075ed6b93a6ff819bf84519
This commit is contained in:
Jean Lauliac 2018-01-22 03:07:32 -08:00 committed by Facebook Github Bot
parent 13ba5516d1
commit 59515d058c
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ export type BuildResult = {|
export type Callback<A = void, B = void> = (Error => void) &
((null | void, A, B) => void);
type Dependency = {|
export type Dependency = {|
id: string,
+isAsync: boolean,
path: string,