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

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

    272 2021-09-20 《Deno v1.14.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 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 模块输出 ...
  • TypeScript 1.1

    Performance Improvements Better Module Visibility Rules Performance Improvements The 1.1 compiler is typically around 4x faster than any previous release. See this blog post f...
  • TypeScript 1.8

    Type parameters as constraints Example Control flow analysis errors Unreachable code Example Unused labels Example Implicit returns Example Case clause fall-throughs Examp...
  • TypeScript 2.2

    Support for Mix-in classes First some terminology Putting all of the above rules together in an example object type Support for new.target Example Better checking for null ...
  • 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 2.8

    Conditional Types Example Distributive conditional types Example Example Example Type inference in conditional types Predefined conditional types Example Improved control ...