Skip to content

Conversation

@paustint
Copy link
Collaborator

@paustint paustint commented May 9, 2025

Tree shaking was not working properly because of the way the build process worked where TSC was running and then the code was bundled.

Build tooling was upgraded to esbuild for faster builds and migrated from jest to vitest to avoid issues with esm

Upgrade chevrotain to latest version, which is esm only (hence the move away from jest)

Tree shaking was not working properly because of the way the build process worked where TSC was running and then the code was bundled.

Build tooling was upgraded to esbuild for faster builds and migrated from jest to vitest to avoid issues with esm

Upgrade chevrotain to latest version, which is esm only (hence the move away from jest)
@socket-security
Copy link

socket-security bot commented May 9, 2025

@paustint paustint merged commit fce72a3 into master May 9, 2025
3 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