getify/asynquence

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

Open

#24 aberto em 27 de jan. de 2014

Ver no GitHub
 (0 comments) (0 reactions) (1 assignee)JavaScript (156 forks)batch import
help wanted

Métricas do repositório

Stars
 (1.739 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador