Skip to content

Commit

Permalink
refactor(editor): remove legacy console formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
doodlewind committed Jan 9, 2025
1 parent e269cce commit 45bb9b3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 68 deletions.
1 change: 0 additions & 1 deletion blocksuite/playground/apps/default/main.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import '../../style.css';
import '../dev-format.js';

import { effects as blocksEffects } from '@blocksuite/blocks/effects';
import { effects as presetsEffects } from '@blocksuite/presets/effects';
Expand Down
60 changes: 0 additions & 60 deletions blocksuite/playground/apps/dev-format.ts

This file was deleted.

6 changes: 0 additions & 6 deletions blocksuite/playground/apps/env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,5 @@ declare global {

wsProvider: ReturnType<typeof setupBroadcastProvider>;
bcProvider: ReturnType<typeof setupBroadcastProvider>;

devtoolsFormatters: {
header: (obj: unknown, config: unknown) => null | HTMLTemplate;
hasBody: (obj: unknown, config: unknown) => boolean | null;
body: (obj: unknown, config: unknown) => null | HTMLTemplate;
}[];
}
}
1 change: 0 additions & 1 deletion blocksuite/playground/apps/starter/main.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import '../../style.css';
import '../dev-format.js';

import {
WidgetViewMapExtension,
Expand Down

0 comments on commit 45bb9b3

Please sign in to comment.