[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

@@ -1,6 +1,6 @@
FLOW_COMMIT = a1f9a4c709dcebb27a5084acf47755fbae699c25
TEST262_COMMIT = eca69e2c95972a4c5780ef58fe1f1e53e871b9b1
TYPESCRIPT_COMMIT = dd1ef88d016dc40a145eafc0a1169e7f0a4a9ebe
TYPESCRIPT_COMMIT = 3de706a8525c2ded782fc032fa4afe2e485100d3
# Fix color output until TravisCI fixes https://github.com/travis-ci/travis-ci/issues/7967
export FORCE_COLOR = true