This repository has been archived by the owner on Jan 19, 2019. It is now read-only.
export enum
doesn’t register as an export
#345
Labels
export enum
doesn’t register as an export
#345
What version of TypeScript are you using?
2.3.4
What version of
typescript-eslint-parser
are you using?4.0.0
What code were you trying to parse?
What did you expect to happen?
No errors —
Foo
is exported infoo.ts
, and it’s imported inbar.ts
What happened?
It looks like this should be parsed as
instead of
Also, the
TSEnumDeclaration
node should have thename
property aliased toid
so it’s compatible withClassDeclaration
nodes.The text was updated successfully, but these errors were encountered: