lumis_wasm_bundle_backend

A group of Lumis language packages for csharp, diff, elixir, erlang, go, java, javadoc, javascript, kotlin, php, protobuf, python, ruby, rust, scala, sql, typescript.

Installation

def deps do
[
{:lumis, "~> 0.8"},
{:lumis_wasm_bundle_backend, "~> 0.1.0"}
]
end

What it contains

Nothing but the list above. This package has no code and no parser bytes — it depends on one lumis_wasm_* package per language, and each of those carries a Tree-sitter WASM parser and its queries. Adding it adds them all, and it widens when the bundle gains a language.

Depend on the individual packages instead if you want to choose them yourself.

License

MIT.