Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

core-js

Standard Library
Collective - Host: opensource - https://opencollective.com/core-js - Code: https://github.com/zloirock/core-js

replace generic `%TypedArray%#toLocaleString`

github.com/zloirock/core-js - 200905143a13a26f50bcd310c8be482cc03ac880 authored about 9 years ago by Denis Pushkarev <[email protected]>
relax some conditions of force replacement typed arrays methods

github.com/zloirock/core-js - e064600f5050f013d3ab42b97f714f01cf1aa04f authored about 9 years ago by Denis Pushkarev <[email protected]>
minimize typed arrays accessors body

github.com/zloirock/core-js - e03df1c11626c68b313bf6af21e46602d3b40fd3 authored about 9 years ago by Denis Pushkarev <[email protected]>
some @@species fixes and tests

github.com/zloirock/core-js - 1bd8ddbd41e14fbf8a809e51f4337a41580a388c authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] typed arrays descriptors

github.com/zloirock/core-js - d95d7fd58d7c9965277f3bee020e1addc9bfb741 authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] fallback for native tests in `assert.isIterable`

github.com/zloirock/core-js - b27af14a13182db3f56da10e28ab710d6ffc5f74 authored about 9 years ago by Denis Pushkarev <[email protected]>
all well-known symbols should be non-writable non-configurable

github.com/zloirock/core-js - eee0ba1d3310d4b43cf87154840804b8d86e90d1 authored about 9 years ago by Denis Pushkarev <[email protected]>
fix launching `library` version tests in `grunt-karma`

github.com/zloirock/core-js - 0d489895864a130833bec58786ed4569665fccae authored about 9 years ago by Denis Pushkarev <[email protected]>
fix dependencies for `core-js-builder` package

github.com/zloirock/core-js - b59427273b9600a51ebab9d3c4337f0744c7e8b4 authored about 9 years ago by Denis Pushkarev <[email protected]>
2.0.0-beta

github.com/zloirock/core-js - c59edd121f4c3a51a0ee6332d11b727a28e577f8 authored about 9 years ago by Denis Pushkarev <[email protected]>
update grunt-livescript and keywords

github.com/zloirock/core-js - 6306dbd811ba0fd1a11aabbde673ca641a5fa6de authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] adapt a part of typed arrays tests for the `library` test case

github.com/zloirock/core-js - bb89e7d235e9685faabb32caaa005dd1d8df8b86 authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] fix `assert.isIterable`

github.com/zloirock/core-js - c390f61c3ce0cfc0885d32eed24c0edeb1a30233 authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] remove some unnecessary `#name` tests from the `library` test case

github.com/zloirock/core-js - cad4597a205f401456adb81c298d17b46547ea54 authored about 9 years ago by Denis Pushkarev <[email protected]>
allow use 3 arguments in constructors wrappers library version for support typed arrays

github.com/zloirock/core-js - 47ec070941e903d9ac22b4139b37c67c02fbc7d7 authored about 9 years ago by Denis Pushkarev <[email protected]>
fix variable name

github.com/zloirock/core-js - 264c94c386731baee983c132841eed05efb1f596 authored about 9 years ago by Denis Pushkarev <[email protected]>
move typed arrays tests to the default test case

github.com/zloirock/core-js - 17d2e5f762fa5764f988b212d6812abf81431770 authored about 9 years ago by Denis Pushkarev <[email protected]>
add entry points for stages proposals

github.com/zloirock/core-js - e53c2fd8f76a798dbe2e8b37607dac42d60de9ad authored about 9 years ago by Denis Pushkarev <[email protected]>
some additional entry points

github.com/zloirock/core-js - 4a51b7f0feb48479f33b84cc030957f7e4fd376c authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] add basic `Math.{iaddh, isubh, imulh, umulh}` tests

github.com/zloirock/core-js - c4830862f9a18bedf3715fb92ded2a4d42aff695 authored about 9 years ago by Denis Pushkarev <[email protected]>
add Math.{iaddh, isubh, imulh, umulh} polyfills

https://gist.github.com/BrendanEich/4294d5c212a6d2254703

github.com/zloirock/core-js - d913864cd95193e4de3d0006adbb3b0361dd0401 authored about 9 years ago by Denis Pushkarev <[email protected]>
[experimental] IE10 `DataView` constructor can't accept offset === buffer length, old WebKit `DataView` throws not `TypeError` without `new`

github.com/zloirock/core-js - 1a49ecfd75bd0756e6ab40c6f86800b62aa8c473 authored about 9 years ago by Denis Pushkarev <[email protected]>
add basic support `rejectionHandled` / `onrejectionhandled` event, #140

