Skip to content

chore: typescript to accept null golang maps #17435

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Emyrk
Copy link
Member

@Emyrk Emyrk commented Apr 16, 2025

Golang can encode maps as null. The Record type is therefore not sufficient to fully describe the data.

https://go.dev/play/p/iaTrkZ86iz-

We can get errors like this: #17430
Screenshot From 2025-04-16 15-40-44

Golang can encode maps as `null`. The `Record` type is therefore
not sufficient to fully describe the data.
@Emyrk Emyrk force-pushed the stevenmasley/nullable_maps branch from 1c5984d to 5068814 Compare April 28, 2025 17:22
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