[JS/TS] Modernize TypeScript / JavaScript flatbuffers support (#6095)
authorBjörn Harrtell <bjornharrtell@users.noreply.github.com>
Thu, 17 Sep 2020 19:21:14 +0000 (21:21 +0200)
committerGitHub <noreply@github.com>
Thu, 17 Sep 2020 19:21:14 +0000 (12:21 -0700)
commit94873e595c6f231202929501570088849f3b8803
treea360d12bc06c2a36c29947803d2787aa8fb69820
parentb8e87fafe4f46233c16908f75a30256925bf72d8
[JS/TS] Modernize TypeScript / JavaScript flatbuffers support (#6095)
21 files changed:
.eslintrc.js [new file with mode: 0644]
.gitignore
appveyor.yml
js/README.md [new file with mode: 0644]
js/flatbuffers.js [deleted file]
mjs/README.md [new file with mode: 0644]
package.json
tests/TypeScriptTest.sh
tests/docker/languages/Dockerfile.testing.node.10_13_0
tests/docker/languages/Dockerfile.testing.node.11_2_0
ts/builder.ts [new file with mode: 0644]
ts/byte-buffer.ts [new file with mode: 0644]
ts/constants.ts [new file with mode: 0644]
ts/encoding.ts [new file with mode: 0644]
ts/flatbuffers.ts [new file with mode: 0644]
ts/long.ts [new file with mode: 0644]
ts/types.ts [new file with mode: 0644]
ts/utils.ts [new file with mode: 0644]
tsconfig.json [new file with mode: 0644]
tsconfig.mjs.json [new file with mode: 0644]
yarn.lock [new file with mode: 0644]