awesome-repositories.com
Blog
MCP
awesome-repositories.com

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

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

1 Repo

Awesome GitHub RepositoriesRuntime-Stripped Generic Parameters

Angle-bracket syntax for defining reusable type parameters on functions, classes, and type declarations that are removed at runtime.

Distinct from Generic Types: Distinct from Generic Types: focuses on syntax that is stripped at runtime rather than compile-time resolution.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Runtime-Stripped Generic Parameters. Refine with filters or upvote what's useful.

Awesome Runtime-Stripped Generic Parameters GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • tc39/proposal-type-annotationsAvatar von tc39

    tc39/proposal-type-annotations

    4,386Auf GitHub ansehen↗

    This is an ECMAScript proposal that adds static type syntax to JavaScript, enabling type checking without a separate transpilation step. The proposal defines a standard for type annotations, interfaces, generics, and type imports and exports that are stripped during execution, allowing code to run natively in existing JavaScript engines while still being validated by external type checkers. The proposal introduces generic type parameters using angle-bracket syntax on functions, classes, and type declarations, which are removed at runtime. It also provides syntax for type annotations on variab

    Introduces angle-bracket generic type parameters that are removed during execution.

    JavaScript
    Auf GitHub ansehen↗4,386
  1. Home
  2. Programming Languages & Runtimes
  3. Generic Types
  4. Runtime-Stripped Generic Parameters