Open leobalter opened 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/)
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/)