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

Can not be used when multiple nested aliases are involved #341

Open
Gggpound opened this issue Dec 10, 2024 · 1 comment
Open

Can not be used when multiple nested aliases are involved #341

Gggpound opened this issue Dec 10, 2024 · 1 comment
Labels

Comments

@Gggpound
Copy link

Bug report
When I use it in a monorepo project, I can not export the type correctly, and usually the result is a null value
Input code

export { debounce, get, merge, mergeWith, set } from 'lodash-es';
image

this exportElementSymbol is undefined, and throw an error.

@timocov
Copy link
Owner

timocov commented Dec 27, 2024

@Gggpound what error are you getting in your codebase? I can reproduce an error Error: Something went wrong - a symbol debounce for top-level identifier debounce cannot be renamed but it seems it is not what you're getting?

@timocov timocov added the Bug label Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants