书栈网 · BookStack 本次搜索耗时 0.052 秒,为您找到 7962 个相关结果.
  • 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.7

    Constant-named properties Example Example unique symbol Example Example Strict Class Initialization Definite Assignment Assertions Example Fixed Length Tuples Improved ty...
  • 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 Example Optio...
  • TypeScript 3.7

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

    TypeScript 3.6 更严格的生成器 更准确的数组展开 改进了 Promises 的 UX 标识符更好的支持 Unicode 支持在 SystemJS 中使用 import.meta 在环境上下文中允许 get 和 set 访问者 环境类和函数可以合并 APIs 支持 --build 和 --incremental 新的 ...
  • TypeScript 2.8

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

    TypeScript 2.7 TypeScript 2.7 常量名属性 例子 例子 unique symbol 类型 例子 Example 更严格的类属性检查 显式赋值断言 例子 固定长度元组 更优的对象字面量推断 结构相同的类和instanceof 表达式的处理方式改进 in 运算符实现类型保护 例子 使用标记--esModu...
  • TypeScript 1.5

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

    TypeScript 1.1 null和undefined明显的错误使用方式现在会报错 TypeScript 1.1 完整的破坏性改动列表请到这里查看:breaking change issues 。 null和undefined明显的错误使用方式现在会报错 例子: var ResultIsNumber17 = +( null ...
  • TypeScript 2.7

    TypeScript 2.7 元组现在具有固定长度的属性 在allowSyntheticDefaultImports 下,对于TS和JS文件来说默认导入的类型合成不常见 更严格地检查索引访问泛型类型约束 in 表达式被视为类型保护 在条件运算符中不减少结构上相同的类 CustomEvent 现在是一个泛型类型 TypeScript 2.7...