lib/theme/view.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function _precompile has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  _precompile(): void {
    const render = this._render;
    const ctx = render.context;
    const ext = extname(this.path);
    const renderer = render.getRenderer(ext);
Severity: Minor
Found in lib/theme/view.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status