Skip to content

Update build tooling #258

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 9, 2025
Merged

Update build tooling #258

merged 2 commits into from
May 9, 2025

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)
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.

1 participant