mirror of
https://github.com/danog/code-server.git
synced 2025-01-22 21:41:14 +01:00
588da0443c
- Use whateverEmitter.event for the onWhatever methods. - Add readonly to a bunch of things. - Remove some redundancy in types. - Move initializations out of the constructor and into the declarations where it was reasonable to do so. - Disable a few no-any violations.