diff options
Diffstat (limited to 'node_modules/tslint/lib/rules/noUnusedExpressionRule.js')
-rw-r--r-- | node_modules/tslint/lib/rules/noUnusedExpressionRule.js | 2 |
1 files changed, 1 insertions, 1 deletions
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; |