unageanu/container-js

View on GitHub
src/containerjs/packaging-policy.js

Summary

Maintainability
A
1 hr
Test Coverage

Function MODULE_PER_PACKAGE has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    policies.MODULE_PER_PACKAGE = Object.freeze( Object.create( PackagingPolicy, function(){
        
        /** @private */
        var getComponentName = function( componentName ) {
            assertValidComponentName( componentName );
Severity: Minor
Found in src/containerjs/packaging-policy.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status