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.
1 parent 5773db5 commit e506778Copy full SHA for e506778
src/diff-updater/update.ts
@@ -71,6 +71,10 @@ type AppliedPatchResult = {
71
nextPatchTask?: Promise<AppliedPatchResult | null>;
72
};
73
74
+/**
75
+ * Extends the ApplyPatchParams interface to include a flag indicating whether
76
+ * the patch is being applied recursively to hide it from the user.
77
+ */
78
type ApplyPatchParamsWithRecursiveFlag = ApplyPatchParams & {
79
/**
80
* Indicates whether the patch is being applied recursively.
0 commit comments