angular / batarang

AngularJS WebInspector Extension for Chrome
MIT License
2.43k stars 338 forks source link

Firefox support #319

Open rugk opened 6 years ago

rugk commented 6 years ago

Firefox supports WebExtensions, so you should be able to easily ~port~ adjust this addon for Firefox. It has been reported that installing it from the Chrome store it already works basically (with some bugs).

See https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Porting_a_Google_Chrome_extension for details.

Croydon commented 6 years ago

I'm working upwards the dependecy chain right now:

https://github.com/CrypticSwarm/suggest-it/pull/4 -> https://github.com/angular/angular-hint/pull/128 ----> Pull request in this repository afterwards

Croydon commented 6 years ago

Both Batarang and angular-hint seem to be completely unmaintained. Closing my unmerged pull request after 8 months.

rugk commented 6 years ago

Is not angular-hint only a dev dependency? As such, if one just does not include dev dependencies in the release ZIP. (which is a good idea anyway, to not blow up the file size with unnecessary stuff)

Croydon commented 6 years ago

Angular is also a direct dependency of Batarang. Same problem here obviously.

rugk commented 6 years ago

But why? Is not it only for hinting code?