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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesRuntime-Ignored Type Execution

Executing code where type annotations are treated as non-executable comments by the engine.

Distinct from Type Annotations: Focuses on the runtime's ability to ignore types rather than the process of stripping them

Explore 1 awesome GitHub repository matching programming languages & runtimes · Runtime-Ignored Type Execution. Refine with filters or upvote what's useful.

Awesome Runtime-Ignored Type Execution 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

    Treats type annotations on variables, parameters, and class members as non-executable metadata.

    JavaScript
    عرض على GitHub↗4,386
  1. Home
  2. Programming Languages & Runtimes
  3. Type Annotations
  4. Runtime-Ignored Type Execution