eclipse-langium / langium

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

`langium-cli/textmate`: Move overlooked `process` node dependency to the `node-util.ts` #1466

Closed Lotes closed 2 months ago

Lotes commented 2 months ago

Unfortunately, I overlooked one dependency to the node object process, which does not need any import to be used in the Node context. So the /textmate export is only working for Node right now.

I actually tested the import with npm link the last time and it was working. But looking back it could be that I looked at the state before the link, because I may forgot to build.

This time I tested it properly against this PR (with npm build at the right moment).