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

    TypeScript 2.8 在--noUnusedParameters 下检查未使用的类型参数 从lib.d.ts 中删除了一些Microsoft 专用的类型 HTMLObjectElement 不再具有alt 属性 TypeScript 2.8 在--noUnusedParameters 下检查未使用的类型参数 根据 #20568 ,未...
  • 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 1.3

    TypeScript 1.3 受保护的 元组类型 TypeScript 1.3 受保护的 类里面新的protected 修饰符作用与其它语言如C++,C#和Java中的一样。一个类的protected 成员只在这个类的子类中可见: class Thing { protected doSomething () { ...
  • TypeScript 1.8

    TypeScript 1.8 类型参数约束 例子 控制流错误分析 不可及的代码 例子 未使用的标签 例子 隐式返回 例子 Case 语句贯穿 例子 React里的函数组件 简化的 React props 类型管理 在模块中扩充全局或者模块作用域 例子 例子 字符串字面量类型 更好的联合/交叉类型接口 例子 使用 --o...
  • TypeScript 2.1

    TypeScript 2.1 keyof 和查找类型 示例 示例 映射类型 Partial ,Readonly ,Record 和Pick 对象扩展运算符和rest运算符 低版本异步函数 示例 支持外部辅助库(tslib ) 无类型导入 支持--target ES2016 ,--target ES2017 和--target ESNe...
  • TypeScript 2.3

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

    Union types Overview Stricter Generics Better Type Inference let declarations const declarations Template strings Type Guards Type Aliases const enum (completely inlined e...
  • TypeScript 2.3

    Generators and Iteration for ES5/ES3 Iterators Generators New —downlevelIteration Async Iteration Async iterators Async Generators The for-await-of Statement Caveats Gener...
  • TypeScript 2.6

    Strict function types Example Note Cache tagged template objects in modules Example Localized diagnostics on the command line Example Suppress errors in .ts files using ’// ...
  • TypeScript 3.2

    strictBindCallApply Caveats Generic spread expressions in object literals Generic object rest variables and parameters BigInt Caveats Non-unit types as union discriminants t...