getify/asynquence

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

Aperta

#24 aperta il 27 gen 2014

 (0 commenti) (0 reazioni) (1 assegnatario)JavaScript (156 fork)batch import
help wanted

Metriche repository

Star
 (1739 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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.

Guida contributor