1 مستودع
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.
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.