refactor(packages): extract comment-checker-core package
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
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"
|
||||
Reference in New Issue
Block a user