diff --git a/pages/en/docs/meta/topics/dependencies.md b/pages/en/docs/meta/topics/dependencies.md index 601cb3cea4df5..4c3c1d7f28055 100644 --- a/pages/en/docs/meta/topics/dependencies.md +++ b/pages/en/docs/meta/topics/dependencies.md @@ -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) @@ -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 a [WHATWG Spec](https://url.spec.whatwg.org) +compliant URL parser called Ada. Ada is used in all areas of Node.js including +module resolution, network requests, and filesystem. + +* [Documentation](http://github.com/ada-url/ada) + ## Tools ### npm