awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 रिपॉजिटरी

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.

Awesome ECMAScript Type Specifications GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • tc39/proposal-type-annotationstc39 का अवतार

    tc39/proposal-type-annotations

    4,386GitHub पर देखें↗

    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
    GitHub पर देखें↗4,386
  1. Home
  2. Programming Languages & Runtimes
  3. ECMAScript Type Specifications