-
-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
warning: Unused private constructor JsCache #34
Comments
Sorry, it is question to a gleam lang compiler since it depends on current target used. |
If you take a look at the JS build, you'll see that constructor is used. It simply is unused on Erlang target. By default, when you're developing locally, the LSP will use the Erlang target, and as such, will display the warning. At the moment, there's nothing much I can do, you can safely ignore the warning. |
Yes, I understand the root cause of the issue. However, I believe this should still be addressed when a solution becomes technically feasible. |
Currently Gleam reports JsCache type constructor is unused
Do you have any plans for it or is it just a leftover that could be safely removed?
The text was updated successfully, but these errors were encountered: