andreypopp / andreypopp/es6-destructuring-jstransform
Doesn't work in combination with fat arrow function syntax
オープン
- 主要言語
- JavaScript
- スター
- 4
- フォーク
- 0
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
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')`
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。