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

[FEATURE] : support exported type #86

Closed
shlomiassaf opened this issue Jan 22, 2017 · 4 comments
Closed

[FEATURE] : support exported type #86

shlomiassaf opened this issue Jan 22, 2017 · 4 comments

Comments

@shlomiassaf
Copy link

Great work!!!

I did not see typescript type keyword reflected in the output.

export interface SomeOne {
  age: number;
}
export type Something = SomeOne | string

SomeOne appears of the docs, Something does not.

@shlomiassaf
Copy link
Author

shlomiassaf commented Jan 22, 2017

export const xyz = 15;
export class Something {
}

only the class exported.

@vogloblinsky vogloblinsky changed the title FEATURE: support exported type [FEATURE] : support exported type Jan 23, 2017
@vogloblinsky
Copy link
Contributor

Related : #55
@shlomiassaf It is not supported right now. I will start a new category "Miscellaneous" where this little exports of const, let, type etc could be referenced.

@shlomiassaf
Copy link
Author

@vogloblinsky Thanks!

Since you track it there I will close this I guess :)

@lock
Copy link

lock bot commented Oct 1, 2019

This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem. Why locking ? Having issues with the most up-to-date context.

@lock lock bot locked as resolved and limited conversation to collaborators Oct 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants