书栈网 · BookStack 本次搜索耗时 0.014 秒,为您找到 2325 个相关结果.
  • 迭代器和生成器

    迭代器和生成器 可迭代性 for..of 语句 for..of vs. for..in 语句 代码生成 目标为 ES5 和 ES3 目标为 ECMAScript 2015 或更高 迭代器和生成器 可迭代性 当一个对象实现了Symbol.iterator 属性时,我们认为它是可迭代的。 一些内置的类型如 Array ,Map ,Set...
  • Kotlin 用于 JavaScript

    Kotlin JavaScript 概述 如何使用 Kotlin 转 JavaScript 入门 Kotlin JavaScript 概述 Kotlin 提供了 JavaScript 作为目标平台的能力。它通过将 Kotlin 转换为 JavaScript 来实现。目前的实现目标是 ECMAScript 5.1,但也有最终目标为 ECMAScri...
  • 1.2 What is in this book?

    1.2 What is in this book? 1.2 What is in this book? This book dives deeply into JavaScript: It teaches practical techniques for using the language better. It teaches how the ...
  • 通用的 Web 技术收录

    前端开发者们使用的 Web 技术 超文本标签语言(又称为 HTML) 级联样式表(又称为 CSS) 超文本传输协议(又称为 HTTP) 统一资源定位器(又称为 URL) 文档对象模型(又称为 DOM) JavaScript 编程语言(又称为 ECMAScript 262) Web APIs(又称为 HTML5 和朋友) JavaScript 对...
  • Support for import.meta

    Support for import.meta Example Support for import.meta TypeScript 2.9 introduces support for import.meta , a new meta-property as described by the current TC39 proposal . Th...
  • Generic type arguments in generic tagged templates

    Generic type arguments in generic tagged templates Example Generic type arguments in generic tagged templates Tagged templates are a form of invocation introduced in ECMAScrip...
  • 参考链接

    1167 2018-02-21 《Webpack 中文指南》
    模块规范 模块系统 Webpack 编译 模块规范 CommonJS 规范 Asynchronous Module Definition Common Module Definition CMD 模块定义规范 Universal Module Definition ECMAScript 6 Module 什么是 AMD、 Comm...
  • 导入和导出模块

    导入和导出模块 本地导入 导出 远程导入 导入和导出模块 默认情况下,Deno标准化了在 JavaScript 和 TypeScript 中导入模块的方式。 它遵循 ECMAScript 6 import/export 标准,但有一个警告,文件类型(后缀名)必须包含在 import 语句的末尾。 import { add , ...
  • What is Babel?

    What is Babel? Babel is a JavaScript compiler ES2015 and beyond JSX and React Type Annotations (Flow and TypeScript) Pluggable Debuggable Spec Compliant Compact What is...
  • What is Babel?

    What is Babel? Babel is a JavaScript compiler ES2015 and beyond JSX and React Type Annotations (Flow and TypeScript) Pluggable Debuggable Spec Compliant Compact What is...