awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 مستودعات

Awesome GitHub RepositoriesPolyfill Implementations

Exercises for recreating standard language utility functions and API polyfills in vanilla JavaScript.

Distinct from JavaScript Utility Libraries: Distinct from JavaScript Utility Libraries: focuses on the educational implementation of core utilities rather than providing a library

Explore 3 awesome GitHub repositories matching programming languages & runtimes · Polyfill Implementations. Refine with filters or upvote what's useful.

Awesome Polyfill Implementations GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • apachecn/interviewالصورة الرمزية لـ apachecn

    apachecn/Interview

    8,944عرض على GitHub↗

    This project is a comprehensive knowledge base and study resource designed for mastering technical interviews. It provides structured guides, roadmaps, and curricula focused on data structures, algorithms, system design, and frontend engineering to help candidates prepare for software engineering screenings. The repository distinguishes itself by offering a holistic approach to professional advancement. Beyond technical drills, it includes a career development handbook covering resume optimization, salary benchmarking, and strategic negotiation coaching. It also provides detailed methodologie

    Features tasks for coding common utility functions and API polyfills using vanilla JavaScript.

    Jupyter Notebookinterviewkaggleleetcode
    عرض على GitHub↗8,944
  • google/traceur-compilerالصورة الرمزية لـ google

    google/traceur-compiler

    8,164عرض على GitHub↗

    Traceur is a JavaScript syntax transpiler that transforms modern and next-generation language features into compatible versions for older runtime environments. It functions as a compiler that translates proposed language standards and upcoming syntax into current versions to maintain cross-engine compatibility. The project operates as an asynchronous code transformer, converting async functions and generators into promise-based state machines. It includes a functional tail-call optimizer that wraps recursive functions in trampolines to prevent stack overflows and an ECMAScript polyfill engine

    Implements a compatible version of promises to coordinate asynchronous operations across different execution engines.

    JavaScript
    عرض على GitHub↗8,164
  • facebook/regeneratorالصورة الرمزية لـ facebook

    facebook/regenerator

    3,827عرض على GitHub↗

    Regenerator is a JavaScript generator transpiler and build-time code processor. It converts ECMAScript generator functions and asynchronous iteration into ES5 compatible state machines to ensure modern control flow works in legacy runtimes. The project functions as an ES5 compatibility transformer that rewrites advanced asynchronous patterns into standard JavaScript. It includes a runtime polyfill helper library to manage the iteration protocol and coordinate state transitions for the transpiled code. The tool provides capabilities for language transformation and asynchronous workflow polyfi

    Ships a runtime polyfill for asynchronous primitives to manage iteration protocols and state transitions.

    JavaScript
    عرض على GitHub↗3,827
  1. Home
  2. Programming Languages & Runtimes
  3. JavaScript Utility Libraries
  4. Polyfill Implementations

استكشف الوسوم الفرعية

  • Asynchronous Primitives PolyfillsRuntime implementations of core asynchronous objects like Promises for environments lacking native support. **Distinct from Polyfill Implementations:** Focuses on the provision of asynchronous primitives specifically, rather than general utility function polyfills.