Skip to content
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

fix(build): serialize bigint values during build analysis #727

Merged
merged 2 commits into from
Jan 26, 2025

Conversation

aralroca
Copy link
Collaborator

Fixes #726

Before this PR the serialization with bigint was crashing, a patch has been added to make it work

@aralroca aralroca self-assigned this Jan 26, 2025
Copy link

pkg-pr-new bot commented Jan 26, 2025

Open in Stackblitz

brisa-adapter-vercel

npm i https://pkg.pr.new/brisa-build/brisa/brisa-adapter-vercel@727

brisa-pandacss

npm i https://pkg.pr.new/brisa-build/brisa/brisa-pandacss@727

brisa

npm i https://pkg.pr.new/brisa-build/brisa@727

brisa-tailwindcss

npm i https://pkg.pr.new/brisa-build/brisa/brisa-tailwindcss@727

create-brisa

npm i https://pkg.pr.new/brisa-build/brisa/create-brisa@727

www

npm i https://pkg.pr.new/brisa-build/brisa/www@727

commit: bf05aca

@aralroca aralroca merged commit e616256 into canary Jan 26, 2025
8 of 11 checks passed
@aralroca aralroca deleted the aralroca/bigint-build-analysis branch January 26, 2025 16:23
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.

TypeError: JSON.stringify cannot serialize BigInt. Improve BigInt support (maybe).
1 participant