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

    TypeScript 2.0 TypeScript 2.0 Null- and undefined-aware types Control flow based type analysis Tagged union types The never type Read-only properties and index signatures ...
  • TypeScript 2.1

    TypeScript 2.1 TypeScript 2.1 keyof and Lookup Types Mapped Types Partial, Readonly, Record, and Pick Object Spread and Rest Downlevel Async Functions Support for externa...
  • TypeScript 2.8

    TypeScript 2.8 TypeScript 2.8 Conditional Types Improved control over mapped type modifiers Improved keyof with intersection types Better handling for namespace patterns in...
  • TypeScript 2.9

    TypeScript 2.9 TypeScript 2.9 Support number and symbol named properties with keyof and mapped types Generic type arguments in JSX elements Generic type arguments in generic...
  • TypeScript 1.4

    TypeScript 1.4 Union types Overview Stricter Generics Better Type Inference let declarations const declarations Template strings Type Guards Type Aliases const enum (compl...
  • TypeScript 2.7

    TypeScript 2.7 Constant-named properties Example Example unique symbol Example Example Strict Class Initialization Definite Assignment Assertions Example Fixed Length Tup...
  • TypeScript 3.6

    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 Ac...
  • TypeScript 2.4

    TypeScript 2.4 动态导入表达式 字符串枚举 增强的泛型推断 返回类型作为推断目标 从上下文类型中推断类型参数 对泛型函数进行更严格的检查 回调参数的严格抗变 弱类型(Weak Type)探测 TypeScript 2.4 动态导入表达式 动态的import 表达式是一个新特性,它属于ECMAScript的一部分,允许...
  • TypeScript 2.6

    TypeScript 2.6 严格函数类型 例子 注意: 缓存模块中的标签模板对象 例子 本地化的命令行诊断消息 例子 通过 ‘// @ts-ignore’ 注释隐藏 .ts 文件中的错误 例子 更快的 tsc --watch 只写的引用现在会被标记未使用 例子 例子 TypeScript 2.6 严格函数类型 Typ...
  • TypeScript 3.0

    TypeScript 3.0 工程引用 剩余参数和展开表达式里的元组 带元组类型的剩余参数 带有元组类型的展开表达式 泛型剩余参数 例子 元组类型里的可选元素 例子 元组类型里的剩余元素 例子 新的unknown 类型 例子 在JSX里支持defaultProps 说明 defaultProps 的确切类型 @types/Reac...