https://nodejs.org/api/process.html#process_event_rejectionhandled

https://developer.mozilla.or...

github.com/zloirock/core-js - e00042d166ebbc3e4ad08dc483ba40de83af2618 authored about 9 years ago by Denis Pushkarev <[email protected]>
[experimental] extract validation ArrayBuffer arguments to a function, add error messages

github.com/zloirock/core-js - 5a35b7a1b382abd8d6639c3d87ac2a5f41588d2a authored about 9 years ago by Denis Pushkarev <[email protected]>
[experimental] wrap native ArrayBuffer for fix bugs with wrong length

github.com/zloirock/core-js - 0fc9507984fa9d4ee4a6b0c411597998212bff72 authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] add test SameValueZero in collections with 5+ properties, V8 ~ Chromium 42- bug

github.com/zloirock/core-js - 03b1a850addb7a49085ad69538584ea96c88e671 authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] some additional tests DataView constructor

github.com/zloirock/core-js - 23b34ec85a8e77e5d6fdffdc9cfe06898345d3e1 authored about 9 years ago by Denis Pushkarev <[email protected]>
additional fix for SameValueZero in V8 ~ Chromium 42- collections

github.com/zloirock/core-js - 9776f9f1a658f31aeec5befd86eea83ab0f298dc authored about 9 years ago by Denis Pushkarev <[email protected]>
revert usage not completely correct native symbols in Chromium 38-40 because iterators on most DOM collections not required

github.com/zloirock/core-js - 7075578793b718c6ad148b408fdabd242936afd5 authored about 9 years ago by Denis Pushkarev <[email protected]>
leave iterators only on required DOM collections

github.com/zloirock/core-js - 8c9295ef60bf2be2ec1b2401b411eef4e53ee7b3 authored about 9 years ago by Denis Pushkarev <[email protected]>
improve custom build from external scripts

- move to the separate package for preventing problems with dependencies
- return promise from b...

github.com/zloirock/core-js - 65ae283bddd0ffb8c0b7ec6ca882a84ecf32c612 authored about 9 years ago by Denis Pushkarev <[email protected]>
additional check before calling unhandled rejection tracking timer

github.com/zloirock/core-js - 9d7c122e44ef9bdc9e7d22445e34f78a5f13e7ec authored about 9 years ago by Denis Pushkarev <[email protected]>
revert usage `this` to Promise constructor for some cases subclassing

github.com/zloirock/core-js - 890d7a619380e08cb646fa3084ea3c30f91d6d59 authored about 9 years ago by Denis Pushkarev <[email protected]>
some optimizations for Promise

- fast case for creation PromiseCapability from default constructor
- currently, records on prom...

github.com/zloirock/core-js - a60e72bc5c072e068b134fa8b5bf10f28ac82049 authored about 9 years ago by Denis Pushkarev <[email protected]>
2.0.0-alpha

github.com/zloirock/core-js - 3483ed3cd3cd51436b7286bb7635ea03d5ec2045 authored about 9 years ago by Denis Pushkarev <[email protected]>
[experimental] some stylistic changes, optimizations, correct error messages

github.com/zloirock/core-js - f56b86dbe2bc37dd0996c57afbc55b0679e62c69 authored about 9 years ago by Denis Pushkarev <[email protected]>
[experimental] fix some cases offset native typed array constructors

github.com/zloirock/core-js - 97d91cc1699b4afd8a411d8379c067cc4a6a5232 authored about 9 years ago by Denis Pushkarev <[email protected]>
[experimental] Opera 12 `%TypedArray%#set` accepts only arrays - replace it, constructors not requires multiplicity byteLength % elementSize

github.com/zloirock/core-js - 860147e1c337c2d10b60c1c1f236d8c29205aeb9 authored about 9 years ago by Denis Pushkarev <[email protected]>
Merge pull request #136 from eteeselink/master

Minor docs improvements

github.com/zloirock/core-js - 2dc92c5f05d5b6acec94f628d57bdd0482b6a7ce authored about 9 years ago by Denis Pushkarev <[email protected]>
documentation: clarify different builds; explain custom webpack builds a

bit

github.com/zloirock/core-js - ac6fdff8f03facb91ddedb23f40796f24b307022 authored about 9 years ago by Egbert Teeselink <[email protected]>
[experimental] `Array#{toString, toLocaleString}` throws on non-arrays in old WebKit - Safari 5, PhantomJS, Android 4.0-

github.com/zloirock/core-js - 2f092858ee897686d66101f2760d06dcd39b3b8c authored about 9 years ago by Denis Pushkarev <[email protected]>
[experimental] `new %TypedArray%(buffer, undefined)` throws in Opera 12 and V8 ~ Chrome 26, `new DataView('foo')` throws `true` in Opera 12

github.com/zloirock/core-js - 05b073490173794f45d4c467604459e1d8014d49 authored about 9 years ago by Denis Pushkarev <[email protected]>
[experimental] in Opera 12 missing `TypedArray#BYTES_PER_ELEMENT`, so add it if it's required

github.com/zloirock/core-js - ca02e1fc09fad8e2b5e1f8edd5c6c6911901da67 authored about 9 years ago by Denis Pushkarev <[email protected]>
[experimental] `Array#reverse` applied on typed array crashes (!!!) Opera 12, so reimplement it for typed arrays

github.com/zloirock/core-js - 200c288c233b524f0c0c829c4506657ad5012652 authored about 9 years ago by Denis Pushkarev <[email protected]>
[experimental] tmp disable some tests: in Safari 5 typed constructors has behavior 'object', in V8 ~ Chrome 27- wrong arity `ArrayBuffer`

github.com/zloirock/core-js - 6bc4d93576e14232227aebde11e4bd53afac12b2 authored about 9 years ago by Denis Pushkarev <[email protected]>
[experemental] in V8 ~ Chrome 29- and Opera 12 `Uint8ClampedArray` arrays are `Uint8Array` instances, need special case for `@@toStringTag`

github.com/zloirock/core-js - c0a29d5d9c0f1030f64ca5643ef590aeabb0f88a authored about 9 years ago by Denis Pushkarev <[email protected]>
[experimental] fix redefinition non-configurable `ArrayBuffer#slice` in Chromium 29-, also here `%TypedArray%#subarray` has a wrong arity

github.com/zloirock/core-js - 36cb439561352e56f3e6b82bc38e6f90dad9f77e authored about 9 years ago by Denis Pushkarev <[email protected]>
[experimental] fix `%TypedArray%#{values, @@iterator}.name` in Chromium 38-45 and FF36

github.com/zloirock/core-js - 46931e2af3f47e67829479997896c5c1d57cb783 authored about 9 years ago by Denis Pushkarev <[email protected]>
[experimental] Safari 8- `Array#fill` doesn't works on typed arrays, Safari `ArrayBuffer` constructor uses `ToUint32`

github.com/zloirock/core-js - aa87a406bfd0ecf369b68cdce504ace3251a4f56 authored about 9 years ago by Denis Pushkarev <[email protected]>
[experimental] add `SpeciesConstructor` to `ArrayBuffer#slice`

github.com/zloirock/core-js - 7269899f2d12234bb7bb4b26f0122a4a507569b8 authored about 9 years ago by Denis Pushkarev <[email protected]>
some additional tests related #134

github.com/zloirock/core-js - 52b7fe4b20458e900a12089d0a569103ce637bb6 authored about 9 years ago by Denis Pushkarev <[email protected]>
one more improvement and tests related #134

github.com/zloirock/core-js - 50c16279868120867ae3cca18acc1b584949332a authored about 9 years ago by Denis Pushkarev <[email protected]>
improve collections polyfills - O(1) and prevent possible leaking with frozen keys, correct observable state for object keys, close #134

github.com/zloirock/core-js - 7dd2b89cfcc7f9246d4cbd64d67c16e3660f9568 authored about 9 years ago by Denis Pushkarev <[email protected]>
change `$` prefix for internal modules file names because (holy shit!) Team Foundation Server does not support it, close #129

github.com/zloirock/core-js - 693767b3c070d1162c08279e8ce4c9dc35c162e5 authored about 9 years ago by Denis Pushkarev <[email protected]>
remove array generics

github.com/zloirock/core-js - 6b71085e2d7001b2b396e49f8876bf8e4c74c528 authored about 9 years ago by Denis Pushkarev <[email protected]>
[readme] remove array generics

github.com/zloirock/core-js - 0646fca1dd689f0e30bca87d812420c457b745fb authored about 9 years ago by Denis Pushkarev <[email protected]>
remove `core.log`

github.com/zloirock/core-js - 28ceca3e5425ff6c9e7fbd7bf22df2810b33dce7 authored about 9 years ago by Denis Pushkarev <[email protected]>
fix typo

github.com/zloirock/core-js - 987c5f3ae638f4df6192d1481b57115109ae7834 authored about 9 years ago by Denis Pushkarev <[email protected]>
one more fix redefinition dom collections iterators, chromium ~42 case

github.com/zloirock/core-js - d24337c232efe4dab5c19978e34b60c720cb1f73 authored about 9 years ago by Denis Pushkarev <[email protected]>
[devDependencies] update grunt-contrib-uglify

