languagetool-org / languagetool-browser-addon

LanguageTool Firefox and Chrome Add-on (OUTDATED)
Other
129 stars 53 forks source link

Mozilla validation fails #161

Closed danielnaber closed 6 years ago

danielnaber commented 6 years ago

The auto-validation fails, it complains about the ... operator in this line:

lastCheckResult = Object.assign({}, lastCheckResult, { ...msg, isProcess: false });

Can we replace this operator (in all places) with something the Mozilla check can live with? Exact error message is JavaScript syntax error.