lzw120 / TypeScript

TypeScript is a superset of JavaScript that compiles to clean JavaScript output. http://www.typescriptlang.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TypeScript

Build Status

TypeScript is a superset of JavaScript that compiles to clean JavaScript output. http://www.typescriptlang.org

请阅读 📖 TypeScript Handbook 中文版 - Published with GitBook

目录

  • 快速上手
  • 新增功能
    • [TypeScript 1.8](./doc/release-notes/TypeScript 1.8.md)
    • [TypeScript 1.7](./doc/release-notes/TypeScript 1.7.md)
    • [TypeScript 1.6](./doc/release-notes/TypeScript 1.6.md)
    • [TypeScript 1.5](./doc/release-notes/TypeScript 1.5.md)
    • [TypeScript 1.4](./doc/release-notes/TypeScript 1.4.md)
    • [TypeScript 1.3](./doc/release-notes/TypeScript 1.3.md)
    • [TypeScript 1.1](./doc/release-notes/TypeScript 1.1.md)
  • 手册
    • [基础类型](./doc/handbook/Basic Types.md)
    • [变量声明](./doc/handbook/Variable Declarations.md)
    • 接口
    • 函数
    • 泛型
    • 枚举
    • [类型推论](./doc/handbook/Type Inference.md)
    • [类型兼容性](./doc/handbook/Type Compatibility.md)
    • [高级类型](./doc/handbook/Advanced Types.md)
    • Symbols
    • [Iterators 和 Generators](./doc/handbook/Iterators and Generators.md)
    • 模块
    • 命名空间
    • [命名空间和模块](./doc/handbook/Namespaces and Modules.md)
    • [模块解析](./doc/handbook/Module Resolution.md)
    • [声明合并](./doc/handbook/Declaration Merging.md)
    • [书写.d.ts文件](./doc/handbook/Writing Definition Files.md)
    • JSX
    • Decorators
    • 混入
    • [三斜线指令](./doc/handbook/Triple-Slash Directives.md)
  • 工程配置
    • tsconfig.json
    • [NPM包的类型](./doc/handbook/Typings for NPM Packages.md)
    • [编译选项](./doc/handbook/Compiler Options.md)
    • [在MSBuild里使用编译选项](./doc/handbook/Compiler Options in MSBuild.md)
    • [与其它构建工具整合](./doc/handbook/Integrating with Build Tools.md)
    • [使用TypeScript的每日构建版本](./doc/handbook/Nightly Builds.md)
  • Wiki

TypeScript Handbook

TypeScript Language Specification

I'd love for you to contribute to the translation:)

About

TypeScript is a superset of JavaScript that compiles to clean JavaScript output. http://www.typescriptlang.org

License:MIT License


Languages

Language:TypeScript 72.5%Language:JavaScript 27.5%