docs/src/components/Interpreter/terminal.ts

Summary

Maintainability
A
1 hr
Test Coverage

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

export function initTerminal() {
  const $ = globalThis.$;
  $.terminal.syntax('scheme');
  const $term = $('.term');
  if (!original) {
Severity: Minor
Found in docs/src/components/Interpreter/terminal.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status