Showing 1 of 1 total issue
Function _tryConvertToJS
has 35 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
VinylLSConverter.prototype._tryConvertToJS = function(clonedFile){
var json, input, options, tokens, ast, clonedFilename, filename, output, result, error;
try {
json = this._convertFilepath(clonedFile);
input = clonedFile.contents.toString("utf8");