Skip to content

Fix a host of TypeScript issues#110

Merged
dunhor merged 6 commits intomainfrom
dunhor/tsfixes
Aug 16, 2021
Merged

Fix a host of TypeScript issues#110
dunhor merged 6 commits intomainfrom
dunhor/tsfixes

Conversation

@dunhor
Copy link
Copy Markdown
Member

@dunhor dunhor commented Aug 6, 2021

This addresses all of the TS bugs (excludes 'enhancements'), or at least it should assuming I didn't completely miss some.

// Methods:
std::map<std::string_view, winmd::reader::MethodDef> eventListeners;
std::vector<winmd::reader::MethodDef> eventListeners;
for (auto&& method : type.MethodList())
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.

Even just having this vector is probably unnecessary, but I just kept it 🤷

@dunhor dunhor merged commit 1e5a54e into main Aug 16, 2021
@dunhor dunhor deleted the dunhor/tsfixes branch August 16, 2021 18:25
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.

2 participants