UNPKG

633 BTypeScriptView Raw
1import { AnyProjectEditor, ProjectEditor } from "@atomist/automation-client/lib/operations/edit/projectEditor";
2import { CodeTransformRegistration } from "../../../api/registration/CodeTransformRegistration";
3/**
4 * Wrap this editor to make it chatty, so it responds to Slack if there's nothing to do.
5 * It also honors the dryRun parameter flag to just capture the git diff and send it back to Slack instead
6 * of pushing changes to Git.
7 */
8export declare function chattyDryRunAwareEditor(ctr: CodeTransformRegistration<any>, underlyingEditor: AnyProjectEditor): ProjectEditor;
9//# sourceMappingURL=chattyDryRunAwareEditor.d.ts.map
\No newline at end of file