jefer94/choco

View on GitHub
packages/algorithm-transpiler/src/chocolabTokens.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function chocolabTokens has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function chocolabTokens(/* lang: string */): ChocolabTokens {
  const algorithmWord = locale.one<string>('algorithmWord')
  const begin = locale.one<string>('begin')
  const end = locale.one<string>('end')
  const forWord = locale.one<string>('forWord')
Severity: Minor
Found in packages/algorithm-transpiler/src/chocolabTokens.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status