rwaldron / test262-features

Auto detect features used in test262 test material source files
0 stars 0 forks source link

Generators/Async iteration #3

Open leobalter opened 7 years ago

leobalter commented 7 years ago

I had this command to files potentially using [async] generators without a respective features flag on test262.

Although, the regexp and the exclusions are weak, but with time I can improve the RegExp to catch generators or async generators.

git grep -Le "generators" --or -e "async-iteration" -- $(git grep -lE "*\s?[a-zA-Z_]+\s?(" test/)