it is necessary to review the code in abstractPathTranslator and readDirRecursive and refactor it to have a better and cleaner code, to improve the translation from abstract to absolute paths.
abstract path example :
"**/something/*.ts"
which is translated to absolute path with abstractPathTranslator.
it is necessary to review the code in abstractPathTranslator and readDirRecursive and refactor it to have a better and cleaner code, to improve the translation from abstract to absolute paths.
abstract path example :
"**/something/*.ts"
which is translated to absolute path with abstractPathTranslator.