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

    TypeScript 3.8 Type-Only Imports and Export ECMAScript Private Fields Which should I use? export * as ns Syntax Top-Level await es2020 for target and module JSDoc Prope...
  • TypeScript 2.9

    TypeScript 2.9 keyof 现在包括 string 、number 和 symbol 键名 建议 剩余参数后面不允许尾后逗号 在 strictNullChecks 中,无类型约束参数不再分配给 object 参考 TypeScript 2.9 keyof 现在包括 string 、number 和 symbo...
  • TypeScript 3.2

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

    TypeScript 1.4 联合类型 概述 严格的泛型 更好的类型推断 let 声明 const 声明 模版字符串 类型守护 类型别名 const enum (完全嵌入的枚举) -noEmitOnError 命令行选项 AMD 模块名 TypeScript 1.4 联合类型 概述 联合类型有助于表示一个值的类型...
  • TypeScript 1.5

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

    286 2020-10-28 《Deno v1.4.2 Manual》
    Using TypeScript --no-check option Using external type definitions Compiler hint Triple-slash reference directive in JavaScript files X-TypeScript-Types custom header Custom ...
  • Using TypeScript

    316 2020-10-28 《Deno v1.4.6 Manual》
    Using TypeScript --no-check option Using external type definitions Compiler hint Triple-slash reference directive in JavaScript files X-TypeScript-Types custom header Custom ...
  • TypeScript 1.3

    Protected Tuple types Protected The new protected modifier in classes works like it does in familiar languages like C++, C#, and Java. A protected member of a class is visib...
  • TypeScript 1.4

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

    JSX support New .tsx file extension and as operator Using React Using other JSX framworks Output generation Intersection types Example Local type declarations Class expre...