Found 32 packages
`Object.defineProperty`, but not IE 8's broken one.
Robustly `.call.bind()` a function.
Which kind of boxed JS primitive is this?
Find and fix problems in your JavaScript code.
Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.
ECMAScript AST query library.
Get and robustly cache all JS language-level intrinsics at first require time.
🗜 JavaScript parser, mangler and compressor toolkit for ES6+
Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible.
Toolchain for WebAssembly
ES2019 spec-compliant String.prototype.trimEnd shim
Is this an arguments object? It's a harder question than you think.
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.
A collection of common interactive command line user interfaces.
Is this value a JS ArrayBuffer? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
Runtime library for TypeScript helpers.
ES Object-related atoms: Object, ToObject, RequireObjectCoercible
ES spec-compliant shim for ArrayBuffer.prototype.slice
🐠 Babel is a compiler for writing next generation JavaScript.
An isomorphic Javascript client for Supabase Realtime server.
:sparkles: Monorepo for all the tooling which enables ESLint to support TypeScript
Unbox a boxed JS primitive value.
Human-friendly process signals
Monorepo for the JS language tools.
`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.
Is this value a JS SharedArrayBuffer? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
A javascript text differencing implementation.
Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.
regexpu’s core functionality, i.e. `rewritePattern(pattern, flag, options)`, which enables rewriting regular expressions that make use of the ES6 `u` flag into equivalent ES5-compatible regular expression patterns.
A robust, ES3 compatible, "has own property" predicate.