-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
Rewrite some of JavaScript API in "ext/node" to Rust #17809
Comments
I don't think we need to replace |
Sounds good, thanks for investigating @kt3k! |
Can I rewrite ext/node/polyfills/internal/util/inspect.mjs to Rust? |
I want to implement |
@Antonio476587 |
@iuioiua it would be preferable to use a Rust crate to implement required APIs via ops. Since we already supported most of the required algorithms it seems it's not necessary to bring |
Most of these issues are solved now. We'll open a new one if necessary. |
An example PR that shows how it can be done: #17792
TODO:
URL
implementation - slight incompatibilities are OK ) (@crowlKats) (refactor: use ops for idna & punycode #17817)ext/node/polyfills/path Implement node:path in Rust #17976The text was updated successfully, but these errors were encountered: