书栈网 · BookStack 本次搜索耗时 0.050 秒,为您找到 2325 个相关结果.
  • Symbols

    Symbols 介绍 众所周知的Symbols Symbol.hasInstance Symbol.isConcatSpreadable Symbol.iterator Symbol.match Symbol.replace Symbol.search Symbol.species Symbol.split Symbol.t...
  • Symbols

    Symbols 介绍 众所周知的Symbols Symbol.hasInstance Symbol.isConcatSpreadable Symbol.iterator Symbol.match Symbol.replace Symbol.search Symbol.species Symbol.split Symbol.t...
  • 1. Basic JavaScript

    Chapter 1. Basic JavaScript Background JavaScript Versus ECMAScript Influences and Nature of the Language Syntax An Overview of the Syntax Statements Versus Expressions Semic...
  • 执行 Babel 生成的代码

    1225 2018-05-14 《Babel 用户手册》
    执行 Babel 生成的代码 babel-polyfill babel-runtime 执行 Babel 生成的代码 即便你已经用 Babel 编译了你的代码,但这还不算完。 babel-polyfill Babel 几乎可以编译所有时新的 JavaScript 语法,但对于 APIs 来说却并非如此。 比方说,下列含有箭头函数的需要编译...
  • Modules

    Modules Export Exporting a declaration StringValidator.ts ZipCodeValidator.ts Export statements Re-exports ParseIntBasedZipCodeValidator.ts AllValidators.ts Import Import...
  • Modules

    Export Exporting a declaration StringValidator.ts ZipCodeValidator.ts Export statements Re-exports ParseIntBasedZipCodeValidator.ts AllValidators.ts Import Import a single...
  • env

    @babel/preset-env Install How Does it Work? Browserslist Integration Options targets targets.esmodules targets.node targets.safari targets.browsers spec loose modules de...
  • 代码转换

    代码转换 默认值 编写自定义Transformers 例子 检查带有类型的TypeScript 将图片转换为其路径 代码转换 Jest 会在项目里以原始的 JavaScript 执行,所以如果你用了一些 Node 环境不支持的语法 (比如 JSX, TypeScript, Vue 模板语法),那就要把你的代码转译成原始的 JavaScript...
  • Usage Guide

    Usage Guide Overview Basic usage with CLI Core Library CLI tool Plugins & Presets Configuration Polyfill Summary Usage Guide There are quite a few tools in the Babel too...
  • typescript

    @babel/plugin-transform-typescript Example Installation Usage Via .babelrc (Recommended) Via CLI Via Node API Caveats Impartial Namespace Support Options isTSX jsxPragma ...