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

    672 2018-11-01 《TypeScript 指南》
    TypeScript 1.4 联合类型 概览 联合类型是描述一个可能是几个类型之一的值的有效方式. 举例来说, 你可能会有一个 API 用于执行一个 commandline 为 string , string[] 或者是返回值为 string 的函数的程序. 现在可以这样写: interface RunOptions { ...
  • TypeScript 1.5

    718 2018-11-01 《TypeScript 指南》
    TypeScript 1.5 ES6 模块 TypeScript 1.5 支持 ECMAScript 6 (ES6) 模块. ES6 模块可以看做之前 TypeScript 的外部模块换上了新的语法: ES6 模块是分开加载的源文件, 这些文件还可能引入其他模块, 并且导出部分供外部可访问. ES6 模块新增了几种导入和导出声明. 我们建议使用 Ty...
  • TypeScript 1.8

    743 2018-11-01 《TypeScript 指南》
    TypeScript 1.8 类型参数约束 在 TypeScript 1.8 中, 类型参数的限制可以引用自同一个类型参数列表中的类型参数. 在此之前这种做法会报错. 这种特性通常被叫做 F-Bounded Polymorphism . 例子 function assign < T extends U , U >( target : ...
  • TypeScript 2.2

    908 2018-11-01 《TypeScript 指南》
    TypeScript 2.2 支持混合 (Mix-in) 类 TypeScript 2.2 增加了对 ECMAScript 2015 混合类模式 (见 MDN 混合类的描述 及 JavaScript 类的 “真” 混合 了解更多) 以及使用交叉来类型表达结合混合构造函数的签名及常规构造函数签名的规则. 首先是一些术语: 混合构造函数类型 ...
  • TypeScript 2.5

    1142 2018-11-01 《TypeScript 指南》
    TypeScript 2.5 可选的 catch 语句变量 checkJs /@ts-check 模式中的类型断言/转换语法 包去重和重定向 --preserveSymlinks (保留符号链接) 编译器选项 TypeScript 2.5 可选的 catch 语句变量 得益于 @tinganho 做的工作, TypeScript...
  • Using TypeScript

    292 2021-09-29 《Deno v1.14.2 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/fr...
  • Using TypeScript

    269 2021-09-29 《Deno v1.14.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/fr...
  • Using TypeScript

    277 2021-07-18 《Deno v1.11.3 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...
  • Using TypeScript

    247 2021-07-18 《Deno v1.11.5 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...
  • Using TypeScript

    269 2021-07-18 《Deno v1.11.4 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...