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

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

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

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

    TypeScript 2.2 支持混合类 首先是一些术语 将以上规则放到一个例子中 object类型 支持new.target 示例 更好地检查表达式的操作数中的null / undefined 字符串索引签名类型的点属性 支持在JSX子元素上使用扩展运算符 示例 新的jsx: react-native TypeScript 2...
  • TypeScript 2.9

    Typescript 2.9 keyof和映射类型支持用number和symbol命名的属性 例子 例子 推荐 JSX元素里的泛型参数 例子 泛型标记模版里的泛型参数 例子 import类型 例子 放开声明生成时可见性规则 支持import.meta 例子 新的—resolveJsonModule 例子 默认—pretty输出...
  • TypeScript 3.7

    TypeScript 3.7 TypeScript 3.7 Optional Chaining Nullish Coalescing Assertion Functions Better Support for never-Returning Functions (More) Recursive Type Aliases –declara...
  • TypeScript 1.4

    TypeScript 1.4 TypeScript 1.4 Union types let declarations const declarations Template strings Type Guards Type Aliases const enum (completely inlined enums) -noEmitOnE...
  • TypeScript 2.6

    TypeScript 2.6 TypeScript 2.6 Strict function types Support for JSX Fragment Syntax Cache tagged template objects in modules Localized diagnostics on the command line Supp...
  • TypeScript 3.1

    TypeScript 3.1 TypeScript 3.1 Mapped types on tuples and arrays Properties declarations on functions Version selection with typesVersions
  • TypeScript 3.3

    TypeScript 3.3 TypeScript 3.3 Improved behavior for calling union types Incremental file watching for composite projects in –build –watch