awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

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

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • dudykr/stcAvatar von dudykr

    dudykr/stc

    5,719Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,719
  1. Home
  2. Software Engineering & Architecture
  3. Type Definitions
  4. TypeScript Type Definition Loaders