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

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

    Optional catch clause variables Type assertion/cast syntax in checkJs /@ts-check mode Deduplicated and redirected packages The --preserveSymlinks compiler flag Optional c...
  • TypeScript 1.4

    Post “http://localhost:9000/ “: dial tcp 127.0.0.1:9000: socket: too many open files
  • TypeScript 2.3

    TypeScript 2.3 空的泛型列表会被标记为错误 TypeScript 2.3 完整的破坏性改动列表请到这里查看:breaking change issues . 空的泛型列表会被标记为错误 示例 class X <> {} // Error: Type parameter list cannot be empty. ...
  • TypeScript 2.4

    TypeScript 2.4 弱类型检测 推断返回值的类型 更严格的回调函数参数变化 Promises (嵌套)回调 更严格的泛型函数检查 从上下文类型中推荐类型参数 TypeScript 2.4 完整的破坏性改动列表请到这里查看:breaking change issues 。 弱类型检测 TypeScript 2.4引入了“弱...
  • TypeScript 3.0

    TypeScript 3.0 保留关键字 unknown 未开启 strictNullChecks 时,与 null /undefined 交叉的类型会简化到 null /undefined 建议 参考 TypeScript 3.0 保留关键字 unknown unknown 现在是一个保留类型名称,因为它现在是一个内置类型。...
  • TypeScript 3.1

    Mapped types on tuples and arrays Properties declarations on functions Version selection with typesVersions Matching behavior Multiple fields Mapped types on tuples and ar...
  • TypeScript 3.4

    Faster subsequent builds with the --incremental flag Composite projects outFile Higher order type inference from generic functions Improvements for ReadonlyArray and readonl...
  • TypeScript 3.5

    Speed improvements Type-checking speed-ups --incremental improvements The Omit helper type Improved excess property checks in union types The --allowUmdGlobalAccess flag S...
  • TypeScript 1.4

    TypeScript 1.4 联合类型 概述 严格的泛型 更好的类型推断 let 声明 const 声明 模版字符串 类型守护 类型别名 const enum (完全嵌入的枚举) -noEmitOnError 命令行选项 AMD 模块名 TypeScript 1.4 联合类型 概述 联合类型有助于表示一个值的类型...