[TS/JS] BigInt implementation (#6998)
authorAlex E <36134278+chusitoo@users.noreply.github.com>
Fri, 7 Jan 2022 02:35:37 +0000 (21:35 -0500)
committerGitHub <noreply@github.com>
Fri, 7 Jan 2022 02:35:37 +0000 (20:35 -0600)
commitace4a37f228ec64a0e9d07c0d2676b4431d823de
tree7c79753ba3ebcab32910a671bcf537a806514b1f
parentf28c2b29364970e23c8ba3d751ca188f8a08c71e
[TS/JS] BigInt implementation (#6998)

* BigInt implementation

* Unit test reading long from existing bytebuffer

* Code review
22 files changed:
src/idl_gen_ts.cpp
src/idl_parser.cpp
tests/JavaScriptTest.js
tests/TypeScriptTest.bat
tests/TypeScriptTest.sh
tests/my-game/example/monster.js
tests/my-game/example/monster.ts
tests/my-game/example/referrable.js
tests/my-game/example/referrable.ts
tests/my-game/example/stat.js
tests/my-game/example/stat.ts
tests/my-game/example/type-aliases.js
tests/my-game/example/type-aliases.ts
tests/optional_scalars/scalar-stuff.js
tests/optional_scalars/scalar-stuff.ts
tests/union_vector/union_vector.js
ts/builder.ts
ts/byte-buffer.ts
ts/flatbuffers.ts
ts/flexbuffers/reference-util.ts
ts/flexbuffers/reference.ts
ts/long.ts [deleted file]