Implement E721 (#193)

This commit is contained in:
Charlie Marsh
2022-09-14 21:10:29 -04:00
committed by GitHub
parent 2e1eb84cbf
commit c0cb73ab16
10 changed files with 217 additions and 8 deletions

View File

@@ -36,6 +36,7 @@ fn main() {
CheckKind::TooManyExpressionsInStarredAssignment,
CheckKind::TrueFalseComparison(true, RejectedCmpop::Eq),
CheckKind::TwoStarredExpressions,
CheckKind::TypeComparison,
CheckKind::UndefinedExport("...".to_string()),
CheckKind::UndefinedLocal("...".to_string()),
CheckKind::UndefinedName("...".to_string()),