mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-25 12:55:41 +08:00
Add flow types for output modules
Summary: Adds flow types for output functionality for easier maintenance and interop with new code Reviewed By: matryoshcow Differential Revision: D4211863 fbshipit-source-id: 591407d3a6d49536054ae94ba31125c18a1e1fa1
This commit is contained in:
committed by
Facebook Github Bot
parent
9712d335e2
commit
f3779502d3
@@ -9,11 +9,11 @@
|
||||
|
||||
type _SourceMap = {
|
||||
version: number,
|
||||
file: string,
|
||||
file?: string,
|
||||
sources: Array<string>,
|
||||
names: Array<string>,
|
||||
mappings: string,
|
||||
sourcesContent: Array<string>,
|
||||
sourcesContent?: Array<string>,
|
||||
};
|
||||
|
||||
// based on babylon v6.13.1
|
||||
|
||||
Reference in New Issue
Block a user