You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jarred-Sumner
changed the title
bundler: importing JSON, TOML objects with numeric keys fails
bundler: importing TOML objects with numeric keys fails
Mar 6, 2025
What version of Bun is running?
1.2.5-canary.70+8a177f6c8
What platform is your computer?
Darwin 24.3.0 arm64 arm
What steps can reproduce the bug?
Create these
foo.toml
andfoo.json
Then try to import them.
What is the expected behavior?
foo
should have a value of{ '0': 'bar' }
What do you see instead?
When importing
foo.json
:Importing
foo.toml
works in release builds, but fails with an assertion in debug and safe builds.Additional information
No response
The text was updated successfully, but these errors were encountered: