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

    277 2020-12-14 《Deno v1.5.4 Manual》
    Using TypeScript --no-check option Using external type definitions Compiler hint Triple-slash reference directive in JavaScript files X-TypeScript-Types custom header Custom ...
  • Using TypeScript

    271 2021-06-20 《Deno v1.11.0 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 2.5

    TypeScript 2.5 可选的catch 语句变量 checkJs /@ts-check 模式中的类型断言/转换语法 包去重和重定向 --preserveSymlinks (保留符号链接)编译器选项 TypeScript 2.5 可选的catch 语句变量 得益于@tinganho 所做的工作,TypeScript 2.5实现了一...
  • TypeScript 2.2

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

    TypeScript 1.5 ES6 模块 导出声明 重新导出 默认导出项 无导入加载 声明与赋值的解构 解构 赋值 namespace (命名空间) 关键字 let 和 const 的支持 Const 块级作用域 for...of 的支持 例子 装饰器 例子 计算属性 指出 UMD 和 System 模块输出 ...
  • Using TypeScript

    236 2021-08-22 《Deno v1.13.0 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

    293 2021-08-22 《Deno v1.12.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...
  • TypeScript 4.0

    可变参元组类型 标签元组元素 从构造函数中推断类属性 对启用了--noEmitOnError 的`build模式进行速度优化 --incremental 和--noEmit 编辑器改进 转换为可选链 /** @deprecated */ 支持 启动时的局部语义模式 更智能的自动导入 我们的新网站 可变参元组类型 在JavaScri...
  • TypeScript 3.3

    TypeScript 3.3 改进调用联合类型时的行为 警告 在合复合工程中增量地检测文件的变化 --build --watch TypeScript 3.3 改进调用联合类型时的行为 在 TypeScript 之前的版本中,将可调用类型联合后仅在它们具有相同的参数列表时才能被调用。 type Fruit = "apple" ...
  • TypeScript 2.9

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