Enable strictPropertyInitialization (#11203)
This commit is contained in:
parent
4207d182cd
commit
cfd48b36aa
38 changed files with 97 additions and 117 deletions
|
@ -37,7 +37,7 @@ const INDEX_VERSION = 1;
|
|||
*/
|
||||
export class EventIndexPeg {
|
||||
public index: EventIndex | null = null;
|
||||
public error: Error | null = null;
|
||||
public error: unknown;
|
||||
|
||||
private _supportIsInstalled = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue