rangoo94/bestest

View on GitHub
packages/compiler-webpack/lib/WebpackCompilerAdapter.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function compile has 45 lines of code (exceeds 30 allowed). Consider refactoring.
Open

  compile (options: CompilerAdapterCompileOptionsInterface, callback: CompilerCallbackType): void {
    // Retrieve 'webpack' package
    const webpack = require('webpack')

    // Build Webpack configuration
Severity: Minor
Found in packages/compiler-webpack/lib/WebpackCompilerAdapter.ts - About 1 hr to fix

    TODO found
    Open

              // TODO: Think if it shouldn't be Buffer instead

    TODO found
    Open

          // TODO: Handle code from in-memory FS?

    There are no issues that match your filters.

    Category
    Status