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

a combination of typeof and import() does not work #133

Open
simonseyock opened this issue Jan 31, 2021 · 1 comment
Open

a combination of typeof and import() does not work #133

simonseyock opened this issue Jan 31, 2021 · 1 comment
Labels

Comments

@simonseyock
Copy link

the following types get parsed correctly in typescript mode:

typeof ImageTile
import("../ImageTile.js").default

but this one fails:

typeof import("../ImageTile.js").default
@brettz9
Copy link
Contributor

brettz9 commented Feb 2, 2021

FYI: #131 (comment) and #122 (comment)

@brettz9 brettz9 added the bug label Feb 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants