getify/asynquence

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

Open

#24 建立於 2014年1月27日

在 GitHub 查看
 (0 留言) (0 反應) (1 負責人)JavaScript (156 fork)batch import
help wanted

倉庫指標

Star
 (1,739 star)
PR 合併指標
 (30 天內沒有已合併 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.

貢獻者指南