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

import/named doesnt work with flow #1133

Closed
bradennapier opened this issue Jul 9, 2018 · 2 comments
Closed

import/named doesnt work with flow #1133

bradennapier opened this issue Jul 9, 2018 · 2 comments

Comments

@bradennapier
Copy link
Contributor

bradennapier commented Jul 9, 2018

import type { PluginIDType } from '../plugin';

gets import/named error

using flow... the file has

export opaque type PluginIDType: string = string;

(it also doesnt work with any regular types either FYI its not just opaque type - this eslint plugin just fails pretty often with flow used)

Flow works flawlessly and knows the type but this errors out

@syymza
Copy link
Contributor

syymza commented Jul 19, 2018

I believe this is fixed by #1106 . @ljharb can you please release, the fix has been there for more than 3 weeks but is not yet out....

@ljharb
Copy link
Member

ljharb commented Jul 19, 2018

Thanks, then this can be closed.

A release will be made when there's time to make one.

@ljharb ljharb closed this as completed Jul 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants