Skip to content

Conversation

@jkyberneees
Copy link
Contributor

No description provided.

Copilot finished reviewing on behalf of jkyberneees November 18, 2025 19:07
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR addresses two technical issues: excluding test files from the TypeScript build process and updating the minimum Node.js version requirement to accurately reflect the features used by the library.

  • Added **/*.test.ts pattern to tsconfig.build.json exclude list to prevent test files in src/ from being included in the build output
  • Updated minimum Node.js version from 10.4.0+ to 11.0.0+ to reflect the requirement for global TextEncoder support

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
tsconfig.build.json Adds **/*.test.ts to exclude pattern to ensure test files in src/ directory are not compiled into the build output
README.md Updates minimum Node.js version requirement from 10.4.0+ to 11.0.0+ to accurately reflect the need for both BigInt and global TextEncoder support

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@jkyberneees jkyberneees merged commit bd34bdf into main Nov 18, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants