aboutsummaryrefslogtreecommitdiff
path: root/node_modules/tslint/lib/formatters/vsoFormatter.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/tslint/lib/formatters/vsoFormatter.js')
-rw-r--r--node_modules/tslint/lib/formatters/vsoFormatter.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_modules/tslint/lib/formatters/vsoFormatter.js b/node_modules/tslint/lib/formatters/vsoFormatter.js
index ac00d3de0..1e0b35659 100644
--- a/node_modules/tslint/lib/formatters/vsoFormatter.js
+++ b/node_modules/tslint/lib/formatters/vsoFormatter.js
@@ -19,7 +19,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var abstractFormatter_1 = require("../language/formatter/abstractFormatter");
var Utils = require("../utils");
-var Formatter = (function (_super) {
+var Formatter = /** @class */ (function (_super) {
tslib_1.__extends(Formatter, _super);
function Formatter() {
return _super !== null && _super.apply(this, arguments) || this;