react-native/Libraries/Core
Wietse Venema 800dc77172 Fixes type definition of StackFrame
Summary:
**Motivation**
This PR fixes the flow type definition of StackFrame in parseErrorStack.js. The methodName was missing and the column could be `null`. We integrate with it in our codebase and we wanted to use `methodName`, but flow complained.

Refer to this file for possible values: [github.com/errwischt/stacktrace-parser/blob/master/lib/stacktrace-parser.js](https://github.com/errwischt/stacktrace-parser/blob/master/lib/stacktrace-parser.js)

This also allowed me to remove a flow error suppression.

**Test plan (required)**
I ran flow on the project, no errors
Closes https://github.com/facebook/react-native/pull/12499

Differential Revision: D4619885

Pulled By: ericvicenti

fbshipit-source-id: 0bf5a2304cb0dc9f2c6df026a5cee71c8a419c01
2017-02-27 14:04:57 -08:00
..
Devtools Fixes type definition of StackFrame 2017-02-27 14:04:57 -08:00
Timers Fixes type definition of StackFrame 2017-02-27 14:04:57 -08:00
__mocks__ Reorganize core JS files 2016-10-11 10:14:28 -07:00
ErrorUtils.js RN: Cleanup OSS JS & Flow Declarations 2016-11-20 17:58:29 -08:00
ExceptionsManager.js Reorganize core JS files 2016-10-11 10:14:28 -07:00
InitializeCore.js Move BatchedBridge module configuration to InitializeCore 2017-02-22 15:01:11 -08:00