-
Notifications
You must be signed in to change notification settings - Fork 11
feat: sync source code with nodejs/node #17
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
|
@aduh95 ... Just wanted to get a sense of what this PR is working towards. Want to have context for a review. This is used by workers and bun also so need to know if there are significant changes that would require attention there also |
|
The end goal would be to be able to build it as a shared lib and use it in node (in the test-shared workflow), and make node depend on this repo. The current state is that I'm able to build it as a shared lib, but static build seems broken from the looks of CI, I haven't investigated further. |
|
Sounds good to me. Can you rebase? |
|
cc @npaun |
Currently the code is maintained in two different repos (nodejs/node and nodejs/ncrypto) which are slightly diverging. This PR takes the nodejs/node version as source of truth (I copied the file over, and reverted only the changes that were behind a
#ifndefpre-compiler flag).