mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-26 06:12:40 +00:00
[JS/TS] Rewrite flexbuffers JS to TS (#6148)
* Partial TS rewrite * Completed port but bugs remain * Expose builder function * Break out and fix stack-value and formatting
This commit is contained in:
6
ts/flexbuffers/bit-width.ts
Normal file
6
ts/flexbuffers/bit-width.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export enum BitWidth {
|
||||
WIDTH8 = 0,
|
||||
WIDTH16 = 1,
|
||||
WIDTH32 = 2,
|
||||
WIDTH64 = 3,
|
||||
}
|
||||
Reference in New Issue
Block a user