all files / base/ common.js

100% Statements 11/11
50% Branches 1/2
100% Functions 2/2
100% Lines 9/9
1 2 3 4 5 6 7 8 9 10 11 12 13   22×      
define(["require", "exports", "./gantt", "./interface", "./utils", "./enum", "./constant"], function (require, exports, gantt_1, interface_1, utils_1, enum_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(gantt_1);
    __export(interface_1);
    __export(utils_1);
    __export(enum_1);
    __export(constant_1);
});