Closed Azurewarth0920 closed 9 months ago
fix: #2031 When calculating the path of the getters, the non-namespaced should be trimmed. This PR will trim the path properly
Eg.
The path as is: ParentModule/ChildModule/ The path to be: ChildModule/
ParentModule/ChildModule/
ChildModule/
fixes #123
Description
fix: #2031 When calculating the path of the getters, the non-namespaced should be trimmed. This PR will trim the path properly
Eg.
The path as is:
ParentModule/ChildModule/
The path to be:ChildModule/
Additional context
What is the purpose of this pull request?
Before submitting the PR, please make sure you do the following
fixes #123
).