From 813a44b6f82a7a75185898865ac7607a104b927b Mon Sep 17 00:00:00 2001 From: Bram Gotink Date: Mon, 16 Dec 2024 19:17:14 +0100 Subject: [PATCH] add extra javascript implementation (#437) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 61af959..53e68ff 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,7 @@ of some examples of KDL in the wild (either v1, v2, or both): | Go | [kdl-go](https://github.com/sblinch/kdl-go) | ✅ | ✖️ | | | Haskell | [Hustle](https://github.com/fuzzypixelz/Hustle) | ✅ | ✖️ | | | Java | [kdl4j](https://github.com/hkolbeck/kdl4j) | ✅ | ✖️ | | +| JavaScript | [@bgotink/kdl](https://github.com/bgotink/kdl) | ✅* | ✅ | Format/comment-preserving parser | | JavaScript | [@virtualstate/kdl](https://github.com/virtualstate/kdl) | ✅ | ✖️ | query only, JSX based | | JavaScript | [kdljs](https://github.com/kdl-org/kdljs) | ✅ | ✖️ | | | Lua | [kdlua](https://github.com/danini-the-panini/kdlua) | ✅ | ✖️ | |