-
Notifications
You must be signed in to change notification settings - Fork 200
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pull runtime/javascript (TypeScript migration), tests, compiler
- Loading branch information
1 parent
44174c4
commit 2c7707d
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule javascript
updated
10 files
+4 −0 | .github/workflows/build.yml | |
+5 −0 | .gitignore | |
+0 −948 | KaitaiStream.js | |
+1,154 −0 | KaitaiStream.ts | |
+14 −0 | README.md | |
+5 −0 | index.d.ts | |
+215 −3 | package-lock.json | |
+29 −16 | package.json | |
+11 −0 | rollup.config.js | |
+102 −0 | tsconfig.json |