node-shims ==========
CJS/Node shims
An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3.
ES6 spec-compliant RegExp.prototype.flags shim.
ES2019 spec-compliant String.prototype.trimStart shim.
An ES2015 mostly-spec-compliant `Reflect.getPrototypeOf` sham/polyfill/replacement that works in as many engines as possible
An ES2019 spec-compliant `Array.prototype.flat` shim/polyfill/replacement that works as far down as ES3.
ES2019 spec-compliant String.prototype.trimEnd shim.
ES5 spec-compliant shim for String.prototype.trim
An ESnext spec-compliant `Array.prototype.findLast` shim/polyfill/replacement that works as far down as ES3.
ES proposal-spec-compliant Object.fromEntries shim.
An ES2019 spec-compliant `Array.prototype.flatMap` shim/polyfill/replacement that works as far down as ES3.
DOM shim for Lit Server Side Rendering (SSR)
ES2017 spec-compliant Object.values shim.
An ESnext spec-compliant `Array.prototype.findLastIndex` shim/polyfill/replacement that works as far down as ES3.
ES2017 spec-compliant Object.entries shim.
ES Math-related intrinsics and helpers, robustly cached.
TypedArray polyfill for old browsers
ES spec-compliant shim for ArrayBuffer.prototype.slice
If available, the `Object.prototype.__proto__` accessor and mutator, call-bound
A helper to optimistically set Symbol.toStringTag, when possible.
Spec-compliant polyfill for String.prototype.matchAll
ES2017 spec-compliant shim for `Object.getOwnPropertyDescriptors` that works in ES5.
An ES2015 spec-compliant `Function.prototype.name` shim