-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
Description
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
fizwidget