[ts] Enforce order for the override modifier (#13209)

* [ts] Enforce order for the `override` modifier

* generator

* Add more checks

* Update TS tests
This commit is contained in:
Nicolò Ribaudo
2021-04-27 22:51:15 +02:00
parent 8433cd0c05
commit 22b0eb038f
14 changed files with 682 additions and 266 deletions

View File

@@ -232,6 +232,7 @@ functionCall15.ts
functionDeclarationWithResolutionOfTypeNamedArguments01.ts
functionExpressionInWithBlock.ts
functionExpressionWithResolutionOfTypeNamedArguments01.ts
getterErrorMessageNotDuplicated.ts
gettersAndSettersErrors.ts
giant.ts
globalThisDeclarationEmit.ts
@@ -407,8 +408,7 @@ shorthandPropertyAssignmentInES6Module.ts
sourceMap-LineBreaks.ts
sourceMapValidationDecorators.ts
sourceMapValidationStatements.ts
staticAsIdentifier.ts
staticModifierAlreadySeen.ts
stackDepthLimitCastingType.ts
strictModeReservedWord.ts
superCallFromClassThatHasNoBaseType1.ts
symbolLinkDeclarationEmitModuleNames.ts