chore: update dependencies with dedupe and audit fix#9
Merged
Conversation
Contributor
There was a problem hiding this comment.
Copilot wasn't able to review any files in this pull request.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…rove parsing logic
…e clarity fix: update coverage badge to reflect current coverage percentage chore: reorganize package.json dependencies and scripts for better clarity test: add integration tests for ExportParser to validate export extraction logic refactor: enhance ExportParser to use ts-morph for accurate AST parsing build: update webpack config to handle ts-morph dependencies and ignore warnings
…ng and metadata formatting feat(tests): add comprehensive tests for assertion utilities and error handling fix(utils): improve guards and formatting functions for better type safety and error handling chore(tests): organize test structure and add missing test cases for utility functions refactor(tests): streamline test cases for clarity and maintainability chore: update tsconfig to enable importHelpers for better code optimization
- Implemented isDirectory method to check if a given path is a directory. - Added corresponding unit tests for isDirectory in file-system.service.test.ts. - Updated file-system.service.ts to include the new method. - Enhanced index.ts to export the FileSystemService. chore: add copyright headers to all files - Added copyright headers to all source and test files for consistency and compliance. refactor: clean up exports in index files - Updated index.ts files in core, parser, and types directories to streamline exports. - Removed unnecessary exports and ensured proper type exports. test: improve test structure and coverage - Enhanced test cases in various test files for better coverage and clarity. - Updated assertions to ensure accuracy in tests across multiple utility functions. - Refactored test descriptions for better readability. fix: update logging exports - Adjusted logging/index.ts to export types and classes correctly. - Ensured consistent export structure across the logging module. style: format code and improve readability - Applied consistent formatting across all files. - Improved code comments and documentation for better understanding.
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 54 out of 57 changed files in this pull request and generated 12 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 54 out of 57 changed files in this pull request and generated 5 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…g operation to prevent memory accumulation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
Description
Update npm packages to audit fix and dedupe
Type of Change
Checklist
npm run lintandnpm run format:check