getify/asynquence

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

Ouverte

#24 ouverte le 27 janv. 2014

 (0 commentaire) (0 réaction) (1 personne assignée)JavaScript (156 forks)batch import
help wanted

Métriques du dépôt

Stars
 (1 739 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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.

Guide contributeur