mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-05 21:17:25 +00:00
[TS/JS] BigInt implementation (#6998)
* BigInt implementation * Unit test reading long from existing bytebuffer * Code review
This commit is contained in:
@@ -2,6 +2,7 @@ npm install
|
||||
../flatc.exe --ts --gen-name-strings --gen-mutable --gen-object-api -I include_test monster_test.fbs
|
||||
../flatc.exe --gen-object-api -b -I include_test monster_test.fbs unicode_test.json
|
||||
../flatc.exe --ts --gen-name-strings --gen-mutable --gen-object-api -o union_vector union_vector/union_vector.fbs
|
||||
../flatc.exe --ts --gen-name-strings optional_scalars.fbs
|
||||
tsc
|
||||
node -r esm JavaScriptTest
|
||||
node -r esm JavaScriptUnionVectorTest
|
||||
|
||||
Reference in New Issue
Block a user