mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-20 09:35:38 -05:00
Add more folders to strict compile (#8954)
* add more folders to strictire compile, add more strict compile options * update ci * remove unnecessary assertion
This commit is contained in:
@@ -14,11 +14,11 @@ import { AngularDisposable } from 'sql/base/browser/lifecycle';
|
||||
selector: '[scrollable]'
|
||||
})
|
||||
export class ScrollableDirective extends AngularDisposable {
|
||||
private scrollableElement: ScrollableElement;
|
||||
private parent: HTMLElement;
|
||||
private scrolled: HTMLElement;
|
||||
@Input() horizontalScroll: ScrollbarVisibility;
|
||||
@Input() verticalScroll: ScrollbarVisibility;
|
||||
private scrollableElement!: ScrollableElement;
|
||||
private parent!: HTMLElement;
|
||||
private scrolled!: HTMLElement;
|
||||
@Input() horizontalScroll?: ScrollbarVisibility;
|
||||
@Input() verticalScroll?: ScrollbarVisibility;
|
||||
@Input() useShadow = false;
|
||||
@Input() scrollYToX = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user