Custom parameter info #1511
Unanswered
noman-khan1224
asked this question in
Q&A
Replies: 1 comment
-
Hey @noman-khan1224, you seem to be using an outdated version of Langium. We no longer clear the exported node of an langium/packages/langium/src/workspace/index-manager.ts Lines 154 to 160 in 6971c83 The purpose used to be to reduce our memory footprint by deleting references to elements that have been potentially unloaded from the workspace. However, we no longer support that use case and so we also deleted the loop. |
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
-
I want to fetch data, and I use the updateContent method for this purpose. However, within this method, there is a for loop that assigns an empty value to the node. If I remove this for loop from the updateContent method, will it cause any performance issues? Also, what is the purpose of this for loop?
Request you to help with an approach for same?
Beta Was this translation helpful? Give feedback.
All reactions