We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
3.0.0
sealed class DomWebSocketException(e: dom.Event) extends IOException(s"Dom Web Socket error event: ${JSON.stringify(e)}")
[error] 17 |sealed class DomWebSocketException(e: dom.Event) extends IOException(s"Dom Web Socket error event: ${JSON.stringify(e)}") [error] | ^^^^^^^^^^^^^^^^ [error] |undefined: scala.scalajs.js.JSON.stringify # -1: TermRef(TermRef(TermRef(ThisType(TypeRef(NoPrefix,module class scalajs)),object js),JSON),stringify) at readTasty
Should be compiled and work as it is.
The only way to get this error is sbt publishLocal and this is happened on stage like Main Scala API documentation to ...
sbt publishLocal
Main Scala API documentation to ...
JSON.stringify(e, null)
The text was updated successfully, but these errors were encountered:
Duplicate of #11943
Sorry, something went wrong.
No branches or pull requests
Compiler version
3.0.0
Minimized code
Output
Expectation
Should be compiled and work as it is.
The only way to get this error is
sbt publishLocal
and this is happened on stage likeMain Scala API documentation to ...
Workaround
JSON.stringify(e, null)
The text was updated successfully, but these errors were encountered: