Replies: 1 comment
-
Hey @brsanthu, as of v3.0 of Langium, just importing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We are working on serverside only parser based on langium. In our package, we removed all dependencies except on
langium
, still the package is close to 3mb I guess it is due to langium bring invscode-languageserver
which is not required for parse only usage.Can you please consider creating
langium-core
with parser only related dependencies, whichlangium
will depend on? This way, any users who needs parser only, they can includelangium-core
to reduce the size and dependencies.Beta Was this translation helpful? Give feedback.
All reactions