You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.
As far as I can tell, tslint 3.15.1 hardcordes an ES5 target for the compiler, so I don't see how tslint will even compile this code sample. Is the error really from the rule?
noFunctionExpressionRule should not react to
function* () { yield 1; }
since arrow functions cannot be generators.The text was updated successfully, but these errors were encountered: