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

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

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

1 مستودع

Awesome GitHub RepositoriesTypeScript Type Definition Loaders

Processes and loads typing packages that use namespaces and globals according to TypeScript's module system.

Distinct from Type Definitions: Distinct from Type Definitions: focuses on the loading and processing of type definitions, not the definitions themselves.

Explore 1 awesome GitHub repository matching software engineering & architecture · TypeScript Type Definition Loaders. Refine with filters or upvote what's useful.

Awesome TypeScript Type Definition Loaders GitHub Repositories

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

    dudykr/stc

    5,719عرض على GitHub↗

    stc is a TypeScript type checker implemented entirely in Rust, designed to validate type correctness in TypeScript source code with native performance and memory safety. It operates as a no-emitting type validator, meaning it checks types only and does not produce JavaScript output, reducing overhead compared to a full compiler. The checker is built around a zero-false-positive design, reporting only errors that are provably certain from the type system, prioritizing correctness over speculative warnings. The tool distinguishes itself through parallel file processing, analyzing source files c

    Loads and processes typing packages that use namespaces and globals for type checking.

    Rustrusttypescript
    عرض على GitHub↗5,719
  1. Home
  2. Software Engineering & Architecture
  3. Type Definitions
  4. TypeScript Type Definition Loaders