From 8e582c47b5d94b8e03756a8878fed335b9e0f6e9 Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Thu, 23 Mar 2023 15:26:34 -0400 Subject: [PATCH 1/3] docs: add Ada to the dependencies page --- pages/en/docs/meta/topics/dependencies.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pages/en/docs/meta/topics/dependencies.md b/pages/en/docs/meta/topics/dependencies.md index 601cb3cea4df5..34b348447e751 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 [WHATWG Spec](https://url.spec.whatwg.org) +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. + +* [Documentation](http://github.com/ada-url/ada) + ## Tools ### npm From bbd1a5c467c161d89268d0915074ad3a623418bc Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Fri, 24 Mar 2023 09:30:13 -0400 Subject: [PATCH 2/3] Update pages/en/docs/meta/topics/dependencies.md Co-authored-by: Rich Trott Signed-off-by: Yagiz Nizipli --- pages/en/docs/meta/topics/dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/en/docs/meta/topics/dependencies.md b/pages/en/docs/meta/topics/dependencies.md index 34b348447e751..c01650fea1b46 100644 --- a/pages/en/docs/meta/topics/dependencies.md +++ b/pages/en/docs/meta/topics/dependencies.md @@ -77,7 +77,7 @@ create sync, async and streaming compression and decompression interfaces. ### Ada -For fast URL parsing, Node.js relies on [WHATWG Spec](https://url.spec.whatwg.org) +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 but not limited to module resolution, network requests and filesystem. From 18717f9e9fdd3494e7f92978bef911694662b16d Mon Sep 17 00:00:00 2001 From: Yagiz Nizipli Date: Fri, 24 Mar 2023 09:30:20 -0400 Subject: [PATCH 3/3] Update pages/en/docs/meta/topics/dependencies.md Co-authored-by: Rich Trott Signed-off-by: Yagiz Nizipli --- pages/en/docs/meta/topics/dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/en/docs/meta/topics/dependencies.md b/pages/en/docs/meta/topics/dependencies.md index c01650fea1b46..4c3c1d7f28055 100644 --- a/pages/en/docs/meta/topics/dependencies.md +++ b/pages/en/docs/meta/topics/dependencies.md @@ -79,7 +79,7 @@ create sync, async and streaming compression and decompression interfaces. 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 -but not limited to module resolution, network requests and filesystem. +module resolution, network requests, and filesystem. * [Documentation](http://github.com/ada-url/ada)