Skip to content

Instantly share code, notes, and snippets.

@jeffmo
Created February 1, 2017 05:22
Show Gist options
  • Save jeffmo/7102fb110428ff204db20a9406ae97dd to your computer and use it in GitHub Desktop.
Save jeffmo/7102fb110428ff204db20a9406ae97dd to your computer and use it in GitHub Desktop.
export default (async function() => {
return 42;
})();
import interestingM from "interesting.js";
export default (async function() => {
let interesting = await interestingM;
console.log('psuedo-toplevel await complete!');
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment