-
Notifications
You must be signed in to change notification settings - Fork 0
Initial JS implementation #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
ed7e5d3 to
c25f96b
Compare
c25f96b to
3b18a16
Compare
| "scripts": { | ||
| "check": "tsc --noEmit && eslint .", | ||
| "build": "rm -rf dist && tsc", | ||
| "dev": "npm run build && node dist/src/index.js", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we can look into the current support for ts in node? I'm not sure if const enums are supported but could be worth a try.
Didas-git
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some spec-level changes comming, some changes will be required on string serialization/deserialization
7f040f3 to
38d2790
Compare
Aligning the branches to update specification
a1f5d53 to
2bee19f
Compare
23e6f10 to
905c2b5
Compare
54fa7c9 to
98a4088
Compare
This doesn't provide a full implementation of HBP, but lays out the project structure for the future