Skip to content

Commit 8690f31

Browse files
snadruskpdecker
authored andcommitted
Simple export of functionality
Please try this (or something similar) and rebuild the NPM so 3-way-merge is available there.
1 parent becde77 commit 8690f31

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.js

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ import {diffArrays} from './diff/array';
2727

2828
import {applyPatch, applyPatches} from './patch/apply';
2929
import {parsePatch} from './patch/parse';
30+
import {merge} from './patch/merge';
3031
import {structuredPatch, createTwoFilesPatch, createPatch} from './patch/create';
3132

3233
import {convertChangesToDMP} from './convert/dmp';
@@ -53,6 +54,7 @@ export {
5354
applyPatch,
5455
applyPatches,
5556
parsePatch,
57+
merge,
5658
convertChangesToDMP,
5759
convertChangesToXML,
5860
canonicalize

0 commit comments

Comments
 (0)