yield.js 84 B

1234
  1. (function * () {
  2. var a = require('a');
  3. var b = yield require('c')(a);
  4. })();