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

    295 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

    273 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...
  • TypeScript 4.1

    模版字面量类型 在映射类型中更改映射的键 递归的有条件类型 索引访问类型检查(--noUncheckedIndexedAccess ) 不带 baseUrl 的 paths checkJs 默认启用 allowJs React 17 JSX 工厂 在编辑器中支持 JSDoc @see 标签 破坏性改动 lib.d.ts 更新 a...
  • TypeScript 3.2

    TypeScript 3.2 strictBindCallApply 警告 对象字面量的泛型展开表达式 泛型对象剩余变量和参数 BigInt 警告 Non-unit types as union discriminants tsconfig.json 可以通过Node.js包来继承 The new --showConfig flag J...
  • TypeScript 1.8

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

    TypeScript 1.7 支持 async /await 编译到 ES6 (Node v4+) 例子 支持同时使用 --target ES6 和 --module 例子 this 类型 ES7 幂运算符 举例 改进对象字面量解构的检查 举例 装饰器 (decorators) 支持的编译目标版本增加 ES3 TypeScr...
  • TypeScript 1.3

    TypeScript 1.3 受保护的 元组类型 TypeScript 1.3 受保护的 类里面新的protected 修饰符作用与其它语言如C++,C#和Java中的一样。一个类的protected 成员只在这个类的子类中可见: class Thing { protected doSomething () { /*...
  • TypeScript 3.5

    TypeScript 3.5 lib.d.ts 包含了 Omit 辅助类型 TypeScript 3.5 lib.d.ts 包含了 Omit 辅助类型 TypeScript 3.5 包含一个 Omit 辅助类型。 因此, 你项目中任何全局定义的 Omit 将产生以下错误信息: Duplicate identifier 'Omit...
  • TypeScript 1.8

    TypeScript 1.8 现在生成模块代码时会带有"use strict"; 头 从模块里导出非局部名称 默认启用代码可达性(Reachability)检查 --module 不允许与--outFile 一起出现,除非 --module 被指定为amd 或system 标准库里的DOM API变动 在super-call之前不允许使用this...
  • Using TypeScript

    220 2022-04-17 《Deno v1.20.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/fr...