Files
oh-my-opencode/packages/comment-checker-core/src/index.ts
T

31 lines
639 B
TypeScript

export {
extractApplyPatchEdits,
getApplyPatchMetadataFiles,
getString,
isRecord,
joinPatchLines,
makeAccumulator,
parseApplyPatchRequests,
readApplyPatchMetadataFiles,
} from "./apply-patch-edits"
export { resolveCommentCheckerBinary, runCommentChecker } from "./runner"
export type {
ApplyPatchAccumulator,
ApplyPatchFileMetadata,
CheckResult,
CheckerEdit,
CommentFilter,
CommentInfo,
CommentType,
FileComments,
FilterResult,
HookInput,
PendingCall,
ResolveCommentCheckerBinaryInput,
RunCommentCheckerInput,
RunCommentCheckerOptions,
SpawnFn,
SpawnProcess,
SpawnSignal,
} from "./types"