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

    TypeScript 2.1 keyof and Lookup Types Example Example Mapped Types Partial , Readonly , Record , and Pick Object Spread and Rest Downlevel Async Functions Example tsconfi...
  • TypeScript 3.0

    TypeScript 3.0 Project References Tuples in rest parameters and spread expressions Rest parameters with tuple types Spread expressions with tuple types Generic rest parameters...
  • TypeScript 3.1

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

    TypeScript 3.3 Improved behavior for calling union types Caveats Incremental file watching for composite projects in --build --watch TypeScript 3.3 Improved behavior for ...
  • TypeScript 3.5

    TypeScript 3.5 Speed improvements Type-checking speed-ups --incremental improvements The Omit helper type Improved excess property checks in union types The --allowUmdGloba...
  • TypeScript 3.9

    TypeScript 3.9 Improvements in Inference and Promise.all What About the awaited Type? Speed Improvements // @ts-expect-error Comments ts-ignore or ts-expect-error ? Uncal...
  • TypeScript 1.5

    TypeScript 1.5 不允许在箭头函数里引用arguments 内联枚举引用的改动 上下文的类型将作用于super 和括号表达式 DOM接口的改动 类代码体将以严格格式解析 TypeScript 1.5 完整的破坏性改动列表请到这里查看:breaking change issues 。 不允许在箭头函数里引用argument...
  • TypeScript 1.6

    TypeScript 1.6 严格的对象字面量赋值检查 CommonJS的模块解析不再假设路径为相对的 函数和类声明为默认导出时不再能够与在意义上有交叉的同名实体进行合并 模块体以严格模式解析 标准库里DOM API的改动 系统模块输出使用批量导出 npm包的.js内容从’bin’移到了’lib’ TypeScript的npm包不会默认全局安装...
  • TypeScript 1.6

    TypeScript 1.6 JSX 支持 新的 .tsx 文件扩展名和 as 运算符 使用 React 使用其他 JSX 框架 编译输出 交叉类型 (intersection types) 例子 本地类型声明 类表达式 继承表达式 abstract (抽象的) 类和方法 例子 泛型别名 更严格的对象字面量赋值检查 例子 ...
  • TypeScript 2.0

    TypeScript 2.0 Null和undefined类型 --strictNullChecks 示例 使用前赋值检查 示例 可选参数和属性 非null和非undefined类型保护 示例 类型保护中的点名称 示例 表达式操作符 类型扩展 非空断言操作符 兼容性 基于控制流的类型分析 示例 标记联合类型 示例 ne...