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

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

    TypeScript 2.7 TypeScript 2.7 常量名属性 例子 例子 unique symbol 类型 例子 Example 更严格的类属性检查 显式赋值断言 例子 固定长度元组 更优的对象字面量推断 结构相同的类和instanceof 表达式的处理方式改进 in 运算符实现类型保护 例子 使用标记--esModu...
  • TypeScript 3.4

    TypeScript 3.4 使用 --incremental 标志加快后续构建 复合项目 outFile 泛型函数的高阶类型推断 改进 ReadonlyArray 和 readonly 元祖 一个与 ReadonlyArray 相关的新语法 readonly 元祖 映射类型修饰语 readonly 和 readonly 数组 ...
  • TypeScript 3.8

    TypeScript 3.8 类型导入和导出(Type-Only Imports and Exports) ECMAScript 私有变量(ECMAScript Private Fields Which should I use? export * as ns Syntax 顶层await(Top-Level await) es2020 for...
  • Using TypeScript

    304 2021-03-04 《Deno v1.7.1 Manual》
    Using TypeScript Using TypeScript In this chapter we will discuss: Overview of TypeScript in Deno Configuring TypeScript in Deno Types and Type Declarations Migrating to/f...
  • TypeScript 1.7

    async/await support in ES6 targets (Node v4+) Example Support for —target ES6 with —module Example this-typing ES7 exponentiation operator Example Improved checking for dest...
  • TypeScript 2.1

    keyof and Lookup Types Example Example Mapped Types Partial, Readonly, Record, and Pick Object Spread and Rest Downlevel Async Functions Example tsconfig.json dramaticWelco...
  • 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 2.5

    Optional catch clause variables Type assertion/cast syntax in checkJs/@ts-check mode Deduplicated and redirected packages The —preserveSymlinks compiler flag Optional catch ...
  • TypeScript 2.8

    Conditional Types Example Distributive conditional types Example Example Example Type inference in conditional types Predefined conditional types Example Improved control ...