Skip to content
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

Does 'igv' support typescript? #1663

Closed
lk101 opened this issue Jul 13, 2023 · 3 comments
Closed

Does 'igv' support typescript? #1663

lk101 opened this issue Jul 13, 2023 · 3 comments

Comments

@lk101
Copy link

lk101 commented Jul 13, 2023

Does IGV already support or have plans to support typescript 5?

image

@jrobinso
Copy link
Contributor

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".

@hongiiv
Copy link

hongiiv commented Jul 18, 2023

image

I have a same message in vscode editor (it's only vscode message). but typescript code is working good.

@holtgrewe
Copy link

I'm using it like this:

// @ts-nocheck
import igv from 'igv'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants