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

upgrade typescript to 4.9 #26

Merged
merged 6 commits into from
Aug 24, 2023
Merged

Conversation

PPpro
Copy link
Collaborator

@PPpro PPpro commented Aug 18, 2023

@PPpro PPpro requested a review from shrinktofit August 18, 2023 09:53
Comment on lines -250 to +252
if (!declarations || declarations.length === 0 || declarations.some((declaration) => {
if (!declarations || declarations.length === 0 || declarations.every((declaration) => {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这里可能存在符号重复定义的情况,一些符号属于外部,一些属于内部符号

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

Successfully merging this pull request may close these issues.

None yet

2 participants