Refactor: Async-ify a bunch of stuff. Change waitForMessage to template style. Disable strictPropertyInitialization in typescript config.

This commit is contained in:
Casper Warden
2018-10-07 14:59:07 +01:00
parent d45204a91c
commit 1137868932
638 changed files with 1014 additions and 1219 deletions

View File

@@ -1,4 +1,3 @@
/// <reference types="long" />
/// <reference types="node" />
import Long = require('long');
import { MessageBase } from '../MessageBase';