From fdeb3fd5b0a9579e393e6a662d1958ac4ba50ce4 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Mon, 23 Jun 2025 07:35:10 -0700 Subject: [PATCH] docs: mention the `nestingSyntax` for `picoquery` --- docs/modules/qs.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/modules/qs.md b/docs/modules/qs.md index 53b8f21..92b19df 100644 --- a/docs/modules/qs.md +++ b/docs/modules/qs.md @@ -22,6 +22,8 @@ - `v2.x` and above are ESM only. - `v1.x` is compatible with CommonJS and will be maintained with non-breaking changes. +`nestingSyntax: 'js'` offers the highest level of compatibility with `qs`. However, you may be able to use an alternative `nestingSyntax` value for increased performance. + [Project Page](https://github.com/43081j/picoquery) [npm](https://www.npmjs.com/package/picoquery)