blinkjs/blink

View on GitHub
js/lib/Compiler.js

Summary

Maintainability
A
1 hr
Test Coverage

Function Compiler has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

var Compiler = (function () {
    function Compiler(config) {
        this.config = config;
    }
    Compiler.prototype.compile = function (rules) {
Severity: Minor
Found in js/lib/Compiler.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status