-
Notifications
You must be signed in to change notification settings - Fork 30
Conversation
disable "loopfunc" jshint's rule because of a bug in it jshint/jshint#3100
Hi! Wow, I did not expect anyone to come and do this! Amazing! I’m curious – what’s your motivation to dive into this shitty code base? Just for “fun”? Do you use source-map-resolve and miss the async API? How far would you like to take the refactor? |
Hi I was bored. And then
... I do not use source-map-resolve directly. If you still have such tasks I can try to do them too. |
If your goal is to get rid of those deprecation warnings, then you need to know:
|
My goal was to entertain myself. I don't care about those warnings that much. |
Ok! Here are some ideas I’ve played around with:
|
Preview of conversion to Jest: 515124f Like this? |
If you plan to get rid of sync functions it is better to do this before conversion to Jest. :) |
Yeah, something like that. Let’s get rid of the sync functions then! Also, if you want to go the TypeScript route that’s probably good to do before tests, too. |
I think it would be easier to merge all your PRs into one giant update-all-the-things PR. What do you think? |
#20 All changes are there |
Closing in favor of #20. |
Related to item 2 in #12