Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pygy/babel-bunchmark-bundle
- Owner: pygy
- License: mit
- Created: 2024-02-07T15:55:08.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-07T15:58:03.000Z (9 months ago)
- Last Synced: 2024-04-13T19:23:32.256Z (7 months ago)
- Language: JavaScript
- Size: 709 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.