Fork me on GitHub
#lsp
<
2022-02-22
>
richiardiandrea20:02:13

Hi folks, I was thinking of writing a small clj/babashka script that taken all my controllers/handlers specs and transforms them to OpenApi 3 yamls. Does clojure-lsp parse clojure.alpha specs by any chance? At least I would take advantage of that via babashka pods 😄

borkdude20:02:31

@richiardiandrea babashka can run clojure.spec.alpha if you include https://github.com/babashka/spec.alpha in your deps. it also has yaml. where does lsp fit into the picture?

babashka 1
richiardiandrea20:02:03

Oh cool I did not know about that, if that's the case then I don't need much else!