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

    TypeScript 3.6 类成员的 constructor 现在被叫做 Constructors DOM 定义更新 JSDoc 注释不再合并 关键字不能包含转义字符 参考 TypeScript 3.6 类成员的 constructor 现在被叫做 Constructors 根据 ECMAScript 规范,使用名为 cons...
  • TypeScript 2.9

    TypeScript 2.9 keyof 现在包括 string 、number 和 symbol 键名 建议 剩余参数后面不允许尾后逗号 在 strictNullChecks 中,无类型约束参数不再分配给 object 参考 TypeScript 2.9 keyof 现在包括 string 、number 和 symbo...
  • TypeScript 1.1

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

    Stricter Generators More Accurate Array Spread Improved UX Around Promises Better Unicode Support for Identifiers import.meta Support in SystemJS get and set Accessors Are ...
  • TypeScript 4.1

    模版字面量类型 在映射类型中更改映射的键 递归的有条件类型 索引访问类型检查(--noUncheckedIndexedAccess ) 不带 baseUrl 的 paths checkJs 默认启用 allowJs React 17 JSX 工厂 在编辑器中支持 JSDoc @see 标签 破坏性改动 lib.d.ts 更新 a...
  • TypeScript 3.2

    TypeScript 3.2 strictBindCallApply 警告 对象字面量的泛型展开表达式 泛型对象剩余变量和参数 BigInt 警告 Non-unit types as union discriminants tsconfig.json 可以通过Node.js包来继承 The new --showConfig flag J...
  • TypeScript 1.8

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

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