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
fix: improve code readability and enhance watcher functionality
- Added a space in the `child.stdout.on('data')` callback for consistency.
- Updated `installPackage` to use `kitState` for fetching scripts instead of `getScripts`.
- Enhanced `madgeAllScripts` to accept an optional `originalFilePath` parameter, preventing the original file from being marked as processed.
- Improved test mocks for better clarity and functionality in `watcher.test.ts`, including handling of file changes and platform-specific behavior.
- Cleaned up whitespace and improved structure in various files for better maintainability.