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.
_codeBlocks.ts
1 parent 721ffc1 commit c31e115Copy full SHA for c31e115
browser/websocket/_codeBlock.ts
@@ -1,8 +1,8 @@
1
import { Change, Socket, wrap } from "../../deps/socket.ts";
2
+import { TinyCodeBlock } from "../../rest/getCodeBlocks.ts";
3
import { HeadData } from "./pull.ts";
4
import { getProjectId, getUserId } from "./id.ts";
5
import { pushWithRetry } from "./_fetch.ts";
-import { TinyCodeBlock } from "./getCodeBlocks.ts";
6
7
/** コードブロックのタイトル行の情報を保持しておくためのinterface */
8
export interface CodeTitle {
0 commit comments