Why to add model & extraLibs to both JS & TS workers? #3724
Unanswered
manikantag
asked this question in
Q&A
Replies: 2 comments 5 replies
-
What do you mean with need? Does the code currently do that or does your example not work if you don't do it? |
Beta Was this translation helpful? Give feedback.
5 replies
-
I'll document my findings & progress here: Some discussion about separate workers: microsoft/monaco-typescript#8 (comment) |
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
-
Hi,
When creating model or adding extraLib, why should we need to add to both JavaScript & TypeScript workers? Isn't JS worker just TS worker internally? On top of my head, this is increasing the memory footprint, as the current API creates model & extraLibs from the source string.
This may be answered already, but I couldn't find any similar questions or references online.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions