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

Workaround anser wrong typings. #6552

Merged
merged 1 commit into from
Nov 14, 2019
Merged

Workaround anser wrong typings. #6552

merged 1 commit into from
Nov 14, 2019

Conversation

paul-marechal
Copy link
Member

What it does

The .d.ts definition file distributed along the anser package is
bogus, but the issue is minimal: It declares that the module exports a
namespace as export default when it does not.

Fixes #6551

How to test

See #6551

Review checklist

Reminder for reviewers

@paul-marechal paul-marechal added the console issues related to the console label Nov 14, 2019
@paul-marechal
Copy link
Member Author

Upstream issue: IonicaBizau/anser#52

The .d.ts definition file distributed along the `anser` package is
bogus, but the issue is minimal: It declares that the module exports a
namespace as `export default` when it does not.

Signed-off-by: Paul Maréchal <[email protected]>
Copy link
Member

@akosyakov akosyakov left a comment

Choose a reason for hiding this comment

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

thank you for the quick fix

@paul-marechal paul-marechal merged commit 640ea9f into master Nov 14, 2019
@paul-marechal paul-marechal deleted the mp/anser branch November 14, 2019 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
console issues related to the console
Projects
None yet
Development

Successfully merging this pull request may close these issues.

debug console does not show anything sometimes
2 participants