-
-
Notifications
You must be signed in to change notification settings - Fork 731
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
@inline
and @inlineType
not usable with @typedef
#2916
Comments
Switching to feature type -- I'd kind of expect |
@inline
, @expand
, etc. not usable with @typedef
@inline
, and @inlineType
not usable with @typedef
@inline
, and @inlineType
not usable with @typedef
@inline
and @inlineType
not usable with @typedef
I wasn't sure whether to report this as a bug or feature request since
@inline
, etc. aren't explicitly marked as supporting@typedef
. But since@typedef
s are converted to type aliases or interfaces, it seems it should have worked out of the box.Search terms
inline, expand, typedef
Expected Behavior
Actual Behavior
The referenced type and type definition itself fall back to
any
:Steps to reproduce the bug
Moving the placement of
@inline
to above@typedef
or below the@property
has it get ignored entirely (perhaps expected).Environment
The text was updated successfully, but these errors were encountered: