书栈网 · BookStack 本次搜索耗时 0.042 秒,为您找到 7905 个相关结果.
  • 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 frameworks Output generation Intersection types Example Local type declarations Class expres...
  • TypeScript 2.5

    Optional catch clause variables Type assertion/cast syntax in checkJs/@ts-check mode Deduplicated and redirected packages The —preserveSymlinks compiler flag Optional catch ...
  • TypeScript 2.9

    Support number and symbol named properties with keyof and mapped types Example Example Recommendations Generic type arguments in JSX elements Example Generic type arguments i...
  • TypeScript 3.7

    Optional Chaining Nullish Coalescing Assertion Functions Better Support for never-Returning Functions (More) Recursive Type Aliases —declaration and —allowJs The useDefineFor...
  • TypeScript 3.1

    TypeScript 3.1 元组和数组上的映射类型 函数上的属性声明 使用typesVersions 选择版本 匹配行为 多个字段 TypeScript 3.1 元组和数组上的映射类型 TypeScript 3.1,在元组和数组上的映射对象类型现在会生成新的元组/数组,而非创建一个新的类型并且这个类型上具有如push() ,pop()...
  • TypeScript 2.9

    TypeScript 2.9 keyof 和映射类型支持用number 和symbol 命名的属性 例子 例子 推荐 JSX元素里的泛型参数 例子 泛型标记模版里的泛型参数 例子 import 类型 例子 放开声明生成时可见性规则 支持import.meta 例子 新的--resolveJsonModule 例子 默认--p...
  • TypeScript 2.6

    TypeScript 2.6 严格函数类型 例子 注意: 缓存模块中的标签模板对象 例子 本地化的命令行诊断消息 例子 通过 ‘// @ts-ignore’ 注释隐藏 .ts 文件中的错误 例子 更快的 tsc --watch 只写的引用现在会被标记未使用 例子 例子 TypeScript 2.6 严格函数类型 Typ...
  • TypeScript 2.4

    TypeScript 2.4 动态导入表达式 字符串枚举 增强的泛型推断 返回类型作为推断目标 从上下文类型中推断类型参数 对泛型函数进行更严格的检查 回调参数的严格抗变 弱类型(Weak Type)探测 TypeScript 2.4 动态导入表达式 动态的import 表达式是一个新特性,它属于ECMAScript的一部分,允许...
  • TypeScript 2.3

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