-
Notifications
You must be signed in to change notification settings - Fork 74
Ignore all file types being converted as potential outputs #44
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
Conversation
mfix22
left a comment
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.
Thanks so much @ericadamski ! We will probably merge this without the small comment, but just wanted to make it in case you got to it before us 😄
| !files.map(file => file.path).includes(file.path))) | ||
|
|
||
| const getUniqueExtensions = files => { | ||
| const normalizeExtension = name => { |
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.
You could probably declare normalizeExtension outside of this function (:
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.
Sorry I didn't make it :(
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.
Don't worry about it 😄I was just nitpicking. Update not necessary. Thanks a lot for this bug fix! We are going to release today.
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.
If have more time next bug/feature I can clean up this file and test them all! 🙌
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.
Go for it! 👍 that would be massively appreciated. Also thanks so much for writing that test! We really should have been better about doing so
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.
No shame! TDD is great but it takes time that I usually do not have to commit 😂
|
wooo, thanks @ericadamski! |
Fixes #36, #43
Logic now filters out any types that overlap in the conversion types and the files to covert