awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 Repos

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • apachecn/interviewAvatar von apachecn

    apachecn/Interview

    8,944Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,944
  • google/traceur-compilerAvatar von google

    google/traceur-compiler

    8,164Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗8,164
  • facebook/regeneratorAvatar von facebook

    facebook/regenerator

    3,827Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,827
  1. Home
  2. Programming Languages & Runtimes
  3. JavaScript Utility Libraries
  4. Polyfill Implementations

Unter-Tags erkunden

  • 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.