书栈网 · BookStack 本次搜索耗时 0.027 秒,为您找到 2832 个相关结果.
  • pipeline-operator

    @babel/plugin-proposal-pipeline-operator Installation Usage Examples With a configuration file (recommended) Via CLI Via Node API @babel/plugin-proposal-pipeline-operator ...
  • class-properties

    @babel/plugin-proposal-class-properties Example Installation Usage With a configuration file (Recommended) Via CLI Via Node API Options loose Example References @babe...
  • 配置

    配置 配置 在配置好应用后所有需要做的就是实例化一个 Babel 对象: from flask import Flask from flask . ext . babel import Babel app = Flask ( __name__ ) app . config . from_pyfile ( '...
  • ykit-config-es6

    842 2019-06-02 《YKit 教程》
    ykit-config-es6 Features 安装 babel-polyfill 功能 引入 配置项 ie8 支持 更改 ES6 编译配置 禁用严格模式 ykit-config-es6 Features 编译 ES6+代码(兼容至 IE8) 通过 happypack 提升编译速度 添加 babel-polyfill ...
  • 介绍

    1061 2018-05-14 《Babel 用户手册》
    介绍 介绍 Babel 是一个通用的多用途 JavaScript 编译器。通过 Babel 你可以使用(并创建)下一代的 JavaScript,以及下一代的 JavaScript 工具。 作为一种语言,JavaScript 在不断发展,新的标准/提案和新的特性层出不穷。 在得到广泛普及之前,Babel 能够让你提前(甚至数年)使用它们。 Babe...
  • Writing Presets

    Writing Presets Presets API Babel Webpack Addons Entries Advanced Configuration Writing Presets Storybook presets are grouped collections of babel , webpack , and addons...
  • modules-commonjs

    @babel/plugin-transform-modules-commonjs Example Installation Usage Via .babelrc (Recommended) Via CLI Via Node API Options loose strict noInterop lazy @babel/plugin...
  • modules-umd

    @babel/plugin-transform-modules-umd Example Installation Usage With a configuration file (Recommended) Default semantics More flexible semantics with exactGlobals: true Via C...
  • 工具集成

    806 2018-04-18 《React中文文档》
    工具集成 React CDN-hosted React 使用 master JSX 浏览器中的JSX转化 投入生产: 预编译 JSX 有帮助的开源项目 工具集成 每个项目使用一个不同的系统来建立和部署JavaScript.我们努力使React尽可能环境无关。 React CDN-hosted React 我们提供了CDN-ho...
  • template

    @babel/template Install String Usage .ast Template Literal Usage .ast AST results template template.smart template.statement template.statements template.expression ...