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

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

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

    TypeScript 3.2 strictBindCallApply 警告 对象字面量的泛型展开表达式 泛型对象剩余变量和参数 BigInt 警告 Non-unit types as union discriminants tsconfig.json 可以通过Node.js包来继承 The new --showConfig flag J...
  • TypeScript 3.3

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

    async /await support in ES6 targets (Node v4+) Example Support for --target ES6 with --module Example this -typing ES7 exponentiation operator Example Improved checking f...
  • TypeScript 2.1

    keyof and Lookup Types Example Example Mapped Types Partial , Readonly , Record , and Pick Object Spread and Rest Downlevel Async Functions Example tsconfig.json dramatic...
  • TypeScript 2.4

    Dynamic Import Expressions String Enums Improved inference for generics Return types as inference targets Type parameter inference from contextual types Stricter checking for g...