File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11import { execFileSync } from 'child_process'
22
3+ import { CODEBUFF_BINARY } from './constants'
34import { processStream } from './process-stream'
45
56import type {
@@ -9,8 +10,6 @@ import type {
910 NewChatOptions ,
1011} from './types'
1112
12- const CODEBUFF_BINARY = 'codebuff'
13-
1413export class CodebuffClient {
1514 private authToken : string
1615
Original file line number Diff line number Diff line change 1+ export const CODEBUFF_BINARY = 'codebuff'
Original file line number Diff line number Diff line change 11import { spawn } from 'child_process'
22
3- import type { PrintModeEvent } from '@codebuff/common/types/print-mode '
3+ import { CODEBUFF_BINARY } from './constants '
44
5- const CODEBUFF_BINARY = ' codebuff'
5+ import type { PrintModeEvent } from '@ codebuff/common/types/print-mode '
66
77export function processStream ( {
88 codebuffArgs,
You can’t perform that action at this time.
0 commit comments