asynquence icon indicating copy to clipboard operation
asynquence copied to clipboard

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

Open getify opened this issue 11 years ago • 0 comments

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.

getify avatar Jan 27 '14 15:01 getify