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

no type error when using a default import #149

Open
DetachHead opened this issue Mar 8, 2023 · 0 comments
Open

no type error when using a default import #149

DetachHead opened this issue Mar 8, 2023 · 0 comments

Comments

@DetachHead
Copy link

import tsutils from 'tsutils' // no typescript error
tsutils.isTypeAliasDeclaration

at runtime:

tsutils_1.default.isTypeAliasDeclaration;
                  ^

TypeError: Cannot read properties of undefined (reading 'isTypeAliasDeclaration')

this seems to only be an issue with the compiled *.d.ts files, it doesn't happen with the source code. i'm not really sure how this project is built because npm run compile doesn't seem to output anything so it's difficult for me to minify the issue

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

1 participant