Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stefanpenner/broccoli-es3-safe-recast
https://github.com/stefanpenner/broccoli-es3-safe-recast
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stefanpenner/broccoli-es3-safe-recast
- Owner: stefanpenner
- Created: 2014-05-26T21:25:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-15T18:40:06.000Z (over 9 years ago)
- Last Synced: 2024-10-17T18:12:37.070Z (19 days ago)
- Language: JavaScript
- Size: 188 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
broccoli-es3-safe-recast
========================[es3-safe-recast](https://github.com/stefanpenner/es3-safe-recast) filter for broccoli
usage
=====first, Install:
```sh
npm install --save-dev broccoli-es3-safe-recast
```And then, Use:
```js
var es3 = require('broccoli-es3-safe-recast');
es3(tree);
```