Skip to content

d.ts rollup bug: not unwrapped @/types import #428

@0x009922

Description

@0x009922

Description

Currently (as for @soramitsu-ui/[email protected]) lib.d.ts rollup file has the following:

import { Status as Status_2 } from '@/types';

TypeScript shows the error, which is completely logical:

Cannot find module '@/types' or its corresponding type declarations.

It is an API Extractor bug for sure.

Possible solutions

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingnextRelated to next lib iteration, i.e. based on Vue 3

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions