书栈网 · BookStack 本次搜索耗时 0.044 秒,为您找到 7962 个相关结果.
  • TypeScript 2.8

    TypeScript 2.8 Conditional Types Example Distributive conditional types Example Example Example Type inference in conditional types Predefined conditional types Example I...
  • TypeScript 1.5

    ES6 Modules Export Declarations Re-exporting Default Export Bare Import Destructuring in declarations and assignments Declarations Assignments namespace keyword let and co...
  • TypeScript 2.2

    Support for Mix-in classes First some terminology Putting all of the above rules together in an example object type Support for new.target Example Better checking for null/un...
  • TypeScript 2.4

    TypeScript 2.4 Dynamic Import Expressions String Enums Improved inference for generics Return types as inference targets Type parameter inference from contextual types Stricter...
  • TypeScript 3.4

    Faster subsequent builds with the —incremental flag Composite projects outFile Higher order type inference from generic functions Improvements for ReadonlyArray and readonly tu...
  • TypeScript 1.5

    TypeScript 1.5 ES6模块 声明和赋值时的解构 支持let 和const 支持for..of 装饰器(Decorators) 动态计算的属性 字符串中的Unicode编码点转义 在ES3/ES5中实现加标记的模板字符串 可选给AMD依赖添加名称 支持用tsconfig.json配置项目 --rootDir 命令行 ...
  • TypeScript 2.1

    TypeScript 2.1 keyof 和查找类型 示例 示例 映射类型 Partial ,Readonly ,Record 和Pick 对象扩展运算符和rest运算符 低版本异步函数 示例 tsconfig.json dramaticWelcome.ts 支持外部辅助库(tslib ) 无类型导入 支持--target ES2...
  • TypeScript 1.5

    TypeScript 1.5 ES6 模块 导出声明 重新导出 默认导出项 无导入加载 声明与赋值的解构 解构 赋值 namespace (命名空间) 关键字 let 和 const 的支持 Const 块级作用域 for...of 的支持 例子 装饰器 例子 计算属性 指出 UMD 和 System 模块输出 ...
  • TypeScript 1.3

    TypeScript 1.3 受保护的 元组类型 TypeScript 1.3 受保护的 类里面新的protected 修饰符作用与其它语言如C++,C#和Java中的一样。一个类的protected 成员只在这个类的子类中可见: class Thing { protected doSomething () { ...
  • TypeScript 1.1

    TypeScript 1.1 改进性能 更好的模块可见性规则 TypeScript 1.1 改进性能 1.1版本的编译器速度比所有之前发布的版本快4倍。阅读这篇博客里的有关图表 更好的模块可见性规则 TypeScript现在只在使用--declaration 标记时才严格强制模块里类型的可见性。这在Angular里很有用,例如: m...