From 9df98e65f842cf3acae09cbdd969966f42d64469 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sat, 14 Oct 2017 18:40:54 +0200 Subject: update dependencies --- node_modules/tslint/lib/rules/noUnusedExpressionRule.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'node_modules/tslint/lib/rules/noUnusedExpressionRule.js') diff --git a/node_modules/tslint/lib/rules/noUnusedExpressionRule.js b/node_modules/tslint/lib/rules/noUnusedExpressionRule.js index 2e389b732..7390a6984 100644 --- a/node_modules/tslint/lib/rules/noUnusedExpressionRule.js +++ b/node_modules/tslint/lib/rules/noUnusedExpressionRule.js @@ -23,7 +23,7 @@ var Lint = require("../index"); var ALLOW_FAST_NULL_CHECKS = "allow-fast-null-checks"; var ALLOW_NEW = "allow-new"; var ALLOW_TAGGED_TEMPLATE = "allow-tagged-template"; -var Rule = (function (_super) { +var Rule = /** @class */ (function (_super) { tslib_1.__extends(Rule, _super); function Rule() { return _super !== null && _super.apply(this, arguments) || this; -- cgit v1.2.3