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

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

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 个仓库

Awesome GitHub RepositoriesExplicit Type Argument Syntax

Provide explicit type arguments for generic function calls and class instantiations using a syntactic prefix that gets stripped away at runtime.

Distinct from Generic Types: Distinct from Generic Types: focuses on the syntax for specifying type arguments at call sites rather than the general concept of generics.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Explicit Type Argument Syntax. Refine with filters or upvote what's useful.

Awesome Explicit Type Argument Syntax GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • tc39/proposal-type-annotationstc39 的头像

    tc39/proposal-type-annotations

    4,386在 GitHub 上查看↗

    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

    Provides syntax for specifying explicit type arguments in generic calls and instantiations.

    JavaScript
    在 GitHub 上查看↗4,386
  1. Home
  2. Programming Languages & Runtimes
  3. Generic Types
  4. Explicit Type Argument Syntax