Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.
Get and robustly cache all JS language-level intrinsics at first require time
Perform async work synchronously in Node.js using `worker_threads` with first-class TypeScript support.
The fastest directory crawler & globbing alternative to glob, fast-glob, & tiny-glob. Crawls 1m files in < 1s
Helper functions around Function call/apply/bind, for use in `call-bind`
Hooks for managing, caching and syncing asynchronous and remote data in React
ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim
Create an ArrayBuffer instance from a Data URI string
resolve like require.resolve() on behalf of files asynchronously and synchronously
javascript standard data structure library which benchmark against C++ STL
Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.
Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible.
Implementation of Function.prototype.bind
A querystring parser that supports nesting and arrays, with a depth limit
Determine if a function is a native generator function.
Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.
Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
An ES2019 spec-compliant `Array.prototype.flatMap` shim/polyfill/replacement that works as far down as ES3.
Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.
A library for obtaining browser versions with their maximum supported Baseline feature set and Widely Available status.
ES6 spec-compliant RegExp.prototype.flags shim.
An ES2019 spec-compliant `Array.prototype.flat` shim/polyfill/replacement that works as far down as ES3.
A light-weight module that brings Fetch API to node.js