зеркало из https://github.com/mozilla/gecko-dev.git
1af4c55c01
- `Array.forEach` becomes for-of loop or `array.forEach`. - `Array.slice(a)` or `Array.slice(a, 0)` becomes `Array.from(a)`. - `Array.map` becomes `Array.from` - `Array` copy + concatenation becomes Array literal + spread syntax. - All other `Array.X(a, ...)` become `Array.prototype.X.call` or `Array.from(a).X(...)` Differential Revision: https://phabricator.services.mozilla.com/D27802 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
converters | ||
moz.build | ||
mozITXTToHTMLConv.idl | ||
nsIDirIndex.idl | ||
nsIDirIndexListener.idl | ||
nsIStreamConverter.idl | ||
nsIStreamConverterService.idl | ||
nsITXTToHTMLConv.idl | ||
nsStreamConverterService.cpp | ||
nsStreamConverterService.h |