mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Make bundle building function async
Reviewed By: jeanlauliac Differential Revision: D4993758 fbshipit-source-id: b466e0d8d494914357f38eac1a0ef3c2ec7d4edd
This commit is contained in:
committed by
Facebook Github Bot
parent
7eb005b4df
commit
382e633f78
@@ -27,7 +27,7 @@ import type {
|
||||
type BuildFn = (
|
||||
entryPoints: Iterable<string>,
|
||||
options: BuildOptions,
|
||||
callback: Callback<{modules: Iterable<Module>, entryModules: Iterable<Module>}>,
|
||||
callback: Callback<GraphResult>,
|
||||
) => void;
|
||||
|
||||
type BuildOptions = {|
|
||||
|
||||
Reference in New Issue
Block a user