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

    使用 TypeScript 常见问题 在 css-module 中使用 Form.create() 没有描述文件的仓库 使用 TypeScript TypeScript is a superset of javascript that adds a lot of useful features compared to javascript: ...
  • 支持 TypeScript

    支持 TypeScript 快速开始 从 JavaScript 到 TypeScript 配置文件 组件 使用ESLint 支持 TypeScript 静态类型系统有助于防止许多潜在的运行时错误,尤其是在应用程序不断增长时。 这就是为什么Nuxt的全新 nuxt-ts 软件包提供了内置的 TypeScript 工具支持: Nuxt官方类型...
  • TypeScript 1.1

    838 2018-11-01 《TypeScript 指南》
    TypeScript 1.1 性能优化 1.1 版编译器大体比之前任何版本快 4 倍. 查看 这篇文章里令人印象深刻的对比 . 更好的模块可见规则 TypeScript 现在仅在开启了 --declaration 标记时严格要求模块类型的可见性. 对于 Angular 的场景来说非常有用, 比如: module MyController...
  • TypeScript 2.4

    766 2018-11-01 《TypeScript 指南》
    TypeScript 2.4 动态导入 (import) 表达式 字符串枚举值 改进的泛型推断 将返回类型作为推断目标 从包含上下文的类型推断类型参数 对泛型函数更严格的检查 回调参数的严格逆变 (contravariance) 弱类型检测 TypeScript 2.4 动态导入 (import) 表达式 动态 import 表...
  • JavaScript and TypeScript

    Getting started Frameworks Angular React Vue.js JavaScript outside browser Editors and IDEs Debugging Hosting data files Documentation Testing Web based tests Coding st...
  • TypeScript Classes

    TypeScript Classes TypeScript Classes TypeScript also treats class es as their own type: class Foo { foo : number ; } class Bar { bar : string ; } cl...
  • Migrating To TypeScript

    Migrating to TypeScript Migrating to TypeScript TypeScript is a superset of ES6 and, as its name suggests, uses a type system.This can have an enormous impact on developer tool...
  • TypeScript 1.6

    TypeScript 1.6 JSX 支持 新的 .tsx 文件扩展名和 as 运算符 使用 React 使用其他 JSX 框架 编译输出 交叉类型 (intersection types) 例子 本地类型声明 类表达式 继承表达式 abstract (抽象的) 类和方法 例子 泛型别名 更严格的对象字面量赋值检查 例子 ES6...
  • TypeScript 2.2

    TypeScript 2.2 支持混合类 首先是一些术语 将以上规则放到一个例子中 object类型 支持new.target 示例 更好地检查表达式的操作数中的null / undefined 字符串索引签名类型的点属性 支持在JSX子元素上使用扩展运算符 示例 新的jsx: react-native TypeScript 2...