jshint/fixmyjs

How to call for a diff instead of a fix

Closed this issue · 15 comments

This tool seems to be very useful but I don't want it to change my code, instead, I want to get what it suggested to change based on the jshint/jslint complaints and then I perform the changes myself. Which method should I call? I can only see the .fix() method.

if you use the included "binary" on a cli you can pass in --diff but I don't think there's a programatic way of doing that. I welcome PRs

Where's the diff? I can see a require function for it but I don't see the file.

That's not what I'm looking for. I'm looking for the diff itself.

what do you mean?

You require diff here:
https://github.com/jshint/fixmyjs/blob/master/lib/cli.js#L2
Right?
Where is it?

It's where I linked to. In that function itself.

Oh right... I forgot package.json. Thank you.

I thought this had been closed because someone was doing it. Did I understand it wrong?

Sorry I thought you just had a question about which package was being used.

That was just part of a stream of questions :D. I'll look into the code and find what I want, then.

I've been unable to find time for this. I'll try finding some asap.

I'm having rl issues and there has been many change of plans that I don't control. I'll reopen if I can find back the time I need to work with this.