The Wayback Machine - https://web.archive.org/web/20201116044440/https://github.com/zloirock
Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor

Organizations

@babel

Pinned

  1. Standard Library

    JavaScript 13.8k 970

  2. 🐠 Babel is a compiler for writing next generation JavaScript.

    JavaScript 37.8k 4.6k

  3. ECMAScript 5/6/7 compatibility tables

    HTML 3.8k 845

  4. Status, process, and documents for ECMA-262

    HTML 11.2k 953

  5. Date formatting

    JavaScript 22 5

  6. Tracking ECMAScript Proposals

    12k 475

331 contributions in the last year

Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Mon Wed Fri
Activity overview
Contributed to zloirock/core-js, kangax/compat-table, babel/babel and 4 other repositories
Loading

Contribution activity

November 2020

Created 30 commits in 1 repository
Opened 4 pull requests in 1 repository
Reviewed 4 pull requests in 3 repositories
zloirock/core-js 2 pull requests
babel/babel-polyfills 1 pull request
babel/babel 1 pull request

Created an issue in tc39/proposal-array-unique that received 2 comments

Clarification of the behavior

// How should be handled keys on `null` / `undefined`? [{ a: 1 }, null, { a: null }].uniqueBy('a'); // => ??? [{}, undefined].uniqueBy('a'); // => ???

2 comments
You can’t perform that action at this time.