Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mj-hd/babel-escape-constant-props


https://github.com/mj-hd/babel-escape-constant-props

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# babel-escape-constant-props

convert

```javascript

```

into

```javascript
const _ref = { message: "hello" };

```

```sh
$ yarn babel
```

```sh
$ yarn build
```

```sh
$ yarn dev
```