Skip to content
Avatar
🔜
working on that thing you asked about
🔜
working on that thing you asked about

Sponsors

@darcyclarke @SpringRole @laidrivm @scoutapm-sponsorships @sosukesuzuki @thescientist13 @per1234 @womcauliff @charpeni @notchris @mysticatea @richchurcher @wgolledge

Sponsoring

@zkat @nzakas @gr2m @mjackson @hzoo @sdras @PeterDaveHello @coilysiren @eslint @vaidehijoshi @nicolo-ribaudo @tatianamac @Vets-Who-Code

Achievements

Achievements

Highlights

Block or Report

Block or report ljharb

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ljharb/README.md

Hi My name's Jordan, and I've gradually mutated over the last decade into being super obsessed with open source, backwards compatibility, and finding ways to balance what I feel are ethical obligations to all users of projects I interact with, with the very real problem of time management, burnout, and work/life balance.

I've been a part of TC39 (the committee that writes the specification for JavaScript) since 2014, and I've been an editor of the specification since 2018. I've been heavily involved in the node community for as many years, and I've gradually created (but mostly inherited or been gifted) a decent number of open source projects. I persist in trying to maintain them all with maximal back compat, the strictest adherence to semver, and the greatest respect for users.

Projects I Maintain

Standards/Communities I Contribute To

this includes participation in working groups, committees, meetings, general issue triage, etc

How Sponsorship Helps

Although open source is a huge part of my life, it's not the most important part - I have a spouse, kids, and a dog; bills to pay; and I also try to give back to the wider community.

Sponsorship helps fund domains, travel, but also other sponsorships

Pinned

  1. JavaScript Style Guide

    JavaScript 118k 22.6k

  2. Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions

    Shell 54.7k 5.7k

  3. ECMAScript 5 compatibility shims for legacy (and modern) JavaScript engines

    JavaScript 7.1k 950

  4. qs Public

    A querystring parser with nesting support

    JavaScript 6.7k 668

  5. Tracking ECMAScript Proposals

    14.6k 634

  6. 1
    # Array Iteration
    2
    
                  
    3
    https://gist.github.com/ljharb/58faf1cfcb4e6808f74aae4ef7944cff
    4
    
                  
    5
    While attempting to explain JavaScript's `reduce` method on arrays, conceptually, I came up with the following - hopefully it's helpful; happy to tweak it if anyone has suggestions.

Contribution activity

January 2022

Created 4 repositories

Created a pull request in DefinitelyTyped/DefinitelyTyped that received 11 comments

pacote: add missing packumentCache option

Please fill in this template. Use a meaningful title for the pull request. Include the name of the package modified. Follow the advice from the r…

+12 −0 11 comments
Opened 11 other pull requests in 9 repositories
Reviewed 81 pull requests in 37 repositories
tc39/agendas 12 pull requests
nodejs/node 9 pull requests
tc39/ecma262 6 pull requests
yannickcr/eslint-plugin-react 5 pull requests
pkgjs/action 4 pull requests
airbnb/javascript 3 pull requests
openjs-foundation/cross-project-council 2 pull requests
pkgjs/parseargs 2 pull requests
coinbase/rest-hooks 2 pull requests
kangax/compat-table 2 pull requests
pkgjs/wiby 2 pull requests
tc39/proposal-change-array-by-copy 2 pull requests
tc39/proposals 2 pull requests
import-js/eslint-plugin-import 2 pull requests
tc39/proposal-array-from-async 2 pull requests
browserify/resolve 2 pull requests
nodejs/package-maintenance 2 pull requests
ljharb/jellobot 1 pull request
nvm-sh/nvm 1 pull request
pkgjs/create 1 pull request
pkgjs/support 1 pull request
ljharb/es-abstract 1 pull request
npm/cli 1 pull request
ljharb/qs 1 pull request
nodejs/nodejs.dev 1 pull request
12 repositories not shown

Created an issue in microsoft/TypeScript that received 10 comments

Array concat has wrong types

Bug Report A not-uncommon JS idiom is [].concat(x || [], y || [], z || []) as a faster, simpler, more backwards-compatible [x, y, z].flatMap(x => x…

10 comments

Seeing something unexpected? Take a look at the GitHub profile guide.