awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • apachecn/interviewapachecn 的头像

    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-compilergoogle 的头像

    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/regeneratorfacebook 的头像

    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.