From c2b1299623c33810370e41b522ad14c2a36288d4 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Wed, 23 Oct 2024 20:51:46 +0200 Subject: [PATCH] document spec.alpha --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c61493..ad968df 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ Public API: - `core-namespace` - `db-namespace` -### [clojure-1-11](https://github.com/clojure/clojure/blob/master/src/clj/clojure/core.clj) +### clojure-1-11 Namespace: `clojure.core` @@ -164,6 +164,15 @@ New functions added to clojure.core in version 1.11 - `namespaces` +### cljs.spec.alpha + +Namespaces: `cljs.spec.alpha`, `cljs.spec.gen.alpha`, `cljs.spec.test.alpha` + +Public API: + +- `config` +- `namespaces` + ## Contributing `npm install` and `bb test`