Skip to content
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

docs: add Ada to the dependencies page #5185

Closed
wants to merge 5 commits into from
Closed
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions pages/en/docs/meta/topics/dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ There are several dependencies that Node.js relies on to work the way it does.
* [c-ares](#c-ares)
* [OpenSSL](#openssl)
* [zlib](#zlib)
* [Ada](#ada)
* [Tools](#tools)
* [npm](#npm)
* [gyp](#gyp)
Expand Down Expand Up @@ -74,6 +75,14 @@ create sync, async and streaming compression and decompression interfaces.

* [Documentation](https://www.zlib.net/manual.html)

### Ada

For fast URL parsing, Node.js relies on [WHATWG Spec](https://url.spec.whatwg.org)
anonrig marked this conversation as resolved.
Show resolved Hide resolved
compliant URL parser called Ada. Ada is used in all areas of Node.js including
but not limited to module resolution, network requests and filesystem.
anonrig marked this conversation as resolved.
Show resolved Hide resolved

* [Documentation](http://github.com/ada-url/ada)

## Tools

### npm
Expand Down