awesome-repositories.com
Blog
awesome-repositories.com

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

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

microsoft/TypeScript

0
View on GitHub↗
109,271 Stars·13,437 Forks·TypeScript·Apache-2.0·5 Aufrufewww.typescriptlang.org↗

TypeScript

TypeScript is a language that extends standard syntax by adding a static type system. It identifies potential runtime errors by analyzing the behaviors and capabilities of values during the compilation process. The language supports object-oriented structures, including classes with inheritance and member visibility control, as well as flexible function definitions that utilize generics, overloads, and parameter destructuring.

The project provides a compiler that manages the build lifecycle through a command-line interface, offering configurable options for module resolution, code generation, and file watching. It includes a suite of utility types for transforming object structures, such as picking, omitting, or modifying property requirements. Developers can organize code using various module standards, including support for both legacy and modern formats.

Comprehensive documentation is available to support the development process, ranging from a detailed handbook and syntax cheat sheets to specific guides for authoring declaration files. These resources assist in integrating type checking into existing codebases and provide guidance on modeling modules for interoperability.

Features

  • Conditional Types - Evaluates logical constraints to dynamically select between different type definitions during compilation.
  • Build Tools and Automation - Static type checking and language architecture.
  • Compilers and Interpreters - TypeScript compiler.
  • Developer Tools - Superset of JavaScript with static type checking.
  • Learning Resources - The official compiler and language repository.
  • Programming Languages - Official repository and documentation for the TypeScript programming language.
  • TypeScript Resources - Official repository for the TypeScript language.
  • Web Frameworks - Typed superset of JavaScript.
  • Learning Resources - Official language repository and primary source for feature documentation.
  • Partial Type Construction - Transforms existing object structures by marking every property as optional for more flexible data handling.
  • Build Automation - Automates incremental compilation, dependency management, and output directory cleanup for complex development workflows.
  • Abstract Classes - Defines base templates that enforce implementation of specific members while preventing direct instantiation of the class.
  • Declaration Files - Standardizes the structural mapping of external codebases to enable static analysis and type checking.

Star-Verlauf

Star-Verlauf für microsoft/typescriptStar-Verlauf für microsoft/typescript

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu TypeScript

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit TypeScript.
  • microsoft/typescript-handbookAvatar von microsoft

    microsoft/TypeScript-Handbook

    4,855Auf GitHub ansehen↗

    This project is a comprehensive guide and educational resource for the TypeScript language. It covers the fundamental principles of the language, including its structural type system, static type analysis, and the process of transpiling typed source files into JavaScript. The material details how to model complex data and reusable type logic using generics, conditional types, and mapped types. It also explains the use of declaration files to provide type safety for external JavaScript libraries and the integration of type checking into existing JavaScript projects via JSDoc annotations. The

    JavaScriptdocumentationlearntypescript
    Auf GitHub ansehen↗4,855
  • labs42io/clean-code-typescriptAvatar von labs42io

    labs42io/clean-code-typescript

    9,764Auf GitHub ansehen↗

    This project is a set of software engineering standards and architectural patterns for writing maintainable and refactorable TypeScript code. It provides a comprehensive guide for implementing clean code principles, focusing on the application of SOLID design and structural patterns to build decoupled systems. The framework prioritizes composition over inheritance and utilizes dependency inversion to reduce system coupling. It establishes standards for strict static typing and the use of read-only modifiers to ensure type safety and eliminate runtime errors. The guidance covers a broad range

    TypeScriptbest-practicesclean-architectureclean-code
    Auf GitHub ansehen↗9,764
  • dzharii/awesome-typescriptAvatar von dzharii

    dzharii/awesome-typescript

    5,107Auf GitHub ansehen↗

    A collection of awesome TypeScript resources for client-side and server-side development. Write your awesome JavaScript in TypeScript

    Auf GitHub ansehen↗5,107
  • friendsofcake/awesome-cakephpAvatar von FriendsOfCake

    FriendsOfCake/awesome-cakephp

    934Auf GitHub ansehen↗

    A curated list of amazingly awesome CakePHP plugins, resources and shiny things.

    awesomeawesome-list
    Auf GitHub ansehen↗934
Alle 30 Alternativen zu TypeScript anzeigen→

Häufig gestellte Fragen

Was macht microsoft/typescript?

TypeScript is a language that extends standard syntax by adding a static type system. It identifies potential runtime errors by analyzing the behaviors and capabilities of values during the compilation process. The language supports object-oriented structures, including classes with inheritance and member visibility control, as well as flexible function definitions that utilize generics, overloads, and parameter destructuring.

Was sind die Hauptfunktionen von microsoft/typescript?

Die Hauptfunktionen von microsoft/typescript sind: Conditional Types, Build Tools and Automation, Compilers and Interpreters, Developer Tools, Learning Resources, Programming Languages, TypeScript Resources, Web Frameworks.

Welche Open-Source-Alternativen gibt es zu microsoft/typescript?

Open-Source-Alternativen zu microsoft/typescript sind unter anderem: microsoft/typescript-handbook — This project is a comprehensive guide and educational resource for the TypeScript language. It covers the fundamental… labs42io/clean-code-typescript — This project is a set of software engineering standards and architectural patterns for writing maintainable and… matteocrippa/awesome-swift — A collaborative list of awesome Swift libraries and resources. Feel free to contribute! dzharii/awesome-typescript — A collection of awesome TypeScript resources for client-side and server-side development. Write your awesome… friendsofcake/awesome-cakephp — A curated list of amazingly awesome CakePHP plugins, resources and shiny things. rails/rails — This project is a full-stack web framework designed for building database-backed applications through a standardized…