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

    TypeScript 2.3 Generators and Iteration for ES5/ES3 Iterators Generators New --downlevelIteration Async Iteration Async iterators Async Generators The for-await-of Stateme...
  • 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 2.2

    TypeScript 2.2 标准库里的DOM API变动 TypeScript 2.2 完整的破坏性改动列表请到这里查看:breaking change issues . 标准库里的DOM API变动 现在标准库里有Window.fetch 的声明;仍依赖于@types\whatwg-fetch 会产生声明冲突错误,需要被移除。 现在标准...
  • TypeScript 2.3

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

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

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

    TypeScript 3.4 顶级 this 现在有类型了 泛型参数的传递 上下文返回类型作为上下文参数类型传入 在 strictFunctionTypes 之外一致性推断优先 参考 TypeScript 3.4 顶级 this 现在有类型了 顶级 this 的类型现在被分配为 typeof globalThis 而不是 an...
  • TypeScript 3.5

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

    Variadic Tuple Types Labeled Tuple Elements Class Property Inference from Constructors Short-Circuiting Assignment Operators unknown on catch Clause Bindings Custom JSX Fact...