andreypopp / andreypopp/es6-destructuring-jstransform
Doesn't work in combination with fat arrow function syntax
Abierto
- Lenguaje dominante
- JavaScript
- Estrellas
- 4
- Forks
- 0
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Example:
```
var render = ({title, markupString}) => `
${title}
${markupString}
`;
```
This is the visitor I'm using this module in combination with:
`require('jstransform/visitors/es6-arrow-function-visitors')`
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.