eturino/ts-key-set

View on GitHub

Showing 1 of 71 total issues

ComposedKeySet has 22 functions (exceeds 20 allowed). Consider refactoring.
Open

export class ComposedKeySet<T extends Key = Key> {
  constructor(readonly list: KeySet<T>[]) {}

  public toString(): string {
    return `ComposedKeySet<${this.list.map((x) => x.toString())}>`;
Severity: Minor
Found in src/lib/key-set/composed.ts - About 2 hrs to fix
    Severity
    Category
    Status
    Source
    Language