google / flatbuffers

FlatBuffers: Memory Efficient Serialization Library

Home Page:https://flatbuffers.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[TS] Reserved words are not escaped in object api

tira-misu opened this issue · comments

In TS code generator for object api reserved words are not escaped. This leads to code that does not compile.
Furthermore reserved word "argument" is missing in keywords list.

I will fix this issue and create a pull.

Fixed by #7115