-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: type-safety for decode functions [2/6] (#73)
* delete "old" protobuf & jsonSchema defs * Updates to proto & JSONSchema defs * WIP: Update generation scripts & encode/decode for type safety * WIP: Convert tags field correctly * fix proto schema defs * Clean up decode code * fix: don't export knownSchemaVersions as const
- Loading branch information
1 parent
71ce3f6
commit 096a669
Showing
20 changed files
with
1,628 additions
and
436 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,3 +63,8 @@ docs/* | |
|
||
# generated code | ||
dist/* | ||
|
||
/config.ts | ||
*.js | ||
!/scripts/** | ||
!index.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.