JavaScript 编译器 Babel

码农软件 · 软件分类 · 编译器 · 2019-12-08 07:59:31

软件介绍

Babel 是编写下一代 JavaScript 的编译器。

ES2015 and beyond。Babel 默认使用一组 ES2015 语法转换器,允许你使用新的语法,无需等待浏览器支持。

JSX and React。Babel 内置支持 JSX,与  babel-sublime 包一起结合,将语法高亮功能带到一个新的高度。

Pluggable。Babel 支持用户插件。允许你插入强大的 Babel 转换层。

主要特性

  • 支持 ES2015+

  • 支持 JSXReact

  • 支持用户插件

示例

你输入的 JavaScript:

myJavaScript("foobar");

编译器输出的 JavaScript:

myNewTransformedJavaScript("yay!");

本文地址:https://codercto.com/soft/d/20676.html

An Introduction to Probability Theory and Its Applications

An Introduction to Probability Theory and Its Applications

William Feller / Wiley / 1991-1-1 / USD 120.00

Major changes in this edition include the substitution of probabilistic arguments for combinatorial artifices, and the addition of new sections on branching processes, Markov chains, and the De Moivre......一起来看看 《An Introduction to Probability Theory and Its Applications》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换

RGB CMYK 转换工具
RGB CMYK 转换工具

RGB CMYK 互转工具