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

    Faster subsequent builds with the --incremental flag Composite projects outFile Higher order type inference from generic functions Improvements for ReadonlyArray and readonl...
  • TypeScript 3.7

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

    214 2020-10-28 《Deno v1.4.3 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 4.2

    TypeScript 4.2 更智能地保留类型别名 元组类型中前导的/中间的剩余元素 更严格的 in 运算符检查 abstract 构造签名 使用 --explainFiles 来理解工程的结构 改进逻辑表达式中的未被调用函数检查 解构出来的变量可以被明确地标记为未使用的 放宽了在可选属性和字符串索引签名间的限制 声明缺失的函数 ...
  • TypeScript 4.1

    TypeScript 4.1 模版字面量类型 在映射类型中更改映射的键 递归的有条件类型 索引访问类型检查(--noUncheckedIndexedAccess ) 不带 baseUrl 的 paths checkJs 默认启用 allowJs React 17 JSX 工厂 在编辑器中支持 JSDoc @see 标签 破坏性改动 ...
  • TypeScript 3.8

    TypeScript 3.8 类型导入和导出(Type-Only Imports and Exports)" level="2"> 类型导入和导出(Type-Only Imports and Exports) ECMAScript 私有变量(ECMAScript Private Fields" level="2"> ECMAScript 私有变量...
  • TypeScript 3.5

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

    TypeScript 3.3 改进调用联合类型时的行为 警告 在合复合工程中增量地检测文件的变化 --build --watch TypeScript 3.3 改进调用联合类型时的行为 在 TypeScript 之前的版本中,将可调用类型联合后仅在它们具有相同的参数列表时才能被调用。 type Fruit = "apple" ...
  • TypeScript 3.1

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