all files / dist/binders/ structure.js

100% Statements 14/14
100% Branches 2/2
100% Functions 1/1
100% Lines 12/12
1 branch Ignored     
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17  61×        
"use strict";
function __export(m) {
    for (var p in m) /* istanbul ignore else */ Eif (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
__export(require("./structure/base"));
__export(require("./structure/class"));
__export(require("./structure/enum"));
__export(require("./structure/expression"));
__export(require("./structure/file"));
__export(require("./structure/function"));
__export(require("./structure/general"));
__export(require("./structure/interface"));
__export(require("./structure/namespace"));
__export(require("./structure/variable"));
 
//# sourceMappingURL=structure.js.map