mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 09:35:37 -05:00
Add no implicit any to the strict null check (#5635)
* wip * working through adding no implicit any
This commit is contained in:
@@ -222,4 +222,8 @@ export class AsyncDataProvider<T extends Slick.SlickData> implements IDisposable
|
||||
dispose() {
|
||||
this.dataRows.dispose();
|
||||
}
|
||||
|
||||
getItems(): T[] {
|
||||
throw new Error('Method not supported.');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user