This pull request includes several changes to the project codebase and configuration files. The primary changes are:
Addition of type declaration files: New .d.ts files have been added to the dist/src directory, providing type declarations for the TypeScript source files. This improves the development experience by enabling better type checking and code completion in IDEs.
Reorganization of test files: The unit_tests.ts file has been moved from the dist/test directory to the test directory, and its corresponding type declaration file has been renamed accordingly.
Updates to build scripts and configuration: The tsconfig.json file has been modified, likely to accommodate the changes in the project structure and the addition of type declaration files. The src/code_layout.sh script has also been updated, potentially to reflect the changes in the project layout.
File additions and removals: A new combined_code_dump.txt file has been added to the src directory, while the combined_code_dump.txt file in the root directory has been removed. Additionally, the action.yml, README.md, and .github/workflows/code-review.yml files have been modified, suggesting updates to the project's GitHub Actions workflow, documentation, and metadata.
Source code modifications: The src/index.ts and src/ut_ts.ts files have been modified, indicating changes to the project's core functionality and unit tests.
Type of change
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[x] This change requires a documentation update
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
[ ] Test A
[ ] Test B
Test Configuration:
Firmware version:
Hardware:
Toolchain:
SDK:
Checklist:
[ ] My code follows the style guidelines of this project
[ ] I have performed a self-review of my code
[ ] I have commented my code, particularly in hard-to-understand areas
[ ] I have made corresponding changes to the documentation
[ ] My changes generate no new warnings
[ ] I have added tests that prove my fix is effective or that my feature works
[ ] New and existing unit tests pass locally with my changes
[ ] Any dependent changes have been merged and published in downstream modules
Description
This pull request includes several changes to the project codebase and configuration files. The primary changes are:
Addition of type declaration files: New
.d.ts
files have been added to thedist/src
directory, providing type declarations for the TypeScript source files. This improves the development experience by enabling better type checking and code completion in IDEs.Reorganization of test files: The
unit_tests.ts
file has been moved from thedist/test
directory to thetest
directory, and its corresponding type declaration file has been renamed accordingly.Updates to build scripts and configuration: The
tsconfig.json
file has been modified, likely to accommodate the changes in the project structure and the addition of type declaration files. Thesrc/code_layout.sh
script has also been updated, potentially to reflect the changes in the project layout.File additions and removals: A new
combined_code_dump.txt
file has been added to thesrc
directory, while thecombined_code_dump.txt
file in the root directory has been removed. Additionally, theaction.yml
,README.md
, and.github/workflows/code-review.yml
files have been modified, suggesting updates to the project's GitHub Actions workflow, documentation, and metadata.Source code modifications: The
src/index.ts
andsrc/ut_ts.ts
files have been modified, indicating changes to the project's core functionality and unit tests.Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Test Configuration:
Checklist: