Skip to content

Commit

Permalink
[JS/TS] Rewrite flexbuffers JS to TS (google#6148)
Browse files Browse the repository at this point in the history
* Partial TS rewrite

* Completed port but bugs remain

* Expose builder function

* Break out and fix stack-value and formatting
  • Loading branch information
bjornharrtell authored Oct 19, 2020
1 parent 9fa1d27 commit b46db38
Show file tree
Hide file tree
Showing 14 changed files with 1,096 additions and 1,057 deletions.
8 changes: 4 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ package-lock.json
/*.ilk
/*.pdb
.clwb
js/*.js
js/*.d.ts
mjs/*.js
mjs/*.d.ts
js/**/*.js
js/**/*.d.ts
mjs/**/*.js
mjs/**/*.d.ts
yarn-error.log
Loading

0 comments on commit b46db38

Please sign in to comment.