Wonder-Technology/Wonder-Editor

View on GitHub
lib/es6_global/src/core/composable_component/mainEditor/composable_component/inspector/composable_component/assetTree_Inspector/atom_component/assetBundle_inspector/ui/AssetBundleInspector.js

Summary

Maintainability
A
0 mins
Test Coverage

Function render has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

function render(name, type_, param, _self) {
  return React.createElement("article", {
              className: "inspector-asset-wdb"
            }, React.createElement("h1", undefined, DomHelper$WonderEditor.textEl("AssetBundle")), React.createElement("hr", undefined), React.createElement("div", {
                  className: "inspector-item"

    Function make has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Wontfix

    function make(name, type_, onChangeFunc, onBlurFunc, _children) {

      There are no issues that match your filters.

      Category
      Status