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
Does IGV already support or have plans to support typescript 5?
The text was updated successfully, but these errors were encountered:
Hi, no it doesn't, it is plain javascript, specifically client (web browser) javascript. Raw imports such as
import igv from 'igv'
are not supported in browsers at this time, unfortunately. I do not know what you mean by "support typescript".
Sorry, something went wrong.
I have a same message in vscode editor (it's only vscode message). but typescript code is working good.
I'm using it like this:
// @ts-nocheck import igv from 'igv'
No branches or pull requests
Does IGV already support or have plans to support typescript 5?
The text was updated successfully, but these errors were encountered: