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

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesECMAScript Type Specifications

Standardized language specifications for implementing a type system within the ECMAScript environment.

Distinguishing note: None of the candidates describe a standard for a type system within the JS language itself

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

  1. Home
  2. Programming Languages & Runtimes
  3. ECMAScript Type Specifications

Awesome ECMAScript Type Specifications GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • tc39/proposal-type-annotationsAvatar de tc39

    tc39/proposal-type-annotations

    4,386Voir sur 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

    Defines a standard for type syntax, interfaces, generics, and type imports/exports stripped at runtime.

    JavaScript
    Voir sur GitHub↗4,386