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

    TypeScript 2.8 有条件类型 例子 分布式有条件类型 例子 例子 例子 有条件类型中的类型推断 预定义的有条件类型 Example 改进对映射类型修饰符的控制 例子 例子 例子 改进交叉类型上的keyof 例子 更好的处理.js 文件中的命名空间模式 立即执行的函数表达式做为命名空间 默认声明 原型赋值 嵌...
  • TypeScript 2.4

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

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

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

    TypeScript 1.3 Protected Tuple types TypeScript 1.3 Protected The new protected modifier in classes works like it does in familiar languages like C++, C#, and Java. A protec...
  • TypeScript 2.0

    TypeScript 2.0 Null- and undefined-aware types --strictNullChecks Example Assigned-before-use checking Example Optional parameters and properties Non-null and non-undefined...
  • TypeScript 3.0

    TypeScript 3.0 Project References Tuples in rest parameters and spread expressions Rest parameters with tuple types Spread expressions with tuple types Generic rest parameters...
  • TypeScript 3.2

    TypeScript 3.2 strictBindCallApply Caveats Generic spread expressions in object literals Generic object rest variables and parameters BigInt Caveats Non-unit types as union...
  • TypeScript 4.0

    TypeScript 4.0 Variadic Tuple Types Labeled Tuple Elements Class Property Inference from Constructors Short-Circuiting Assignment Operators unknown on catch Clause Bindings ...
  • TypeScript 4.2

    TypeScript 4.2 Smarter Type Alias Preservation Leading/Middle Rest Elements in Tuple Types Stricter Checks For The in Operator --noPropertyAccessFromIndexSignature abstract ...