书栈网 · BookStack 本次搜索耗时 0.025 秒,为您找到 3198 个相关结果.
  • Legacy code style guide

    Legacy code style guide Metadata Plugin.json (mandatory) README.md File and Directory Structure Conventions HTML and CSS Build Scripts Linting ES6 features Legacy code s...
  • 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...
  • 发展路线图

    2.1 2.0 1.8 1.7 1.6 1.5 1.4 1.3 2.1 调查 Function bind 操作符 支持工程引用 readonly 修饰符 调查 具名类型支持 Language Service API里支持代码重构功能 扁平化声明 2.0 切换到基于转换的生成器 支持ES5/ES3 async /a...
  • 发展路线图

    发展路线图 2.1 2.0 1.8 1.7 1.6 1.5 1.4 1.3 发展路线图 2.1 调查 Function bind 操作符 支持工程引用 readonly 修饰符 调查 具名类型支持 Language Service API里支持代码重构功能 扁平化声明 2.0 切换到基于转换的生成器 支持ES5/...
  • 发展路线图

    发展路线图 2.1 2.0 1.8 1.7 1.6 1.5 1.4 1.3 发展路线图 2.1 调查 Function bind 操作符 支持工程引用 readonly 修饰符 调查 具名类型支持 Language Service API里支持代码重构功能 扁平化声明 2.0 切换到基于转换的生成器 支持E...
  • 0. 前言

    ES6 入门教程 版权许可 ES6 入门教程 《ECMAScript 6 入门教程》是一本开源的 JavaScript 语言教程,全面介绍 ECMAScript 6 新引入的语法特性。 本书覆盖 ES6 与上一个版本 ES5 的所有不同之处,对涉及的语法知识给予详细介绍,并给出大量简洁易懂的示例代码。 本书为中级难度,适合已经掌握 ES5 ...
  • Versioning

    Versioning Versioning The JavaScript standard is referred to officially as “ECMAScript” (abbreviated “ES”), and up until just recently has been versioned entirely by ordinal nu...
  • 函数的类型

    函数的类型 函数声明 函数表达式 用接口定义函数的形状 可选参数 参数默认值 剩余参数 重载 参考 函数的类型 函数是 JavaScript 中的一等公民 函数声明 在 JavaScript 中,有两种常见的定义函数的方式——函数声明(Function Declaration)和函数表达式(Function Expres...
  • 函数的类型

    函数的类型 函数声明 函数表达式 用接口定义函数的形状 可选参数 参数默认值 剩余参数 重载 参考 函数的类型 函数是 JavaScript 中的一等公民 函数声明 在 JavaScript 中,有两种常见的定义函数的方式——函数声明(Function Declaration)和函数表达式(Function Expres...
  • TypeScript 1.5

    ES6 Modules Export Declarations Re-exporting Default Export Bare Import Destructuring in declarations and assignments Declarations Assignments namespace keyword let and ...