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

"null import" should occur before relative imports with TS import = syntax #1821

Closed
acdibble opened this issue Jun 12, 2020 · 1 comment · Fixed by #1823
Closed

"null import" should occur before relative imports with TS import = syntax #1821

acdibble opened this issue Jun 12, 2020 · 1 comment · Fixed by #1823
Assignees
Labels

Comments

@acdibble
Copy link

I am encountering the following issue when trying to import individual members from a TS namespace:

image

This was last working without issue on v2.20.2. It first became an error in v2.21.0, but I saw there were some other issues opened around the same time about import = syntax, so I wanted to wait and see if it would be fixed in any of the subsequent releases.

Here is a repo with a recreation of the issue.

@manuth
Copy link
Contributor

manuth commented Jun 12, 2020

Sorry, that's my bad - looks like the changes I've made caused object-imports to fail.
I just set up a PR to fix it, stay tuned

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

Successfully merging a pull request may close this issue.

3 participants