awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 repositorio

Awesome GitHub RepositoriesBuild-Time Interpreters

Engines that execute code during the build process to determine program state and effects.

Distinct from Embedded JavaScript Interpreters: Distinct from Embedded JavaScript Interpreters: focuses on build-time execution for optimization purposes rather than embedding an interpreter for runtime use.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Build-Time Interpreters. Refine with filters or upvote what's useful.

Awesome Build-Time Interpreters GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • facebook/prepackAvatar de facebook

    facebook/prepack

    14,118Ver en GitHub↗

    Prepack is a build-time transformation tool and static analysis engine designed to optimize JavaScript source code. By executing code during the build process, it evaluates program logic and state to precompute results, effectively simplifying complex operations before the application is deployed. The tool functions as a bundle optimizer that integrates into existing development pipelines to refine application logic. It employs abstract interpretation and symbolic execution to track program behavior across various paths, allowing it to perform constant folding, eliminate unreachable code, and

    Executes source code during the build process to determine the final state and effects of the program.

    JavaScript
    Ver en GitHub↗14,118
  1. Home
  2. Programming Languages & Runtimes
  3. JavaScript Engines
  4. Embedded JavaScript Interpreters
  5. Build-Time Interpreters