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

    安装 TypeScript 编辑器 安装 TypeScript TypeScript 的命令行工具安装方法如下: npm install - g typescript 以上命令会在全局环境下安装 tsc 命令,安装完成之后,我们就可以在任何地方执行 tsc 命令了。 编译一个 TypeScript 文件很简单: tsc hell...
  • TypeScript Support

    TypeScript Support TypeScript Support Nuxt.js has full support of typescript (both runtime and buildtime). For the documentation please refer to https://typescript.nuxtjs.org/ ...
  • 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.5

    ES6 Modules Export Declarations Re-exporting Default Export Bare Import Destructuring in declarations and assignments Declarations Assignments namespace keyword let and co...
  • 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 express...
  • TypeScript 3.1

    Mapped types on tuples and arrays Properties declarations on functions Version selection with typesVersions Matching behavior Multiple fields Mapped types on tuples and arr...
  • TypeScript 2.7

    TypeScript 2.7 常量名属性 例子 例子 unique symbol 类型 例子 Example 更严格的类属性检查 显式赋值断言 例子 固定长度元组 更优的对象字面量推断 结构相同的类和instanceof 表达式的处理方式改进 in 运算符实现类型保护 例子 使用标记--esModuleInterop 引入非ES...
  • TypeScript 2.0

    TypeScript 2.0 Null和undefined类型 --strictNullChecks 示例 使用前赋值检查 示例 可选参数和属性 非null和非undefined类型保护 示例 类型保护中的点名称 示例 表达式操作符 类型扩展 非空断言操作符 兼容性 基于控制流的类型分析 示例 标记联合类型 示例 ne...
  • TypeScript 3.4

    TypeScript 3.4 顶级 this 现在有类型了 泛型参数的传递 上下文返回类型作为上下文参数类型传入 在 strictFunctionTypes 之外一致性推断优先 参考 TypeScript 3.4 顶级 this 现在有类型了 顶级 this 的类型现在被分配为 typeof globalThis 而不是 an...
  • TypeScript 2.8

    TypeScript 2.8 在--noUnusedParameters 下检查未使用的类型参数 从lib.d.ts 中删除了一些Microsoft 专用的类型 HTMLObjectElement 不再具有alt 属性 TypeScript 2.8 在--noUnusedParameters 下检查未使用的类型参数 根据 #20568 ,未...