Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pygy/babel-bunchmark-bundle

babel bundled for the bunchmark Web site
https://github.com/pygy/babel-bunchmark-bundle

Last synced: 25 days ago
JSON representation

babel bundled for the bunchmark Web site

Awesome Lists containing this project

README

        

# This is a Web-ready Babel bundle intended for the bunchmark Web presence.Babel

It inculdes the following modules:

```JS
import {parse, template, travers, generator} from "babel-bunchmark-bundle"
```

The default export is a non-minified ES module.

You can also import `"babel-bunchmark-bundle/babel.min.js"`, or load UMDs, respectively `"babel-bunchmark-bundle/babel.umd.js"` and `"babel-bunchmark-bundle/babel.umd.min.js"`. These expose the `Babel` global.