awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
microsoft avatar

microsoft/TypeScript

0
View on GitHub↗
109,271 星标·13,437 分支·TypeScript·Apache-2.0·5 次浏览www.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.
  • 开发者工具 - 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.
  • 学习资源 - 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 历史

microsoft/typescript 的 Star 历史图表microsoft/typescript 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

TypeScript 的开源替代方案

相似的开源项目,按与 TypeScript 的功能重合度排序。
  • microsoft/typescript-handbookmicrosoft 的头像

    microsoft/TypeScript-Handbook

    4,855在 GitHub 上查看↗

    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
    在 GitHub 上查看↗4,855
  • labs42io/clean-code-typescriptlabs42io 的头像

    labs42io/clean-code-typescript

    9,764在 GitHub 上查看↗

    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
    在 GitHub 上查看↗9,764
  • dzharii/awesome-typescriptdzharii 的头像

    dzharii/awesome-typescript

    5,107在 GitHub 上查看↗

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

    在 GitHub 上查看↗5,107
  • friendsofcake/awesome-cakephpFriendsOfCake 的头像

    FriendsOfCake/awesome-cakephp

    934在 GitHub 上查看↗

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

    awesomeawesome-list
    在 GitHub 上查看↗934
查看 TypeScript 的所有 30 个替代方案→

常见问题解答

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.

microsoft/typescript 的主要功能有哪些?

microsoft/typescript 的主要功能包括:Conditional Types, Build Tools and Automation, Compilers and Interpreters, 开发者工具, Learning Resources, Programming Languages, TypeScript Resources, Web Frameworks。

microsoft/typescript 有哪些开源替代品?

microsoft/typescript 的开源替代品包括: 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…