mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-20 04:15:05 +00:00
[TS] Escape keywords in typescript object names (#7137)
* Add Object to the list of reserved keywords. * Properly escape keywords in type names. * Properly escape keywords in enum names. * Properly escape keywords in enum field names.
This commit is contained in:
@@ -14,7 +14,9 @@
|
||||
},
|
||||
"include": [
|
||||
"monster_test.ts",
|
||||
"typescript_keywords.ts",
|
||||
"my-game/**/*.ts",
|
||||
"typescript/**/*.ts",
|
||||
"optional_scalars/**/*.ts",
|
||||
"namespace_test/**/*.ts",
|
||||
"union_vector/**/*.ts"
|
||||
|
||||
Reference in New Issue
Block a user