diff options
Diffstat (limited to 'node_modules/tslint/lib/formatters.js')
-rw-r--r-- | node_modules/tslint/lib/formatters.js | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/node_modules/tslint/lib/formatters.js b/node_modules/tslint/lib/formatters.js index 2deff81af..0a0105016 100644 --- a/node_modules/tslint/lib/formatters.js +++ b/node_modules/tslint/lib/formatters.js @@ -15,9 +15,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -function __export(m) { - for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; -} Object.defineProperty(exports, "__esModule", { value: true }); -__export(require("./language/formatter/abstractFormatter")); -__export(require("./formatters/index")); +var tslib_1 = require("tslib"); +tslib_1.__exportStar(require("./language/formatter/abstractFormatter"), exports); +tslib_1.__exportStar(require("./formatters/index"), exports); |