- Hillsborough, CA
-
11:46
- 8h behind - https://linkedin.com/in/ljharb
- @LJHarb
- @LJHarb@mastodon.social
- ljharb
- @jordan.har.band
Highlights
Stars
ECMAScript Proposal, specs, and reference implementation for Error.prototype.stack accessor
open the repository page for an npm package
Helper functions around Function call/apply/bind, for use in `call-bind`
Store information about any JS value in a side channel, using a linked list.
Store information about any JS value in a side channel, using a Map.
Store information about any JS value in a side channel, using a WeakMap for objects and a Map for primitives.
Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.
Get an iterator for an array that's robust against prototype modification.
Robustly get an object's own property keys (strings and symbols), including non-enumerables when possible.
Robustly set the [[Prototype]] of an object. Uses the best available method.
Robustly get the [[Prototype]] of an object. Uses the best available method.
Mirror (copy) the own property descriptors from one object, onto another.
A function that returns the normally hidden `AsyncFunction` constructor
Re-creating the original source tree of browser-launcher from local backup
Push an array of items into an array, while being robust against prototype modification.
🚀 Level up your GitHub profile readme with customizable cards including LOC statistics!
Does the given package have TypeScript types?
Does this environment have the ability to set the [[Prototype]] of an object on creation with `__proto__`?
Prune unused footnote references in GitHub-flavored Markdown
Programmatic access to the ARIA specification
Programmatic access to information about the AXObject Model
Parse a Github URL into an object. Supports a wide variety of GitHub URL formats.
A cli to generate a complete git co-authors list, including existing co-authors, for use in a commit message.
ljharb / ent
Forked from slickplaid/node-entEncode and decode HTML entities
ljharb / get-json
Forked from azer/get-jsonGet JSON docs on both Node and Browsers
ES Object-related atoms: Object, ToObject, RequireObjectCoercible
Encode and decode a string using the "look between X and Y on your keyboard" meme format