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

Fix typedef default param value and prefix #59

Merged
merged 2 commits into from
Sep 9, 2022

Conversation

TwitchBronBron
Copy link
Member

Fixes a bug that wasn't handling typedef function parameter defaults properly.

Fixes #58

});

//TODO eventually we need to fix this test
it.skip('handles d.bs default param namespaced values properly', async () => {
Copy link
Member Author

Choose a reason for hiding this comment

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

This is another case we should eventually support, but I don't have the time to fix it right now and didn't want to hold up the release. I'll leave this test here as a reminder that we do need to fix it eventually.

@TwitchBronBron TwitchBronBron merged commit 7df356c into master Sep 9, 2022
@TwitchBronBron TwitchBronBron deleted the fix-typedef-default-param-value branch September 9, 2022 20:24
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.

Parameter default value in typedef not properly prefixed
1 participant