gecko-dev/dom/plugins/test
Ian Moody fe4fab15e3 Bug 1537776 - dom/ automated ESLint no-throw-literal fixes. r=asuth,mccr8
Result of running:
$ mach eslint -funix dom/ | sed -Ee 's/:.+//' - | xargs sed -E \
    -e 's/throw ((["`])[^"]+\2);/throw new Error(\1);/g' \
    -e 's/throw ((["`])[^"]+\2 \+ [^ ";]+);/throw new Error(\1);/g' \
    -e 's/throw \(/throw new Error(/g' -i

Differential Revision: https://phabricator.services.mozilla.com/D24369

--HG--
extra : moz-landing-system : lando
2019-03-25 16:03:38 +00:00
..
crashtests Bug 1452656 - Re-enable a now-passing crashtest. r=jrmuizel 2018-04-09 11:11:47 -04:00
mochitest Bug 1537776 - dom/ automated ESLint no-throw-literal fixes. r=asuth,mccr8 2019-03-25 16:03:38 +00:00
reftest Bug 1369941: Replace single integers N in fuzzy() and fuzzy-if() with 0-N ranges. r=dholbert 2018-08-09 20:10:21 +00:00
testplugin Bug 1528074 - Remove MSVC warning flags that clang-cl doesn't understand r=chmanchester 2019-03-13 20:19:08 +00:00
unit Bug 1508992 - Enable ESLint for dom/plugin/test/unit (Manual Changes). r=qdot 2019-03-09 02:26:37 +00:00
moz.build Bug 1451532 Remove unused test addon r=kmag 2018-10-22 09:57:27 -07:00