-
Notifications
You must be signed in to change notification settings - Fork 4
Modify tool to support processing multiple .d.ts files #1
base: master
Are you sure you want to change the base?
Conversation
Unfortunately it's reporting a different issue now:
/cc @rigdern |
If I try to run just the
|
If I update the
|
A few things:
You asked:
I'm not sure what you mean by "actual code" but I'll do my best to answer your question. The convention for event names in JavaScript is for them to be all lowercase (e.g. Just to double check, when you mention |
Hey @rigdern
I tried looking into it - but didn't get far enough to understand what's going on... I'll give your suggestion a try.
Published now. Let me know if you notice any issues...
Commented out the media element from the ignore list.
No problem above (I did do that in a couple places) - do you want them everywhere or only specific locations changes? (I don't think I added any logs so I'm not sure which ones you're referring to).
I did use the gist you published. Thanks for that. NOTE: I'll have a PR for the react-winjs project here in a bit that automates the call into |
"WinJS.UI.MediaElementAdapter", | ||
"WinJS.UI.MediaPlayer", | ||
// "WinJS.UI.MediaElementAdapter", | ||
// "WinJS.UI.MediaPlayer", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you delete those 2 lines instead of commenting them out?
I left some feedback on the code in your PR which you can see by viewing the "Files changed" tab.
You didn't add any Keep up the good work! |
In preparation for work in winjs/react-winjs#31 this allows us to pass in multiple file names.