You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Using svelte-language-server in web browser.
Version 0.13.9 works fine; if changing to v0.14.0+ it raises an error in web browser. Please check screenshot below
To Reproduce
Source code is here.
Open package.json, find the following line
"svelte-language-server": "^0.13.9",
Replace it with following line
"svelte-language-server": "^0.14.0",
Then npm install and build the project and refresh the index.html, the error raises.
Expected behavior
This error shouldn't occur in v14+
Screenshots
Additional context
This error is most likely caused by circular dependency introduced in v14
Please open such issues at https://github.com/asafamr/monaco-svelte where you forked the repo from. Usage in the browser is not a supported scenario right now, they language server is intended to be used with NodeJS, and we make no guarantees that updates break any shims that make it work in the browser.
We will some day revisit this in the context of #1190
Describe the bug
Using svelte-language-server in web browser.
Version 0.13.9 works fine; if changing to v0.14.0+ it raises an error in web browser. Please check screenshot below
To Reproduce
Source code is here.
Open package.json, find the following line
Replace it with following line
Then
npm install
and build the project and refresh the index.html, the error raises.Expected behavior
This error shouldn't occur in v14+
Screenshots
Additional context
This error is most likely caused by circular dependency introduced in v14
The text was updated successfully, but these errors were encountered: