all files / markdown-parser/ plugin.js

100% Statements 14/14
50% Branches 1/2
100% Functions 2/2
100% Lines 12/12
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16        
define(["require", "exports", "./plugin/clearformat", "./plugin/lists", "./plugin/formats", "./plugin/markdown-selection", "./plugin/undo", "./plugin/md-selection-formats", "./plugin/link", "./plugin/table"], function (require, exports, clearformat_1, lists_1, formats_1, markdown_selection_1, undo_1, md_selection_formats_1, link_1, table_1) {
    "use strict";
    function __export(m) {
        for (var p in m) Eif (!exports.hasOwnProperty(p)) exports[p] = m[p];
    }
    Object.defineProperty(exports, "__esModule", { value: true });
    __export(clearformat_1);
    __export(lists_1);
    __export(formats_1);
    __export(markdown_selection_1);
    __export(undo_1);
    __export(md_selection_formats_1);
    __export(link_1);
    __export(table_1);
});