PF 2022 F2F Github actions training
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.
This library provides the functionality of PBKDF2 with the ability to use any supported hashing algorithm returned from crypto.getHashes()
Determine if the current node version supports the `--preserve-symlinks` flag.
ES Math-related intrinsics and helpers, robustly cached.
ES2019 spec-compliant String.prototype.trimEnd shim.
An ES2019 spec-compliant `Array.prototype.flatMap` shim/polyfill/replacement that works as far down as ES3.
ES2019 spec-compliant String.prototype.trimStart shim.
Helper functions around Function call/apply/bind, for use in `call-bind`
Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.
Determine if the JS environment has Symbol support. Supports spec, or shams.
Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.
Get and robustly cache all JS language-level intrinsics at first require time
Is this value a JS FinalizationRegistry? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.
Simple key-value storage with support for multiple backends
Does this JS environment support the `name` property on functions?
An ES2015 mostly-spec-compliant `Reflect.getPrototypeOf` sham/polyfill/replacement that works in as many engines as possible
Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines.
Returns an array of Typed Array names that are available in the current environment
`Object.defineProperty`, but not IE 8's broken one.
An ES2019 spec-compliant `Array.prototype.flat` shim/polyfill/replacement that works as far down as ES3.
Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
string representations of objects in node and the browser