awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم 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

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • tc39/proposal-type-annotationsالصورة الرمزية لـ tc39

    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

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

    JavaScript
    عرض على GitHub↗4,386
  • esoolgnah/frontend-interview-questionsالصورة الرمزية لـ Esoolgnah

    Esoolgnah/Frontend-Interview-Questions

    1,424عرض على GitHub↗

    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