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

    TypeScript 1.6 JSX 支持 新的 .tsx 文件扩展名和 as 运算符 使用 React 使用其他 JSX 框架 编译输出 交叉类型 (intersection types) 例子 本地类型声明 类表达式 继承表达式 abstract (抽象的) 类和方法 例子 泛型别名 更严格的对象字面量赋值检查 例子 ...
  • TypeScript 2.2

    TypeScript 2.2 标准库里的DOM API变动 TypeScript 2.2 完整的破坏性改动列表请到这里查看:breaking change issues . 标准库里的DOM API变动 现在标准库里有Window.fetch 的声明;仍依赖于@types\whatwg-fetch 会产生声明冲突错误,需要被移除。 现在标准库里...
  • TypeScript 2.0

    TypeScript 2.0 对函数或类表达式的捕获变量不进行类型细化(narrowing) 泛型参数会进行类型细化 只有get而没有set的存取器会被自动推断为readonly 属性 在严格模式下函数声明不允许出现在块(block)里 TemplateStringsArray 现是是不可变的 TypeScript 2.0 完整的破坏性改动列...
  • TypeScript 1.4

    TypeScript 1.4 多个最佳通用类型候选 泛型接口 泛型剩余参数 带类型参数接口的重载解析 类声明与类型表达式以严格模式解析 TypeScript 1.4 完整的破坏性改动列表请到这里查看:breaking change issues 。 阅读issue #868 以了解更多关于联合类型的破坏性改动。 多个最佳通用类型候选 当...
  • Using TypeScript

    332 2021-09-20 《Deno v1.13.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

    250 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

    272 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...
  • Using TypeScript

    282 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...
  • TypeScript 4.0

    可变参元组类型 标签元组元素 从构造函数中推断类属性 断路赋值运算符 catch 语句中的unknown 类型 自定义JSX工厂 对启用了--noEmitOnError 的`build模式进行速度优化 --incremental 和--noEmit 编辑器改进 转换为可选链 /** @deprecated */ 支持 启动时的局部语义模...
  • TypeScript 3.7

    TypeScript 3.7 可选链(Optional Chaining) 空值合并(Nullish Coalescing) 断言函数 更好地支持返回 never 的函数 (更加)递归的类型别名 --declaration 和 --allowJs useDefineForClassFields 编译选项和 declare 属性修饰符 ...