core-js-pure
Advanced tools
Changelog
String#replaceAll
is available only in nightly FF buildsPromise
feature detection for the case of V8 6.6 with multiple core-js
copiesnode -e
in postinstall
scriptsChangelog
(Async)Iterator#flatMap
mapper returns a non-iterable, per tc39/proposal-iterator-helpers/55 and tc39/proposal-iterator-helpers/59AggregateError#toString
, per tc39/proposal-promise-any/49core-js
Promise
polyfill passes feature detection in the pure versionsString#replaceAll
callbacksString#replaceAll
marked as supported by FF72Changelog
JSON.stringify
, ES2019 feature, thanks @ExE-Boss and @WebReflection for the ideaMath.signbit
, #687, thanks @chicoxyzzyChangelog
Array#concat
, #679Promise
, #679(Async)Iterator.prototype.constructor -> (Async)Iterator
per this issueChangelog
RegExp
-related methods like String#split
, #306Array#splice
and slightly Array#{ filter, map }
, #677fetch
with polyfilled URLSearchParams
, #674String#replaceAll
with an empty search valuepackage-lock.json
no longer generated in librariesChangelog
gopher
removed from URL
special cases per this issue and this PR