[JS/TS] Rewrite flexbuffers JS to TS (#6148)
authorBjörn Harrtell <bjornharrtell@users.noreply.github.com>
Mon, 19 Oct 2020 20:11:35 +0000 (22:11 +0200)
committerGitHub <noreply@github.com>
Mon, 19 Oct 2020 20:11:35 +0000 (13:11 -0700)
commitb46db38f578ba96ec0d767d1d3a5071e365a6b19
tree36944a4f9466f76baa5c5f3388847b9631d4a805
parent9fa1d27059a69149856c6e003da8c9723fec7506
[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
14 files changed:
.gitignore
js/flexbuffers.js [deleted file]
ts/flexbuffers.ts [new file with mode: 0644]
ts/flexbuffers/bit-width-util.ts [new file with mode: 0644]
ts/flexbuffers/bit-width.ts [new file with mode: 0644]
ts/flexbuffers/builder.ts [new file with mode: 0644]
ts/flexbuffers/flexbuffers-util.ts [new file with mode: 0644]
ts/flexbuffers/reference-util.ts [new file with mode: 0644]
ts/flexbuffers/reference.ts [new file with mode: 0644]
ts/flexbuffers/stack-value.ts [new file with mode: 0644]
ts/flexbuffers/value-type-util.ts [new file with mode: 0644]
ts/flexbuffers/value-type.ts [new file with mode: 0644]
tsconfig.json
tsconfig.mjs.json