File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -62,11 +62,14 @@ var blobToBuffer = Diff.blobToBuffer;
6262 * Directly run a diff between a blob and a buffer.
6363 * @async
6464 * @param {Blob } old_blob Blob for old side of diff, or NULL for empty blob
65- * @param {String } old_as_path Treat old blob as if it had this filename; can be NULL
65+ * @param {String } old_as_path Treat old blob as if it had this filename;
66+ * can be NULL
6667 * @param {String } buffer Raw data for new side of diff, or NULL for empty
67- * @param {String } buffer_as_path Treat buffer as if it had this filename; can be NULL
68+ * @param {String } buffer_as_path Treat buffer as if it had this filename;
69+ * can be NULL
6870 * @param {DiffOptions } opts Options for diff, or NULL for default options
69- * @param {Function } file_cb Callback for "file"; made once if there is a diff; can be NULL
71+ * @param {Function } file_cb Callback for "file"; made once if there is a diff;
72+ * can be NULL
7073 * @param {Function } binary_cb Callback for binary files; can be NULL
7174 * @param {Function } hunk_cb Callback for each hunk in diff; can be NULL
7275 * @param {Function } line_cb Callback for each line in diff; can be NULL
You can’t perform that action at this time.
0 commit comments