Replies: 1 comment
-
Right. The easiest fix might be this:
|
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.
-
Looking at these lines:
https://github.com/langium/langium/blob/edf9bb1b85dd8ea20cf0f4043547d305779f5df2/packages/langium/src/references/naming.ts#L42-L44
Is it possible that the
getNameNode(...)
call returns a node whose name is not string and is this a problem? If we have an example use case, we may have a bug.Beta Was this translation helpful? Give feedback.
All reactions