all files / dist/definitions/file/ StarImportPartDefinition.js

86.67% Statements 13/15
100% Branches 7/7
75% Functions 3/4
83.33% Lines 10/12
2 branches Ignored     
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19                 
"use strict";
var __extends = (this && this.__extends)/* istanbul ignore next */ || function (d, b) {
    for (var p in b) Eif (b.hasOwnProperty(p)) d[p] = b[p];
    function __() { this.constructor = d; }
    d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
var base_1 = require("./../base");
var StarImportPartDefinition = (function (_super) {
    __extends(StarImportPartDefinition, _super);
    function StarImportPartDefinition() {
        _super.apply(this, arguments);
        this.definitions = [];
    }
    return StarImportPartDefinition;
}(base_1.BaseDefinition));
exports.StarImportPartDefinition = StarImportPartDefinition;
 
//# sourceMappingURL=StarImportPartDefinition.js.map