jfmengels / node-elm-review

CLI for elm-review
https://package.elm-lang.org/packages/jfmengels/elm-review/latest/
BSD 3-Clause "New" or "Revised" License
47 stars 25 forks source link

Public API #170

Open lishaduck opened 6 days ago

lishaduck commented 6 days ago

There's not currently a public API for elm-review.

If there was an ESM-only (#171) API, what would you want out of it?

lishaduck commented 6 days ago

Personally, I don't write tooling. However, as a contributor, I'd want to separate the CLI out, and make it use the public API. It'd be a big refactor, but if it was able to make it runtime-agnostic, I think that'd be nice (I personally prefer Deno).

lishaduck commented 6 days ago

elm-tooling/elm-language-server#942 discussed this.