Deng Ruoqi

Results 26 comments of Deng Ruoqi

BTW, i tried `make test` and got failed([issue#6](https://github.com/visionmedia/callsite/issues/6)). Is there something i misunderstood? @visionmedia

I usually do co.call(ctx, function*() {}) which is not very bothering

yy一下,能不能临时创建一个stream作为中介?

I commented at the PR(https://github.com/jonschlinkert/time-stamp/pull/18#issuecomment-732671198) and make a new PR(https://github.com/jonschlinkert/time-stamp/pull/20) to solve this. In a word, `import foo = require('foo')` need module `foo` have `exports.default` exported, or it would not...

> I did not look at the right part of the typescript documentation. Thank you @fregante for pointing this. > > The recommanded syntax for commonjs module is indeed: >...

So is this PR ready for merge?

这人是我,不要打我。。

主要是`Map`里面有`function`。。 ``` javascript function Map(options) { this.a = options.a; this.b = options.b; } Map.prototype.fn = function() {}; ```

> The async option is executing the tests async to give the UI a chance to update. @jdalton does it mean that the `async: true/false` can be ignored if used...