all files / editor-manager/ base.js

100% Statements 9/9
50% Branches 1/2
100% Functions 2/2
100% Lines 7/7
1 2 3 4 5 6 7 8 9 10 11   53×      
define(["require", "exports", "./base/editor-manager", "./base/constant", "./base/classes"], function (require, exports, editor_manager_1, constant_1, classes_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(editor_manager_1);
    __export(constant_1);
    __export(classes_1);
});