Created
April 15, 2015 17:52
-
-
Save jergason/d66f4f1508820a08401c to your computer and use it in GitHub Desktop.
flow es6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// @flow | |
import React, {Component} from 'react' | |
class Durp extends Component { | |
render(): ReactElement { | |
return <h1>wassup</h1> | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"passed": false, | |
"errors": [ | |
{ | |
"message": [ | |
{ | |
"descr": "Extract `default` property from ModuleNamespace obj\nUnknown global name", | |
"code": 0, | |
"path": "/Users/jergason/kuali/cm/client/app/formbot/butts.jsx", | |
"line": 2, | |
"endline": 2, | |
"start": 1, | |
"end": 38 | |
} | |
] | |
}, | |
{ | |
"message": [ | |
{ | |
"descr": "identifier Component\nUnknown global name", | |
"code": 0, | |
"path": "/Users/jergason/kuali/cm/client/app/formbot/butts.jsx", | |
"line": 4, | |
"endline": 4, | |
"start": 20, | |
"end": 28 | |
} | |
] | |
} | |
], | |
"version": " Apr 3 2015 22:21:51" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment