You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2019. It is now read-only.
What version of typescript-eslint-parser are you using?
12.0.0
What code were you trying to parse?
// unexected error: Multiple exports of name 'Foo'. (import/export)exportconstFoo=1;// unexected error: Multiple exports of name 'Foo'. (import/export)exporttypeFoo=1;