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

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

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

2 रिपॉजिटरी

Awesome GitHub RepositoriesNon-Compiled Static Typing

Adding type definitions to source code that are validated by tools without requiring a compilation step.

Distinct from Static Type Checking: Distinct from standard static type checking by removing the need for a separate compilation phase

Explore 2 awesome GitHub repositories matching software engineering & architecture · Non-Compiled Static Typing. Refine with filters or upvote what's useful.

Awesome Non-Compiled Static Typing 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

    Adds runtime-ignored type annotations to JavaScript for static type checking without compilation.

    JavaScript
    GitHub पर देखें↗4,386
  • esoolgnah/frontend-interview-questionsEsoolgnah का अवतार

    Esoolgnah/Frontend-Interview-Questions

    1,424GitHub पर देखें↗

    Frontend-Interview-Questions is an educational knowledge base and study guide designed for technical interview preparation, software engineering job roles, and core web development concept review. It provides structured resources covering frontend topics, language fundamentals, and browser mechanics. The repository explores fundamental concepts including JavaScript runtime behavior, asynchronous execution, lexical scoping, closures, hoisting, and variable declaration comparisons. It also examines architectural topics such as browser rendering pipelines, document object model manipulation, net

    Explores type definitions and compile-time type checking concepts.

    cssfront-endhtml
    GitHub पर देखें↗1,424
  1. Home
  2. Software Engineering & Architecture
  3. TypeScript Type Definitions
  4. Static Type Checking
  5. Non-Compiled Static Typing