mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-22 19:14:52 +01:00
start doc with additional steps for migration
once the base migration is done
This commit is contained in:
parent
886a60c12a
commit
ae5a4f0051
7
doc/TS-MIGRATION.md
Normal file
7
doc/TS-MIGRATION.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# Typescript migration
|
||||||
|
|
||||||
|
## Introduce `abstract` & `override`
|
||||||
|
|
||||||
|
- find all methods and getters that throw or are empty in base classes and turn into abstract method or if all methods are abstract, into an interface.
|
||||||
|
- change child impls to not call super.method and to add override
|
||||||
|
- don't allow implicit override in ts config
|
Loading…
Reference in New Issue
Block a user