Methods
(static) getDeps(modulePath)
Get dependencies of a module by path.
Parameters:
Name | Type | Description |
---|---|---|
modulePath |
string | The full path of the module. |
(inner) getFeatureRoutes(feature)
Get route rules defined in a feature.
Parameters:
Name | Type | Description |
---|---|---|
feature |
string | The feature name. |
(inner) getFeatures()
Get all features names (folder names).
(inner) getFeatureStructure()
Get feature's components, actions, misc files and their dependencies.
(inner) getRootRoutePath()
Get root route rules defined in src/common/routeConfig.js.
(inner) getSrcFiles()
Get src files excepts features of a Rekit project.