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

    Project References Tuples in rest parameters and spread expressions Rest parameters with tuple types Spread expressions with tuple types Generic rest parameters Example Optio...
  • TypeScript 4.2

    Smarter Type Alias Preservation Leading/Middle Rest Elements in Tuple Types Stricter Checks For The in Operator --noPropertyAccessFromIndexSignature abstract Construct Signa...
  • The TypeScript Handbook

    About this Handbook How is this Handbook Structured Non-Goals Get Started About this Handbook Over 20 years after its introduction to the programming community, JavaScript i...
  • 使用 TypeScript

    使用 TypeScript --no-check 选项 使用外部类型定义 编译提示 JavaScript 文件中的三斜杠引用指令 X-TypeScript-Types 自定义 Header 自定义 TypeScript 编译器选项 使用 TypeScript Deno 同时支持 JavaScript 和 TypeScript,它们是 D...
  • Using TypeScript

    320 2020-12-14 《Deno v1.6.0 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 1.5

    TypeScript 1.5 不允许在箭头函数里引用arguments 内联枚举引用的改动 上下文的类型将作用于super 和括号表达式 DOM接口的改动 类代码体将以严格格式解析 TypeScript 1.5 完整的破坏性改动列表请到这里查看:breaking change issues 。 不允许在箭头函数里引用argument...