nycJSorg/angular-presentation

View on GitHub
apps/kirjs/src/app/modules/webassembly/wasm-binary/wasm-parser.ts

Summary

Maintainability
A
3 hrs
Test Coverage

Function wasmParser has 92 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function wasmParser() {
  const funcParamTypeParser = new BinaryParser().uInt8('type', {
    enum: valueTypes
  });

Severity: Major
Found in apps/kirjs/src/app/modules/webassembly/wasm-binary/wasm-parser.ts - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status