awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

3 repository-uri

Awesome GitHub RepositoriesJavaScript Code Generation

Translation of a typed intermediate representation into executable JavaScript code.

Distinct from JavaScript Runtimes: Candidates focus on runtimes or documentation; this is specifically about the compilation/generation of JS source code.

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

Awesome JavaScript Code Generation GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • purescript/purescriptAvatar purescript

    purescript/purescript

    8,832Vezi pe GitHub↗

    PureScript is a statically typed, purely functional programming language that compiles to JavaScript. It is designed as a cross-platform frontend language for building safe web applications, utilizing a static type system and a JavaScript compiler to ensure program correctness across browser and server environments. The language is distinguished by its emphasis on mathematical purity, featuring a robust type system with first-class support for monads. It provides a sophisticated toolset for static verification, including algebraic data types, type classes, and automatic type inference to reje

    Translates a strongly typed intermediate representation into executable JavaScript for web and server environments.

    Haskellalt-jshaskelljavascript
    Vezi pe GitHub↗8,832
  • webassembly/binaryenAvatar WebAssembly

    WebAssembly/binaryen

    8,354Vezi pe GitHub↗

    Binaryen is a WebAssembly compiler toolchain and optimizer designed to transform, validate, and shrink binary modules. It provides a comprehensive intermediate representation framework that converts binary code into a single-assignment form to enable advanced program analysis and code transformation. The project includes a specialized transformation engine that applies iterative optimization passes to increase execution speed and reduce binary size. Additionally, it functions as a transpiler that translates WebAssembly binary modules into executable JavaScript for environments that lack nativ

    Converts binary functions into valid JavaScript source code ensuring compatibility with scripting expression rules.

    WebAssemblyc-plus-pluscompilersemscripten
    Vezi pe GitHub↗8,354
  • windicss/windicssAvatar windicss

    windicss/windicss

    6,515Vezi pe GitHub↗

    Windi CSS is a utility-first CSS framework that generates only the CSS classes actually used in a project, scanning source files at build time to produce smaller, optimized stylesheets. It provides on-demand style generation through static analysis of HTML and template files, eliminating unused styles for leaner output. The framework offers a plugin-based extension system for adding custom utilities, variants, and design tokens without modifying the core. It includes built-in compatibility for migrating from Tailwind CSS, removing Tailwind-specific dependencies and configuration fields while

    Generates styles programmatically through a JavaScript API for custom build pipelines or server-side usage.

    TypeScriptcsscss-compileron-demand
    Vezi pe GitHub↗6,515
  1. Home
  2. Programming Languages & Runtimes
  3. JavaScript Code Generation

Explorează sub-etichetele

  • Style Generation APIsJavaScript APIs that generate CSS styles programmatically for custom build pipelines or server-side usage. **Distinct from JavaScript Code Generation:** Distinct from JavaScript Code Generation: focuses on generating CSS styles, not general JavaScript code.