Skip to content

import/named doesnt work with flow #1133

@bradennapier

Description

@bradennapier
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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions