all files / base/ common.js

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