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

    Conditional Types Example Distributive conditional types Example Example Example Type inference in conditional types Predefined conditional types Example Improved control ...
  • TypeScript 2.7

    TypeScript 2.7 更严格的类属性检查 显式赋值断言 更便利的与ECMAScript模块的互通性 unique symbol 类型和常量名属性 --watch 模式下具有更简洁的输出 更漂亮的--pretty 输出 数字分隔符 固定长度元组 in 操作符细化和精确的instanceof 更智能的对象字面量推断 Type...
  • TypeScript 2.3

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

    TypeScript 1.7 从this 中推断类型发生了变化 类成员修饰符后面会自动插入分号 TypeScript 1.7 完整的破坏性改动列表请到这里查看:breaking change issues 。 从this 中推断类型发生了变化 在类里,this 值的类型将被推断成this 类型。这意味着随后使用原始类型赋值时可能会发生错误。...
  • TypeScript 3.3

    TypeScript 3.3 改进调用联合类型时的行为 警告 在合复合工程中增量地检测文件的变化 --build --watch TypeScript 3.3 改进调用联合类型时的行为 在 TypeScript 之前的版本中,将可调用类型联合后仅在它们具有相同的参数列表时才能被调用。 type Fruit = "apple" ...
  • TypeScript 2.4

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

    TypeScript 1.7 支持 async /await 编译到 ES6 (Node v4+) 例子 支持同时使用 --target ES6 和 --module 例子 this 类型 ES7 幂运算符 举例 改进对象字面量解构的检查 举例 装饰器 (decorators) 支持的编译目标版本增加 ES3 TypeScr...
  • TypeScript 3.5

    TypeScript 3.5 lib.d.ts 包含了 Omit 辅助类型 TypeScript 3.5 lib.d.ts 包含了 Omit 辅助类型 TypeScript 3.5 包含一个 Omit 辅助类型。 因此, 你项目中任何全局定义的 Omit 将产生以下错误信息: Duplicate identifier 'Omit...
  • Using TypeScript

    183 2022-06-23 《Deno v1.21.1 Manual》
    Using TypeScript Using TypeScript In this chapter we will discuss: Overview of TypeScript in Deno Configuring TypeScript in Deno Types and Type Declarations Migrating to/fr...