github.com/zloirock/core-js - 4c6028a0fedf23c19d6ee2bbc478a7cdb8e561db authored about 9 years ago by Denis Pushkarev <[email protected]>
[devDependencies] update eslint

github.com/zloirock/core-js - 08528e5f8918cfb3c6cf89b6042fc930770bdea7 authored about 9 years ago by Denis Pushkarev <[email protected]>
fix Array#@@iterator in FF27, improve compatibility with incorrect iterators polyfills

github.com/zloirock/core-js - e512edccd00529e2c6381ca21d0fd8966e2de123 authored about 9 years ago by Denis Pushkarev <[email protected]>
add `String#{trimStart, trimEnd}` as aliases for `String#{trimLeft, trimRight}`

github.com/zloirock/core-js - 839a766b5f8a4fdd8d631b0e05ff467c02b1ab82 authored about 9 years ago by Denis Pushkarev <[email protected]>
add `Error.isError` proposal

github.com/zloirock/core-js - 75a36d9e29d79d0d91d37dec0f8e5f584906a37e authored about 9 years ago by Denis Pushkarev <[email protected]>
enable System.global by default, add entry points and tests

github.com/zloirock/core-js - 8168cd93e3d62dac9f60558fdc0de6ceeea74338 authored about 9 years ago by Denis Pushkarev <[email protected]>
improve entry points iterable dom collections

github.com/zloirock/core-js - 40374c0f45a8ea91a385710878acd5c99381e37e authored about 9 years ago by Denis Pushkarev <[email protected]>
in old IE DOM collection does not support `delete` operator, so instead of `$.export` use `$.redefine-all` with `safe` parameter

github.com/zloirock/core-js - 02f3b6c19e0fa68ad128c34a3ea214bb3b9bff80 authored about 9 years ago by Denis Pushkarev <[email protected]>
add Date#toString fix to entry points

github.com/zloirock/core-js - 00dbfde83c0c0bcd2f4fa7cbd5bb0887315b10a7 authored about 9 years ago by Denis Pushkarev <[email protected]>
improve json entry points

github.com/zloirock/core-js - 98925cdd56804d8523939464e1f4f82ad4bad213 authored about 9 years ago by Denis Pushkarev <[email protected]>
add annex b html methods to entry points

github.com/zloirock/core-js - b82e371706fc3a0d30872b998ad2991e1ffc344a authored about 9 years ago by Denis Pushkarev <[email protected]>
move `RegExp.escape` from `es7` to `core` namespace - rejected, close #116

github.com/zloirock/core-js - d5ee778ed167e78d59c590bf1463b5eb8c7e487c authored about 9 years ago by Denis Pushkarev <[email protected]>
enable by default {keys, values, entries, @@iterator} on all DOM collections

github.com/zloirock/core-js - 6275d89dad99557c767b40e6c3ecf3f9edebb50a authored about 9 years ago by Denis Pushkarev <[email protected]>
enable by default fix for Date#toString

github.com/zloirock/core-js - b39dbeb0dc1312dcd16612b7264eae0cdd250017 authored about 9 years ago by Denis Pushkarev <[email protected]>
enable by default annex b html methods polyfills

github.com/zloirock/core-js - 7929d08fdfd94c1d6d55c3d4fcb2a6bbd22b5e25 authored about 9 years ago by Denis Pushkarev <[email protected]>
Merge pull request #132 from Naddiseo/tc39-pad-start-end

Update `padLeft`/`padRight` to be `padStart`/`padEnd`,

github.com/zloirock/core-js - 7e1c22d0cde5b7d0659f88e86e6163b91a5eea9a authored about 9 years ago by Denis Pushkarev <[email protected]>
[readme] remove Object.observe from "missing polyfills" section - withdrawn

github.com/zloirock/core-js - 79f93a6a6f47b169e3fecddcffeaa53b4332171f authored about 9 years ago by Denis Pushkarev <[email protected]>
remove usage @@species from Promise.{all, race}, https://github.com/tc39/ecma262/issues/151#issuecomment-157891096

github.com/zloirock/core-js - b027c6be80157d83be7d02f5ae78a5170392fd99 authored about 9 years ago by Denis Pushkarev <[email protected]>
[experimental] add `System.global` proposal, https://github.com/ljharb/proposal-global

github.com/zloirock/core-js - 7e449015e2654b47d77a9e2e69352d6241e9fa7c authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] fix some typed arrays constructors tests

github.com/zloirock/core-js - 7ea27db25e47fdcc13c468a137314b182bd73937 authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] some additional tests for DataView

