We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7e5f0b commit 75edb48Copy full SHA for 75edb48
src/lib/output/themes/default/DefaultThemeRenderContext.ts
@@ -46,7 +46,7 @@ function bind<F, L extends any[], R>(fn: (f: F, ...a: L) => R, first: F) {
46
47
export class DefaultThemeRenderContext {
48
options: Options;
49
- private currentDepth: number = 0;
+ private currentDepth = 0;
50
51
constructor(private theme: DefaultTheme, options: Options) {
52
this.options = options;
0 commit comments