Skip to content

Fix typedef default param value and prefix#59

Merged
TwitchBronBron merged 2 commits into
masterfrom
fix-typedef-default-param-value
Sep 9, 2022
Merged

Fix typedef default param value and prefix#59
TwitchBronBron merged 2 commits into
masterfrom
fix-typedef-default-param-value

Conversation

@TwitchBronBron
Copy link
Copy Markdown
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
Copy Markdown
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