15 repos
Polyfills and shims that backport modern JavaScript features to older environments and browsers that don't natively support ES2015+ standards. This cluster contains implementations of standardized methods like Array.prototype.at, Array.prototype.flatMap, Object.entries, Object.values, and getOwnPropertyDescriptors—all designed to let developers use contemporary JavaScript APIs without breaking compatibility with legacy runtime environments. The repositories here are foundational utilities for cross-browser and cross-version JavaScript compatibility.