mirror of
https://github.com/wickedest/Mergely.git
synced 2026-04-13 11:18:35 +08:00
@@ -3,7 +3,7 @@ const DiffParser = require('./diff-parser');
|
||||
|
||||
function LCS(x, y, options) {
|
||||
function getPositionOfWords(text, options) {
|
||||
var exp = new RegExp(/\w+/g);
|
||||
var exp = new RegExp(/[^\s]/g);
|
||||
var map = {};
|
||||
var match;
|
||||
var item = 0;
|
||||
|
||||
Reference in New Issue
Block a user