eclipse-langium / langium

Next-gen language engineering / DSL framework
https://langium.org/
MIT License
670 stars 62 forks source link

Move generator API to separate export #1285

Closed spoenemann closed 6 months ago

spoenemann commented 8 months ago

In this week's dev meeting, we decided to move the generator API to a separate package export. This will help to reduce the API surface of the main package export (#1260) and is in line with other changes (#1171, #1258).

sailingKieler commented 6 months ago

Requested changes were contributed by #1287.