Skip to content

Instantly share code, notes, and snippets.

@jergason
Created October 15, 2015 21:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jergason/e35cdcdb77b8f1c2a1a5 to your computer and use it in GitHub Desktop.
Save jergason/e35cdcdb77b8f1c2a1a5 to your computer and use it in GitHub Desktop.
// @flow
require('./es6')()
/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"
// @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