all files / markdown-parser/base/ constant.js

100% Statements 8/8
100% Branches 0/0
100% Functions 1/1
100% Lines 8/8
1 2 3 4 5 6 7 8 9 10 11      
define(["require", "exports"], function (require, exports) {
    "use strict";
    Object.defineProperty(exports, "__esModule", { value: true });
    exports.LISTS_COMMAND = 'lists-commands';
    exports.selectionCommand = 'command-type';
    exports.LINK_COMMAND = 'link-commands';
    exports.CLEAR_COMMAND = 'clear-commands';
    exports.MD_TABLE = 'insert-table';
    exports.INSERT_TEXT_COMMAND = 'insert-text';
});