Skip to content

Commit

Permalink
Support Objects in octet-stream codec #1099 (#1125)
Browse files Browse the repository at this point in the history
* feat(core) add bit length and offset to octetstream-codec

* fix: remove `console.log`

* feat(core) add `object` support to octet-stream codec

* fix: statisfy linter

* fix: run prettier

* fix: statisfy linter

* fix: statisfy prettier and linter

* chore: add more tests

* fix re-vert moving contentType parameters to schema, sort properties before iterating over them

* fix: statisfy linter

* fix: remove console.debug

* fix: use `getOwnPropertyNames` instead of `sort`

* fix: simplify `writeBits`

* fix: return correct Buffer in `valueToString`,
fix: re-add contentType parameter `length`
  • Loading branch information
derwehr authored Dec 15, 2023
1 parent 19edcba commit 0fd864b
Show file tree
Hide file tree
Showing 2 changed files with 1,011 additions and 123 deletions.
Loading

0 comments on commit 0fd864b

Please sign in to comment.