Skip to content

Question: Is it intended that the dependencies of the root index.ts are not rendered? #258

@danieldietrich

Description

@danieldietrich

Screenshot 2020-09-10 at 11 19 21

There are other files that use wildcard exports, like comp/index.ts:

export { comp } from './comp'
export { assign, render } from './render'
export * from './types'

The dependency between comp/index.ts and comp/types.ts is rendered correctly.

So why it does not happen for the root index.ts? 🤔

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions