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);
});
|