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

[api-extractor] Fix issue where API signatures were sometimes truncated #1253

Merged
merged 2 commits into from
Apr 30, 2019

Conversation

octogonz
Copy link
Collaborator

Fixes issue #1249

@natalieethell could you test this and confirm that (1) the broken signatures are fixed, and (2) no other signatures appear to be broken? (You could simply diff your before/after .api.json files.) Thanks!

… extends B<{c: C}> { }" to "interface A extends B<{" because it stopped at the first "{" encountered, even if it was not an immediate child in the AST
@natalieethell
Copy link
Contributor

Awesome! Will test this afternoon

@natalieethell
Copy link
Contributor

Tested! Looks great. The broken signatures are fixed and no other signatures appear to be broken from these changes.

@octogonz
Copy link
Collaborator Author

Thanks @natalieethell

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.

3 participants