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

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

    TypeScript 2.2 支持混合类 首先是一些术语 将以上规则放到一个例子中 object 类型 支持new.target 示例 更好地检查表达式的操作数中的null / undefined 字符串索引签名类型的点属性 支持在JSX子元素上使用扩展运算符 示例 新的jsx: react-native TypeScr...
  • TypeScript 2.3

    TypeScript 2.3 ES5/ES3 的生成器和迭代支持 迭代器 生成器 新的--downlevelIteration 编译选项 异步迭代 异步迭代器 异步生成器 for-await-of 语句 注意事项 泛型参数默认类型 示例 新的--strict 主要编译选项 改进的--init 输出 --checkJS 选项下 .js...
  • TypeScript 2.4

    TypeScript 2.4 动态导入表达式 字符串枚举 增强的泛型推断 返回类型作为推断目标 从上下文类型中推断类型参数 对泛型函数进行更严格的检查 回调参数的严格抗变 弱类型(Weak Type)探测 TypeScript 2.4 动态导入表达式 动态的import 表达式是一个新特性,它属于ECMAScript的一部分,允许...
  • TypeScript 3.4

    TypeScript 3.4 使用 --incremental 标志加快后续构建 复合项目 outFile 泛型函数的高阶类型推断 改进 ReadonlyArray 和 readonly 元祖 一个与 ReadonlyArray 相关的新语法 readonly 元祖 映射类型修饰语 readonly 和 readonly 数组 ...
  • TypeScript 3.7

    TypeScript 3.7 可选链(Optional Chaining) 空值合并(Nullish Coalescing) 断言函数 更好地支持返回 never 的函数 (更加)递归的类型别名 --declaration 和 --allowJs useDefineForClassFields 编译选项和 declare 属性修饰符 ...
  • TypeScript 1.3

    Protected Tuple types Protected The new protected modifier in classes works like it does in familiar languages like C++, C#, and Java. A protected member of a class is visib...
  • TypeScript 1.4

    Union types Overview Stricter Generics Better Type Inference let declarations const declarations Template strings Type Guards Type Aliases const enum (completely inline...
  • 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 ...
  • TypeScript 2.3

    Generators and Iteration for ES5/ES3 Iterators Generators New --downlevelIteration Async Iteration Async iterators Async Generators The for-await-of Statement Caveats Ge...