strict init, #78168

This commit is contained in:
Johannes Rieken
2019-08-05 11:09:41 +02:00
parent e428bed67d
commit 629ef6a295
8 changed files with 40 additions and 35 deletions

View File

@@ -470,11 +470,11 @@ export class ExtHostApiCommands {
return res;
}
detail: string;
range: vscode.Range;
selectionRange: vscode.Range;
children: vscode.DocumentSymbol[];
containerName: string;
detail!: string;
range!: vscode.Range;
selectionRange!: vscode.Range;
children!: vscode.DocumentSymbol[];
containerName!: string;
}
return value.map(MergedInfo.to);
});