all files / markdown-parser/ base.js

100% Statements 8/8
50% Branches 1/2
100% Functions 2/2
100% Lines 6/6
1 2 3 4 5 6 7 8 9 10        
define(["require", "exports", "./base/markdown-parser", "./base/constant"], function (require, exports, markdown_parser_1, constant_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(markdown_parser_1);
    __export(constant_1);
});