We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
I have the working project here: https://github.com/aappddeevv/dotty-scalajs
The import of a node package is in https://github.com/aappddeevv/dotty-scalajs/blob/master/src/main/scala/fetch.scala.
The issue is that @jsimport does not seem to cause the js import (require for a node application) to be issued into the linked file.
@JSImport should generate the equivalent js import in the link file.
@JSImport
The text was updated successfully, but these errors were encountered:
I believe this will be fixed by #9725.
Sorry, something went wrong.
I think this is fixed.
sjrd
No branches or pull requests
Problem
I have the working project here: https://github.com/aappddeevv/dotty-scalajs
The import of a node package is in https://github.com/aappddeevv/dotty-scalajs/blob/master/src/main/scala/fetch.scala.
The issue is that @jsimport does not seem to cause the js import (require for a node application) to be issued into the linked file.
Expectation
@JSImport
should generate the equivalent js import in the link file.The text was updated successfully, but these errors were encountered: