We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc8c881 commit 95e0687Copy full SHA for 95e0687
src/language/references/ContextMapperDslScopeComputation.ts
@@ -5,7 +5,7 @@ export class ContextMapperDslScopeComputation extends DefaultScopeComputation {
5
/*
6
For the time being imports aren't supported yet.
7
By default, Langium adds top-level elements to the global scope.
8
- Without this behavior is wrong and therefore no nodes must be exported here
+ Without imports, this behavior is wrong and therefore no nodes must be exported here.
9
*/
10
override computeExportsForNode (
11
parentNode: AstNode,
0 commit comments