Skip to content

Import aliases don't work #435

Closed
Closed
@asakusuma

Description

@asakusuma
import { Foo as MyType } from './foo';
export function bar(foo: MyType) {}

The docs don't recognize that foo is an instance of Foo. There is no link from MyType to Foo, and if you export the docs as JSON, the parameter foo is missing the reference id, unlike parameters who's types are not an alias.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions