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

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

    TypeScript 1.4 联合类型 概述 严格的泛型 更好的类型推断 let 声明 const 声明 模版字符串 类型守护 类型别名 const enum (完全嵌入的枚举) -noEmitOnError 命令行选项 AMD 模块名 TypeScript 1.4 联合类型 概述 联合类型有助于表示一个值的类型...
  • TypeScript 1.3

    TypeScript 1.3 受保护的 元组类型 TypeScript 1.3 受保护的 类里面新的protected 修饰符作用与其它语言如C++,C#和Java中的一样。一个类的protected 成员只在这个类的子类中可见: class Thing { protected doSomething () { ...
  • TypeScript 1.1

    TypeScript 1.1 改进性能 更好的模块可见性规则 TypeScript 1.1 改进性能 1.1版本的编译器速度比所有之前发布的版本快4倍。阅读这篇博客里的有关图表 更好的模块可见性规则 TypeScript现在只在使用--declaration 标记时才严格强制模块里类型的可见性。这在Angular里很有用,例如: m...
  • 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 ar...
  • TypeScript 3.3

    Improved behavior for calling union types Caveats Incremental file watching for composite projects in --build --watch Improved behavior for calling union types In prior vers...
  • TypeScript 3.5

    Speed improvements Type-checking speed-ups --incremental improvements The Omit helper type Improved excess property checks in union types The --allowUmdGlobalAccess flag S...
  • TypeScript 3.6

    Stricter Generators More Accurate Array Spread Improved UX Around Promises Better Unicode Support for Identifiers import.meta Support in SystemJS get and set Accessors Are ...
  • 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 2.0

    Null- and undefined-aware types --strictNullChecks Example Assigned-before-use checking Example Optional parameters and properties Non-null and non-undefined type guards Exam...