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

Support export * as _ syntax #320

Open
2 tasks done
johnnyshankman opened this issue Apr 18, 2024 · 1 comment
Open
2 tasks done

Support export * as _ syntax #320

johnnyshankman opened this issue Apr 18, 2024 · 1 comment

Comments

@johnnyshankman
Copy link

johnnyshankman commented Apr 18, 2024

Description

As a developer, many plugins etc autogenerate files which we have no control over. Some of them use export * as syntax. This plugin does not support that syntax, therefore it's useless in those scenarios.

Suggested solution

Support the export * as __ syntax.

Additional context

Error: [vite:dts] The "export * as ___" syntax is not supported yet; as a workaround, use "import * as ___" with a separate "export { ___ }" declaration

Ran into this using typechain

dethcrypto/TypeChain#900

Validations

  • Read the FAQ.
  • Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
@johnnyshankman johnnyshankman changed the title Support export * as syntax Support export * as _ syntax Apr 18, 2024
@qmhc
Copy link
Owner

qmhc commented Apr 23, 2024

This seems to be a limitation of @microsoft/api-extractor.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants