Skip to content
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

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

Open
0x009922 opened this issue Jun 29, 2022 · 0 comments · May be fixed by #502
Open

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

0x009922 opened this issue Jun 29, 2022 · 0 comments · May be fixed by #502
Labels
bug Something isn't working next Related to next lib iteration, i.e. based on Vue 3

Comments

@0x009922
Copy link
Contributor

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

@0x009922 0x009922 added bug Something isn't working next Related to next lib iteration, i.e. based on Vue 3 labels Jun 29, 2022
@0x009922 0x009922 linked a pull request Mar 28, 2023 that will close this issue
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working next Related to next lib iteration, i.e. based on Vue 3
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant