Created
October 15, 2015 21:13
-
-
Save jergason/e35cdcdb77b8f1c2a1a5 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 | |
require('./es6')() |
This file contains hidden or 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
/Users/jergason/flow-test/commonjs.js:3:1,18: function call | |
Callable signature not found in | |
/Users/jergason/flow-test/commonjs.js:3:1,16: CommonJS exports of "/Users/jergason/kuali/flow-test/es6.js" |
This file contains hidden or 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 | |
export default function() { | |
console.log('im an es6 module') | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment