UNPKG

569 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3var LineType;
4(function (LineType) {
5 LineType["INSERT"] = "insert";
6 LineType["DELETE"] = "delete";
7 LineType["CONTEXT"] = "context";
8})(LineType = exports.LineType || (exports.LineType = {}));
9exports.OutputFormatType = {
10 LINE_BY_LINE: 'line-by-line',
11 SIDE_BY_SIDE: 'side-by-side',
12};
13exports.LineMatchingType = {
14 LINES: 'lines',
15 WORDS: 'words',
16 NONE: 'none',
17};
18exports.DiffStyleType = {
19 WORD: 'word',
20 CHAR: 'char',
21};
22//# sourceMappingURL=types.js.map
\No newline at end of file