-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Open
Labels
pr-requestedA Pull Request is requested to move the issue forward.A Pull Request is requested to move the issue forward.typescript
Description
Typescript doesn't use a special flatbuffers string type as far as I can tell, so in the deserialization code for a table, it seems trivial to return a default string if provided instead of null. This would allow for string and vector defaults in the generated code.
We use flatbuffers across Rust, Swift, and Typescript. The lack of support for this in TS is the only issue blocking adoption of default string values for us.
Let me know if interested in having a PR submitted for this issue
Metadata
Metadata
Assignees
Labels
pr-requestedA Pull Request is requested to move the issue forward.A Pull Request is requested to move the issue forward.typescript