mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-30 05:10:02 +00:00
fixed invalid TS call and added test files (#6495)
e581013e3d broke TS generation - please don't use "replace" to refactor function names :)
This commit is contained in:
9
tests/my-game/example/race.ts
Normal file
9
tests/my-game/example/race.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
// automatically generated by the FlatBuffers compiler, do not modify
|
||||
|
||||
export enum Race{
|
||||
None = -1,
|
||||
Human = 0,
|
||||
Dwarf = 1,
|
||||
Elf = 2
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user