tomchentw/gulp-livescript

View on GitHub
lib/index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function _tryConvertToJS has 35 lines of code (exceeds 25 allowed). Consider refactoring.
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");
Severity: Minor
Found in lib/index.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status