You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello author, great work.
There is a little problem when the project run on my computer(windows system). My file path is './src/components/a.tsx', but after 'findFilePathsByExtensions' it was changed into 'src\components\a.tsx' and can't be matched to (//([^/]+).\w+$/). Because path.join will use path.sep to concat filepath string. Hope it can be improved to match filepath with "\"
The text was updated successfully, but these errors were encountered:
Hello author, great work.
There is a little problem when the project run on my computer(windows system). My file path is './src/components/a.tsx', but after 'findFilePathsByExtensions' it was changed into 'src\components\a.tsx' and can't be matched to (//([^/]+).\w+$/). Because path.join will use path.sep to concat filepath string. Hope it can be improved to match filepath with "\"
The text was updated successfully, but these errors were encountered: