packager-worker-for-buck: refactor and fix source map output

Reviewed By: davidaurelio

Differential Revision: D6385199

fbshipit-source-id: f104f7b000dde131b57b671d14d4ec4e0d30d7a2
This commit is contained in:
Jean Lauliac 2017-11-22 05:05:53 -08:00 committed by Facebook Github Bot
parent efceeacd77
commit 52a76cb5af
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ export type OutputFn<M: FBSourceMap | SourceMap = FBSourceMap | SourceMap> = ({|
idsForPath: IdsForPathFn,
modules: Iterable<Module>,
requireCalls: Iterable<Module>,
sourceMapPath?: string,
sourceMapPath?: ?string,
|}) => OutputResult<M>;
type OutputResult<M: FBSourceMap | SourceMap> = {|