eclipse-langium / langium

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

Trailing ';' in generated/ast.ts are inconsistent #1332

Closed sailingKieler closed 8 months ago

sailingKieler commented 9 months ago

As noticed in https://github.com/CrossBreezeNL/crossmodel/pull/42/files/36de6fc7dedd72bc5abec864ae7a21d91aec7f25#r1409913005 the insertion of ; in generated/ast.ts is inconsistent, and apparently always has been, see e.g. the initial contribution of the statemachine example language: https://github.com/eclipse-langium/langium/commit/6e927f9d5b8069ed00789b9fdb34b836fb101ddf#diff-f173f2c78506bfc50069545c50a2be09d954fa6eb2bad3a723f09edb46a622c8R23-R25