-
-
Notifications
You must be signed in to change notification settings - Fork 532
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
feat(repl): allow using "type" command on types/interfaces #1401
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files
|
6f7b2ff
to
54cdf3a
Compare
Regarding the |
Had to split the type tests into 2 due to the current linked issue, as |
This reverts commit e5cc734.
This makes "type" command return a more accurate description than the currently
any
for types/interfaces. It's worth noting that until microsoft/TypeScript#25894 is fixed, interfaces/enums will be shown as just "$kind $identifier".Based on https://stackoverflow.com/a/55777714.