mirror of https://github.com/status-im/metro.git
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:
parent
efceeacd77
commit
52a76cb5af
|
@ -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> = {|
|
||||
|
|
Loading…
Reference in New Issue