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

    Union types Overview Stricter Generics Better Type Inference let declarations const declarations Template strings Type Guards Type Aliases const enum (completely inlined e...
  • TypeScript 2.3

    Generators and Iteration for ES5/ES3 Iterators Generators New —downlevelIteration Async Iteration Async iterators Async Generators The for-await-of Statement Caveats Gener...
  • 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.2

    strictBindCallApply Caveats Generic spread expressions in object literals Generic object rest variables and parameters BigInt Caveats Non-unit types as union discriminants t...
  • TypeScript & the DOM

    DOM Manipulation An exploration into the HTMLElement type Basic Example The Document Interface Document.getElementById Document.createElement The Node interface Node.appendCh...
  • Typescript支持

    Typescript支持 Typescript支持 使用方式 类型推导及注意事项
  • The TypeScript Handbook

    The TypeScript Handbook About this Handbook How is this Handbook Structured Non-Goals Get Started The TypeScript Handbook About this Handbook Over 20 years after its intr...
  • TypeScript 1.5

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

    TypeScript 2.3 ES5/ES3 的生成器和迭代支持 迭代器 生成器 新的--downlevelIteration 编译选项 异步迭代 异步迭代器 异步生成器 for-await-of 语句 注意事项 泛型参数默认类型 示例 新的--strict 主要编译选项 改进的--init 输出 --checkJS 选项下 .js...
  • TypeScript 3.5

    TypeScript 3.5 改进速度 类型检查速度提升 改进 --incremental Omit 辅助类型 改进了联合类型中多余属性的检查 --allowUmdGlobalAccess 标志 更智能的联合类型检查 泛型构造函数的高阶类型推断 参考 TypeScript 3.5 改进速度 TypeScript 3.5 为...