getify/asynquence

for `runner()` plugin, make a test for actual generators

オープン

#24 opened on 2014/01/27

 (0 件のコメント) (0 件のリアクション) (1 人の担当者)JavaScript (156 件のフォーク)batch import
help wanted

Repository metrics

Stars
 (1,739 個のスター)
PR merge metrics
 (30d に merged PR はありません)

説明

This is a tricky one because generators are invalid syntax and have to be feature-detected using Function or eval, as well as the running of a test for them. Need to figure out how to take a test and get it into a string so the test suite can run the test only in environments where a generator is valid.

コントリビューターガイド