github.com/zloirock/core-js - 296943d7b9f76b531cc836762460f91614c2bee7 authored about 9 years ago by Denis Pushkarev <[email protected]>
Update `padLeft`/`padRight` to be `padStart`/`padEnd`, per TC39 meeting notes

github.com/zloirock/core-js - 25ada64729eb102856f68c90e0831c434fe5ea2d authored about 9 years ago by Richard Eames <[email protected]>
[readme] change browser bundles links from the master to the last release

github.com/zloirock/core-js - 7e7f1f0402502bdf3a1b83ab7370dec44a0a67c8 authored about 9 years ago by Denis Pushkarev <[email protected]>
[experimental] add missed @@toStingTags to the typed constructors

github.com/zloirock/core-js - a080c95c0591811a784baf6f28110519c0d3bcb8 authored about 9 years ago by Denis Pushkarev <[email protected]>
Merge pull request #131 from lencioni/patch-1

Use SVG instead of PNG for Travis CI badge

github.com/zloirock/core-js - 478a03a4a29a1e5ccaa9739e20d97c176e734b42 authored about 9 years ago by Denis Pushkarev <[email protected]>
Use SVG instead of PNG for Travis CI badge

This will look better on a wider range of displays.

github.com/zloirock/core-js - 1a35c4ff8b324ed9728a38b7c7ccf865628e10d2 authored about 9 years ago by Joe Lencioni <[email protected]>
[tests] add some tests for typed arrays constructors

github.com/zloirock/core-js - 3bef83c90c25aa5f46a42641fd986f3208fa2f55 authored about 9 years ago by Denis Pushkarev <[email protected]>
[experimental] play with the typed arrays, mainly - fixes for the native constructors

github.com/zloirock/core-js - 377812a91b8bf69129e99b885fc3c044baba8d82 authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] rework and add some typed arrays constructors tests

github.com/zloirock/core-js - f4f5c297a7577704f9c036090947bf1844d2dbd7 authored about 9 years ago by Denis Pushkarev <[email protected]>
[build] a little better work with temp files

github.com/zloirock/core-js - cd50cca7ebab07e23fd1d0810773b1520d66e027 authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] add typed arrays to `Object#toString` test, fix some typos

github.com/zloirock/core-js - 06ca39d2461e281c87f5287e1cec6d760dc4db09 authored about 9 years ago by Denis Pushkarev <[email protected]>
[readme] some fixes

github.com/zloirock/core-js - 1f717f92160dff849d047e62cda59546ac7e08af authored about 9 years ago by Denis Pushkarev <[email protected]>
[devDependencies] update grunt-contrib-clean

github.com/zloirock/core-js - 9d4d3101622d19c053793d2563b653e57cac0319 authored about 9 years ago by Denis Pushkarev <[email protected]>
[experimental] add `#{values, keys, entries}` to DOM collections

github.com/zloirock/core-js - bc83e84d1f966ec547f896e3e4d81ee731ff83e5 authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] additional tests for iterable DOM collections

github.com/zloirock/core-js - 03c6508a1ec6cdf9342dac78199f99244e0a262f authored about 9 years ago by Denis Pushkarev <[email protected]>
[readme] restore lost `Set` methods

github.com/zloirock/core-js - 3d5173a068ef6d0b40bdc4dc24f2621717783011 authored about 9 years ago by Denis Pushkarev <[email protected]>
rework readme: split iterators section, replace `log` -> `console.log`

github.com/zloirock/core-js - 076e054c0f8b8d5ba3a55aaa05a7956bf57ed9f8 authored about 9 years ago by Denis Pushkarev <[email protected]>
[experimental] Chromium 38-40 Symbol bug resolved, so play with `@@iterator` on all required DOM collections

github.com/zloirock/core-js - f233dd419c4e2b518ceaae97079d4ddd56e25374 authored about 9 years ago by Denis Pushkarev <[email protected]>
use Symbol polyfill in Chromium 38-40 because of the native implementation bug with some kinds of DOM collections

github.com/zloirock/core-js - 6dfb388e911eb481308292c7a433cbb500e2f699 authored about 9 years ago by Denis Pushkarev <[email protected]>
fallback for compatibility with old broken versions `lolex`, https://github.com/elastic/kibana/pull/5352

github.com/zloirock/core-js - 54c23ca967855b32c49e3911e41e7337dfa8552a authored about 9 years ago by Denis Pushkarev <[email protected]>
[tests] add tests for annex b html methods

github.com/zloirock/core-js - 684019b928ae3d71db85b0cb4a3f5b19d01992b5 authored about 9 years ago by Denis Pushkarev <[email protected]>