typescript-gitlab-format
Advanced tools
Comparing version
@@ -6,3 +6,3 @@ "use strict"; | ||
function format(input) { | ||
input = input.replace(/\r/, ""); | ||
input = input.replace(/\r/g, ""); | ||
var foo = (0, tsc_output_parser_1.parse)(input); | ||
@@ -9,0 +9,0 @@ return foo.map(function (inputItem) { |
{ | ||
"name": "typescript-gitlab-format", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Convert and filter tsc output into gitlab codeclimate format", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
7817
0.01%