书栈网 · BookStack 本次搜索耗时 0.027 秒,为您找到 7905 个相关结果.
  • 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.6

    Strict function types Example Note Cache tagged template objects in modules Example Localized diagnostics on the command line Example Suppress errors in .ts files using ’// ...
  • TypeScript 3.5

    Speed improvements Type-checking speed-ups --incremental improvements The Omit helper type Improved excess property checks in union types The --allowUmdGlobalAccess flag S...
  • TypeScript 3.6

    Stricter Generators More Accurate Array Spread Improved UX Around Promises Better Unicode Support for Identifiers import.meta Support in SystemJS get and set Accessors Are ...
  • TypeScript 3.9

    Improvements in Inference and Promise.all What About the awaited Type? Speed Improvements // @ts-expect-error Comments ts-ignore or ts-expect-error ? Uncalled Function Che...
  • Using TypeScript

    209 2021-11-07 《Deno v1.15.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

    188 2021-11-07 《Deno v1.15.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...
  • TypeScript 3.2

    TypeScript 3.2 lib.d.ts 更新 wheelDelta 和它的小伙伴们被移除了。 更具体的类型 参考 TypeScript 3.2 lib.d.ts 更新 wheelDelta 和它的小伙伴们被移除了。 wheelDeltaX 、wheelDelta 和 wheelDeltaZ 全都被移除了,因为他们在...
  • TypeScript 3.1

    TypeScript 3.1 一些浏览器厂商特定的类型从lib.d.ts 中被移除 推荐: 细化的函数现在会使用{} ,Object 和未约束的泛型参数的交叉类型 TypeScript 3.1 一些浏览器厂商特定的类型从lib.d.ts 中被移除 TypeScript内置的.d.ts 库(lib.d.ts 等)现在会部分地从DOM规范的We...
  • TypeScript 2.4

    TypeScript 2.4 弱类型检测 推断返回值的类型 更严格的回调函数参数变化 Promises (嵌套)回调 更严格的泛型函数检查 从上下文类型中推荐类型参数 TypeScript 2.4 完整的破坏性改动列表请到这里查看:breaking change issues 。 弱类型检测 TypeScript 2.4引入了“弱...