Skip to content

Instantly share code, notes, and snippets.

@JoelMarcey
Created November 17, 2014 22:07
Show Gist options
  • Select an option

  • Save JoelMarcey/8817aff7637cec1024a3 to your computer and use it in GitHub Desktop.

Select an option

Save JoelMarcey/8817aff7637cec1024a3 to your computer and use it in GitHub Desktop.
flow/js/actions/ChatMessageActionCreators.js:25:27,30: parameter text
Missing annotation
flow/js/actions/ChatServerActionCreators.js:23:24,34: parameter rawMessages
Missing annotation
flow/js/actions/ChatServerActionCreators.js:30:35,48: parameter createdMessage
Missing annotation
flow/js/actions/ChatThreadActionCreators.js:23:25,32: parameter threadID
Missing annotation
flow/js/components/ChatApp.react.js:22:21,21: return
Missing annotation
flow/js/components/MessageComposer.react.js:27:21,21: return
Missing annotation
flow/js/components/MessageComposer.react.js:39:23,27: parameter event
Missing annotation
flow/js/components/MessageComposer.react.js:39:30,34: parameter value
Missing annotation
flow/js/components/MessageComposer.react.js:43:24,28: parameter event
Missing annotation
flow/js/components/MessageListItem.react.js:26:21,21: return
Missing annotation
flow/js/components/MessageListItem.react.js:30:46,63: property authorName
Property cannot be accessed on possibly null or undefined value
flow/js/components/MessageListItem.react.js:23:14,34: ?any
flow/js/components/MessageListItem.react.js:32:12,23: property date
Property cannot be accessed on possibly null or undefined value
flow/js/components/MessageListItem.react.js:23:14,34: ?any
flow/js/components/MessageListItem.react.js:34:40,51: property text
Property cannot be accessed on possibly null or undefined value
flow/js/components/MessageListItem.react.js:23:14,34: ?any
flow/js/components/MessageSection.react.js:55:21,21: return
Missing annotation
flow/js/components/MessageSection.react.js:68:23,70:3: function
Too few arguments (expected default/rest parameters in function)
/tmp/flow_joelm/flowlib_29899c85/lib/react.js:35:5,93: function type
flow/js/components/ThreadListItem.react.js:29:21,21: return
Missing annotation
flow/js/components/ThreadListItem.react.js:31:23,40: property lastMessage
Property cannot be accessed on possibly null or undefined value
flow/js/components/ThreadListItem.react.js:25:13,33: ?any
flow/js/components/ThreadListItem.react.js:36:21,29: property id
Property cannot be accessed on possibly null or undefined value
flow/js/components/ThreadListItem.react.js:25:13,33: ?any
flow/js/components/ThreadListItem.react.js:39:38,48: property name
Property cannot be accessed on possibly null or undefined value
flow/js/components/ThreadListItem.react.js:25:13,33: ?any
flow/js/components/ThreadListItem.react.js:51:42,61: property id
Property cannot be accessed on possibly null or undefined value
flow/js/components/ThreadListItem.react.js:25:13,33: ?any
flow/js/stores/__tests__/UnreadThreadStore-test.js:16:1,4: identifier jest
Unknown global name
flow/js/stores/__tests__/UnreadThreadStore-test.js:19:1,8: identifier describe
Unknown global name
flow/js/stores/__tests__/UnreadThreadStore-test.js:25:3,12: identifier beforeEach
Unknown global name
flow/js/stores/__tests__/UnreadThreadStore-test.js:31:3,4: identifier it
Unknown global name
flow/js/stores/__tests__/UnreadThreadStore-test.js:32:5,10: identifier expect
Unknown global name
flow/js/stores/__tests__/UnreadThreadStore-test.js:32:12,37: property register
Property cannot be accessed on possibly undefined value
flow/js/stores/__tests__/UnreadThreadStore-test.js:21:7,23: undefined
flow/js/stores/__tests__/UnreadThreadStore-test.js:44:12,39: call of method getCount
Method cannot be called on possibly undefined value
flow/js/stores/__tests__/UnreadThreadStore-test.js:22:7,23: undefined
flow/js/utils/ChatMessageUtils.js:18:31,40: parameter rawMessage
Missing annotation
flow/js/utils/ChatMessageUtils.js:18:43,57: parameter currentThreadID
Missing annotation
flow/js/utils/ChatMessageUtils.js:18:59,59: return
Missing annotation
flow/js/utils/ChatWebAPIUtils.js:35:27,33: parameter message
Missing annotation
flow/js/utils/ChatWebAPIUtils.js:35:36,45: parameter threadName
Missing annotation
Found 32 errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment