react-native/Libraries/Core/Devtools
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
..
__tests__ Reorganize core JS files 2016-10-11 10:14:28 -07:00
getDevServer.js Reorganize core JS files 2016-10-11 10:14:28 -07:00
openFileInEditor.js Reorganize core JS files 2016-10-11 10:14:28 -07:00
parseErrorStack.js Fixes type definition of StackFrame 2017-02-27 14:04:57 -08:00
setupDevtools.js Merge AndroidConstants and IOSConstants into PlatformConstants 2017-02-22 15:01:11 -08:00
symbolicateStackTrace.js Fix symbolication on stack trace with whatwg-fetch as a dependency 2016-11-14 09:13:40 -08:00